Products page images loop
-
Hi,
How can I activate loop slider on products page.
I try this code in child-theme functions but dos not work:
function woodmart_get_owl_items_numbers( $slides_per_view, $post_type = false, $custom_sizes = false ) {
$items = array(
loop => true,
//'desktop' => $slides_per_view,
//'tablet' => 4,
//'tablet_landscape' => 3,
//'mobile' => 2,
);
//if ( $post_type == 'product' ) {
//$items['mobile'] = woodmart_get_opt( 'products_columns_mobile' );
//}
return $items;
}
Attachments:
You must be
logged in to view attached files.
Hello,
You need to disable minification JS in the Theme Settings > Performance > JS
Then find this file: woodmart/js/scripts/global/helpers.js
loop : woodmart_settings.product_slider_autoplay,
loop : true,
Set Loop – true.
Best Regards
Not Work
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry for the delay.
I have submitted the issue to our development theme, I will get back to you within two days our development department is overloaded now.
Best Regards
Hello,
Try to disable these https://prnt.sc/13dsdzm options and check again.
Regards