problem loading featured products
-
Hello
I have a problem loading of products featured
Thank you for your help.
I give you my IDs
cordially
Barry
Attachments:
You must be
logged in to view attached files.
Hello,
Have you marked the featured products?
Please check the instructions for the showing of featured products https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/
Best Regards
Hello
Products are marked as featured but the problem persists. The loading is infinite
thank you
Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_custom_enqueue_scripts() {
woodmart_enqueue_script( 'woodmart-countdown' );
}
add_action( 'wp_enqueue_scripts', 'woodmart_custom_enqueue_scripts', 11000 );
thank you everything works very well.
10/10 your support
I recommend Woodmart to all beginners like me.
Thank you and have a good weekend
Barry
The topic ‘problem loading featured products’ is closed to new replies.