Zen Cart Logo
Forums / All Other Contributions/Addons / Slides JS Slide Show Plugin

Slides JS Slide Show Plugin

Views: 12,463

Results 41 to 49 of 49
20 Nov 2013, 7:09 PM
#41
kezan98 avatar

kezan98

Zen Follower

Join Date:
Nov 2007
Location:
UK
Posts:
98
Plugin Contributions:
0

Slides JS Slide Show Plugin

I've decided to use the same size for all the slide shows as it was something to do with the css that was preventing it from showing so it works now.

20 Nov 2013, 7:56 PM
#42
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Slides JS Slide Show Plugin

kezan98:

I've decided to use the same size for all the slide shows as it was something to do with the css that was preventing it from showing so it works now.

I am happy that you figured it out ;)

Thanks,

Anne

28 May 2014, 1:57 PM
#43
bleonnig avatar

bleonnig

New Zenner

Join Date:
May 2014
Posts:
3
Plugin Contributions:
0

Re: Slides JS Slide Show Plugin

Just so you know, I downloaded this plugin, followed all of the instructions and uploaded it. The slider did not work and a banner popped up saying to quit using their jquery and please use a real CDN. I didn't get a screenshot or anything because I needed it off of my website immediately.

10 Feb 2015, 2:49 PM
#44
simon3215 avatar

simon3215

New Zenner

Join Date:
Dec 2014
Location:
manchester
Posts:
62
Plugin Contributions:
0

Re: Slides JS Slide Show Plugin

got the code i need to change the slide to fade from the support forum, now i cannot see in the stylesheet where to change it, from what i have read i need to put in

<script> $(function() { $('#slides').slidesjs({ width: 840, height: 540, play: { active: false, auto: true, effect: "fade", interval: 5000, swap: true, restartDelay: 2500, }, effect: { fade: { speed: 600 } } }); }); </script>

to change it to fade, where is the file i need to edit ? easy question but it seems to evade me

Thanks in advance

10 Feb 2015, 4:44 PM
#45
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Slides JS Slide Show Plugin

simon3215:

got the code i need to change the slide to fade from the support forum, now i cannot see in the stylesheet where to change it, from what i have read i need to put in

<script> $(function() { $('#slides').slidesjs({ width: 840, height: 540, play: { active: false, auto: true, effect: "fade", interval: 5000, swap: true, restartDelay: 2500, }, effect: { fade: { speed: 600 } } }); }); </script>

to change it to fade, where is the file i need to edit ? easy question but it seems to evade me

Thanks in advance

You can add it to the includes/templates/override/common/tpl_home_slider.php

Thanks,

Anne

2 May 2021, 3:24 AM
#46
svrproducciones avatar

svrproducciones

New Zenner

Join Date:
Mar 2010
Posts:
5
Plugin Contributions:
0

Re: Slides JS Slide Show Plugin

Hi Anne,

I have this installed and working very well on a zc155. Now I'm installing it on a zc 157c, but the slideshow images don't appear. Is this plugin incompatible with the latest version of the zen cart? I hope not, it's the best slideshow available, at least for my needs :)

Thank you in advance!

Ken

3 May 2021, 11:39 PM
#49
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Slides JS Slide Show Plugin

What's the URL where we can see it in action? Perhaps there's some javascript error being logged? Or maybe outdated dependencies that could be updated?