AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Nuno Neff on August 18, 2024, 05:42:44 AM

Title: Brands Scrolling List of Abantecart 1.4
Post 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?
Title: Re: Brands Scrolling List of Abantecart 1.4
Post by: abantecart on August 19, 2024, 07:00:43 AM
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:

Code: [Select]
autoplay: true,
If you need more configuration, check the manual for owl-carousel:
https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
Title: Re: Brands Scrolling List of Abantecart 1.4
Post by: Nuno Neff on August 19, 2024, 07:34:28 AM
Ok thanks alot
Title: Re: Brands Scrolling List of Abantecart 1.4
Post by: G. O. on August 29, 2024, 06:04:44 AM
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:

Code: [Select]
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 ??