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
Author « Topic »  

steven vaccaro
Ecommerce Template Guru

USA
1008 Posts

Posted - 03/24/2022 :  12:36:45  
Right now to change the slider we have to go into the coding and make code changes to the index page.

Is there anything out there for a mod that would work like the "Featured" category and autofill a large slider but just adding that item to a specific catagory?

John M
Advanced Member

457 Posts

Posted - 04/25/2022 :  16:48:49  
Just add any jquery slider to your website categories page for example: https://bxslider.com

<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>

Then use the ECT category header to to edit the content when ever you like.

Here is an example of a category header for bxslider:

<script type="text/javascript">
$(document).ready(function(){
$('.slider1').bxSlider({ slideWidth: 1200, mode: 'fade', preloadImages: 'visible', minSlides: 1, maxSlides: 1, moveSlides: 1, slideMargin: 0, speed: 2000, pause: 5000, auto: true, controls: false, captions:true, pager: false, infiniteLoop: true, touchEnabled: true});
});
</script>

<div class="slides">

<div class="slide">
<a href="YOUR/LINK">
<img src="images/YOURIMAGE.jpg" title="YOUR TITLE" alt="YOUR ALT TEXT" />
</a>
</div>

<div class="slide">
<a href="YOUR/LINK1">
<img src="images/YOURIMAGE1.jpg" title="YOUR TITLE1" alt="YOUR ALT TEXT1" />
</a>
</div>

</div>


Simply copy and paste the blue text to each category header using a different link, image and title. Tweak the slider parameters to what ever you want, and add as many slides as you like to each category... but not to many that negatively impacts the category page load time.

John

Edited by - John M on 04/25/2022 16:50:18

steven vaccaro
Ecommerce Template Guru

USA
1008 Posts

Posted - 01/23/2023 :  13:38:11  
Its been a while, but thanks. I believe this is similar to what Im currently doing.

Im looking for a user to be able to put an item into a special category and have that category's item pictures to run in the slide. Another words without the coding side of things.

Edited by - steven vaccaro on 01/23/2023 13:38:56
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000