Hey,
Apologies if this is a common question - but I couldn't find any answers when I searched.
Basically, I've uploaded my skin, and it shows up in the themes tab in the config section.
Alas, when I select it from the drop down list, the theme resests to default - it says the selected theme is the one I uploaded, but the default one is being display.
Any help please?
Llew.
Post a link to your gallery and the name of your custom theme then.
My gallery is www.lleeew.com and the theme is named siteground8.
I've found the problem,
While scoping my CSS all the links read ../../images/powered-php.gif.
I'm assuming it should actually point to the folder where the images are.
So - should it read:
public_html/themes/images/powered-php.gif?
Or something else completely.
Thanks...
Llew.
You have created an extra (surplus) folder - the folder structure is http://www.lleeew.com/themes/siteground8/siteground8/ although it just should be http://www.lleeew.com/themes/siteground8/
Your theme resides in 'cpg_root/themes/siteground8/siteground8' while it should be in 'cpg_root/themes/siteground8'
whoops, looks like someone beat me :)