Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Problem with multiple slideshows on the same page
Author « Topic »  

agull
Starting Member

Australia
30 Posts

Posted - 10/03/2022 :  21:59:45  
We have been using one of the image sliders for our home page banner for some time without any issues. We have recently added an additional slideshow above the existing banner images and slider. This seems to have caused the second (and existing) slideshow to no longer work. If we comment out the additional slideshow, the second slideshow will work again.

Is there an issue with having multiple slideshows on the same page or is there a parameter/setting that I need to change?

Thank you for any assistance with this.

cheers
Anne

Vince
Administrator

42874 Posts

Posted - 10/04/2022 :  02:54:44  
Hi Anne
You can have as many sliders on the page as you like, but you have to give the container an "id" and specify that when you kick off the slider. For instance this would go in the head to start the slider...

<script>
ect_slider(10000,'mysecondslider');
</script>

And this in the body to define the slider images...

<div id="mysecondslider" class="slidercontainer">
<div class="sliderimages">
<img src="images/banner1.jpg" alt=""/>
<div class="slidercaption">Your captivating caption...</div>
</div>
<div class="sliderimages">
<img src="images/banner2.jpg" alt=""/>
<div class="slidercaption">Your optional sales message...</div>
</div>
<div class="sliderimages">
<img src="images/banner3.jpg" alt=""/>
</div>
</div>

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

agull
Starting Member

Australia
30 Posts

Posted - 10/04/2022 :  21:38:18  
Ah, makes sense.... brillant, thank you Vince! Both are now working.

cheers
Anne
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.01 seconds. Snitz Forums 2000