AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: Nuno Neff on August 18, 2024, 05:42:44 AM
-
Hello the Brands Scrolling List is fixed, you have to roll manually , how can we put it automatically scrolling?
-
owl-carousel for brands is located in below template file:
public_html/extensions/novator/storefront/view/novator/template/blocks/listing_block/popular_brands_content_bottom.tpl
You need to enable autoplay in the JavaScript section (line 48), Add below line:
autoplay: true,
If you need more configuration, check the manual for owl-carousel:
https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
-
Ok thanks alot
-
owl-carousel for brands is located in below template file:
public_html/extensions/novator/storefront/view/novator/template/blocks/listing_block/popular_brands_content_bottom.tpl
You need to enable autoplay in the JavaScript section (line 48), Add below line:
autoplay: true,
If you need more configuration, check the manual for owl-carousel:
https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
seems good. but when the scrolling process finished the brand logo banner stopping. how to make it without stopping and continuously scrolling ? What is the Width and Height of brand logo card and the perfect resolution for pics and the correct format? svg, png jpg or what ??