Hi,
In my last post I have given an incorrect example of an image URI. Since you are storing the images in /includes/templates/your_template/images/ the example styles which come with Smart Background are incompatible with SEO modules. They should instead be something like the following:
/*example to set default header bg*/
#headerWrapper {background-image: url(/includes/templates/your_template/images/smartbg.gif);}
/*example to set header bg for listing or product page in category id 23*/
.smartBG_23 #headerWrapper {background-image: url(/includes/templates/your_template/images/smartbg_23.gif);}
Basically, replace
../images
with
/includes/templates/your_template/images/
As the relative paths don't work with an SEO/SEF/URI Mapped page!
Also upgrade to 3.2.4 though! That should be you up and running.
All the best...
Conor


Reply With Quote
