Please can you help?Basically I bought the Centita theme from ThemeForest and Ive installed it on my server The main problem im facing is that the TimThumb reads my thumbnails/ images with an absolute path:http://ohmu.co.za/wp-content/themes...s/centita/images/img-main1.jpg&h=90&w=66&zc=1Which gives a 500 error.After investigation, finally, I found that a relative path works:http://ohmu.co.za/wp-content/themes...s/centita/images/img-main1.jpg&h=90&w=66&zc=1So my questions are as follows:Do I edit the theme to refer to relative paths? how would I do that exactly?OR how would I get the absolute paths to work?I haven't been working with WordPress for too long, but im generally good with troubleshooting until im blue in my face, this issue has been a bit much for me though. I would really appreciate the help.Just to let you know what I have tried so that you dont suggest it:Ive changed .htaccess to show ( which made my site not display, so I removed it)\[code\]SecFilterEngine OffSecFilterScanPost Off\[/code\]GD Library is supported and enabledTimThumb is new and updated versionChmods all changed to 777