AbanteCart Community

eCommerce construction => Installation and Configuration => Configuration => Topic started by: ixl on September 08, 2025, 06:55:15 AM

Title: AC Version 1.4.2 - SET PRODUCT IMAGE SLIDER SPEED
Post by: ixl on September 08, 2025, 06:55:15 AM
Hi

I believe this has been asked before but was 9 years ago under a totally different release.  So I cannot seem to find the comparison files that were apparently java files.

I'd like to be able to adjust the image speed for the next image in the slider.

So if a product is viewed and there are 5 images for example, its a bit too slow for my liking so wondered if we can adjust this. Its currently about 5 seconds.

Unless I haven't see it in the configuration....
Title: Re: AC Version 1.4.2 - SET PRODUCT IMAGE SLIDER SPEED
Post by: Basara on September 08, 2025, 07:57:33 AM
Quote from: ixl on September 08, 2025, 06:55:15 AMI'd like to be able to adjust the image speed for the next image in the slider.
Hello.
What is your theme?
Title: Re: AC Version 1.4.2 - SET PRODUCT IMAGE SLIDER SPEED
Post by: ixl on September 08, 2025, 11:09:24 AM
Quote from: Basara on September 08, 2025, 07:57:33 AM
Quote from: ixl on September 08, 2025, 06:55:15 AMI'd like to be able to adjust the image speed for the next image in the slider.
Hello.
What is your theme?

Hi

Im using the default "Novator" theme.



Title: Re: AC Version 1.4.2 - SET PRODUCT IMAGE SLIDER SPEED
Post by: abolabo on September 09, 2025, 04:05:38 AM
Quote from: ixl on September 08, 2025, 06:55:15 AMHi

I believe this has been asked before but was 9 years ago under a totally different release.  So I cannot seem to find the comparison files that were apparently java files.

I'd like to be able to adjust the image speed for the next image in the slider.

So if a product is viewed and there are 5 images for example, its a bit too slow for my liking so wondered if we can adjust this. Its currently about 5 seconds.

Unless I haven't see it in the configuration....

1. go to admin->design->layout->choose Home page layout
2. Click gear button of block you should to change.
if block based on bootstrap5 carousel component:
- In the html-Editor find all divs with class "carousel-item" and add new html-attribute data-bs-interval="1000". See more details here https://getbootstrap.com/docs/5.3/components/carousel/#individual-carousel-item-interval
- For "owl" based sliders you should to edit template of it. See wrapper selector on the block edit form.
For example: public_html/extensions/novator/storefront/view/novator/template/blocks/listing_block/popular_brands_content_bottom.tpl
Title: Re: AC Version 1.4.2 - SET PRODUCT IMAGE SLIDER SPEED
Post by: ixl on September 09, 2025, 05:03:38 AM
Quote from: abolabo on Today at 04:05:38 AM
Quote from: ixl on September 08, 2025, 06:55:15 AMHi

I believe this has been asked before but was 9 years ago under a totally different release.  So I cannot seem to find the comparison files that were apparently java files.

I'd like to be able to adjust the image speed for the next image in the slider.

So if a product is viewed and there are 5 images for example, its a bit too slow for my liking so wondered if we can adjust this. Its currently about 5 seconds.

Unless I haven't see it in the configuration....

1. go to admin->design->layout->choose Home page layout
2. Click gear button of block you should to change.
if block based on bootstrap5 carousel component:
- In the html-Editor find all divs with class "carousel-item" and add new html-attribute data-bs-interval="1000". See more details here https://getbootstrap.com/docs/5.3/components/carousel/#individual-carousel-item-interval
- For "owl" based sliders you should to edit template of it. See wrapper selector on the block edit form.
For example: public_html/extensions/novator/storefront/view/novator/template/blocks/listing_block/popular_brands_content_bottom.tpl

Hi

Really appreciate the help and reply.

I will take a look thank you.