Re: ZX Slideshow official thread
Quote:
Originally Posted by
fanisme
I uploaded one banner picture on the header position 3 after installing ZX Slidershow. But there are two same picture on the site, one is zen cart default banner-mode and the other is ZX Slidershow effect. Weird.
Attachment 12420
Anybody can help with that. thanks
Re: ZX Slideshow official thread
Hello,
I have installed this and it works great. Except the slideshow opens a bit taller and then shrinks down to size as the slideshow changes. Any idea how to fix this so the images don't resize as the slides move??
see an example here https://www.nightsleeptight.com/Kids...ture/index.php
Re: ZX Slideshow official thread
Quote:
Originally Posted by
timhersh
Hello,
I have installed this and it works great. Except the slideshow opens a bit taller and then shrinks down to size as the slideshow changes. Any idea how to fix this so the images don't resize as the slides move??
see an example here
https://www.nightsleeptight.com/Kids...ture/index.php
I got the same problem. appreciate if anybody could help.
Re: ZX Slideshow official thread
Quote:
Originally Posted by
fanisme
I got the same problem. appreciate if anybody could help.
Post link to your site.. don't assume your problem is the same..
Re: ZX Slideshow official thread
Quote:
Originally Posted by
DivaVocals
Post link to your site.. don't assume your problem is the same..
The link:www.moimoii.com
Re: ZX Slideshow official thread
I'm having the same issue on both sites
https://www.artonthevines.com/STL_Art_Classes/
and
https://www.nightsleeptight.com/Kids...ture/index.php
any ideas why the slideshow shrinks in height right before it switches?
Re: ZX Slideshow official thread
Quote:
Originally Posted by
timhersh
Not sure it's related, one issue is I noted is that you have three different versions of jQuery loading on your site..
Code:
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery.js"></script>
You don't need all three, and should only have ONE jQuery script running on your site.. (use the most recent one..)
Re: ZX Slideshow official thread
Quote:
Originally Posted by
DivaVocals
Not sure it's related, one issue is I noted is that you have three different versions of jQuery loading on your site..
Code:
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="includes/templates/modern_blue/jscript/jscript_jquery.js"></script>
You don't need all three, and should only have ONE jQuery script running on your site.. (use the most recent one..)
Weird, I dont' think I added any of them. Are you seeing this in a certain file?
Re: ZX Slideshow official thread
Quote:
Originally Posted by
timhersh
Weird, I dont' think I added any of them. Are you seeing this in a certain file?
You did or the site wouldn't be calling them.. Not looking at any file.. looking at the source code from your website where your site is clearly calling these jQuery files.. check your template's javascript folder..
Re: ZX Slideshow official thread
Quote:
Originally Posted by
DivaVocals
You did or the site wouldn't be calling them.. Not looking at any file.. looking at the source code from your website where your site is clearly calling these jQuery files.. check your template's javascript folder..
I checked that. In my jscript folder, "jquery-1.4.4.min.js" is from ZEN lightbox. "jscript_jquery-1.7.1.min.js" and "jquery.nivo.slider.pack.js" are from ZX slidershow. I got the same problem. So what should we do with those file? Thanks