Home Forums WoodMart support forum problem loading featured products

problem loading featured products

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #95782

    gonzabarry
    Participant

    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.
    #95803

    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

    #95845

    gonzabarry
    Participant

    Hello
    Products are marked as featured but the problem persists. The loading is infinite
    thank you

    #95882

    Artem Temos
    Keymaster

    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 );
    #95929

    gonzabarry
    Participant

    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

    #95934

    Artem Temos
    Keymaster

    Great, you are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘problem loading featured products’ is closed to new replies.