There are two instances of this operating in the festival site in my sig. The big one is only on the home page, while the small one appears on every page.
There are two instances of this operating in the festival site in my sig. The big one is only on the home page, while the small one appears on every page.
I'm working on customizing a template and was wondering if this add-on can be used to replace the header image on my site?
http://www.seriousoffroadproducts.com/
I'm lost....
Going through the install steps I get to this:
Where the heck is the line I highlighted above?Download, then copy and paste the full content of fadeslideshow.js into jscript_fadeshow.js, changing the line
controls: [['x.png',7,7], ['restore.png',10,11], ['loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
to match your template's foldername, like this:
controls: [['includes/templates/your_template/images/x.png',7,7], ['includes/templates/your_template/images/restore.png',10,11], ['includes/templates/your_template/images/loading.gif',54,55]], //full URL and dimensions of close, restore, and loading images
Change your_template to the foldername of your template in three places.
It's not in jscript_fadeshow_setup.php or It's not in jscript_fadeshow.js
Haven't played with this set-up yet but maybe the 'recipe' I posted 2 years ago may help you - it is for main page only so needs modification.......
http://www.zen-cart.com/showthread.p...072#post868072
Thanks, but I'm just trying to find the line I hightlighted above. the rest of the instructions seem pretty straight forward.