hi there,
i need a slider on the shop page (archive-product.php).
only shop, not category page. in function.php i hooked into:
add_action( 'woodmart_before_shop_page', 'slider_shoppage', 10 );
function slider_shoppage() {
if( ! is_product_category() ) {
echo do_shortcode('[html_block id="12345"]');
}
}
now i got a small bug. the slider refreshes everytime i do a ajax call (filter, sort etc). please have look on link
i send here and filter something.
what is wrong? is there an easier way to get a slider on shop page?
woodmart 7.3.2
woodmart core 1.0.40
woo 8.2.2
wordpress 6.3.1
best regards, kay