Quote from: Basara on September 08, 2025, 07:57:33 AMQuote 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.
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
Quote from: abolabo on Today at 04:05:38 AMQuote 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.