Glad you got it:) I've been occupied with work lately and not able to check in as often as I used to.
Glad you got it:) I've been occupied with work lately and not able to check in as often as I used to.
I wonder if someone can help me? I am trying to use this add on however for some reason none of my slides are displaying. All I get is the loading.gif image and cannot seem to find out what is wrong.
This is the link to my site:
w w w . o u r l i t t l e c o t t a g e s h o p . c o . u k
Any help anyone can give to get this working would be gratefully received.
Thanks
The only thing I can see that could be a problem is that you seem to have jquery called twice (likely by two different mods). Jquery needs to run before any script that uses it, so try removing or disabling the second one (jscript_jquery.js):
<script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_1_jquery142.js"></script>
<script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_fadeshow.js"></script>
<script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_imagehover.js"></script>
<script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_jquery.js"></script>
Hi gjh42,
Thank you so much! The template I am using came with an image slider which I didn't like and therefore removed. Clearly I missed removing this file. Have now removed it and the fadeshow works perfectly.
Really appreciate your help on this one, it's been driving me mad
Lee
Hi,
Have just come across another problem unfortunately. I also use the Zen lightbox-v1.6.4_1.5 add on. This automatically pops up a larger version of a product image on hover over. Unfortunately, for images on my homepage the pop up appears behind the slideshow rather than in front of it. Does any one have any clues on how I may fix this?
Many thanks
Lee
See posts 114 and 115 just above yours for the answer.
Hi folks. Newbie here. I've searched but haven't found a clear answer to this.
I'm using Ultimate Fade-In Slideshow on ZC 1.3.9h. (Looks great, BTW!)
However, my client wants the slideshow to ONLY appear on define_page_2 and nowhere else, especially not the front page.
The instructions say to edit this line: <?php if ($this_is_home_page) { //set any desired condition for each fadeshow
?>
But what do you change it TO to call define_page_2?