Home Forums WoodMart support forum Elementor ‘Product Categories’ Not Loading Until Refresh – How to Fix

Elementor ‘Product Categories’ Not Loading Until Refresh – How to Fix

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #638473

    TadejStr
    Participant

    Hello,

    I have the following problem:

    When I click on a “Product Categories” link on the shop page, the browser takes me to the category URL but doesn’t load the products or the product categories (image and title) on the category page.

    However, when I manually refresh the page or open the link in a new browser tab, everything displays as expected.

    I’m using the “Product Categories” element in Elementor.

    How can I fix this issue?

    Best regards,
    Tadej

    #638674

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards,

    #638766

    TadejStr
    Participant

    Hello,

    I have disabled all plugins except for the following five:
    • Elementor
    • Woodmart Core
    • WooCommerce
    • Contact Form 7
    • Slider Revolution

    Unfortunately, the issue persists.

    I have provided admin access in the “Extra information (visible to moderators only)” field.

    Additionally, I have attached a screenshot to clarify where I clicked.

    Best regards,
    Tadej

    #638768

    TadejStr
    Participant

    I have re-uploaded the screenshot as I encountered an upload error previously (file exceeds allowed file size).

    • This reply was modified 3 weeks, 2 days ago by TadejStr.
    Attachments:
    You must be logged in to view attached files.
    #638930

    Hello,

    The issue is caused by animations from the Elementor plugin applied to the elements loaded via AJAX. To fix it, you can either:

    1. Use WoodMart theme animations from the “[XTemos] Extra” section: https://monosnap.com/file/VxL8syzvTVjAxsbxq7ciXuUNiqhrF9

    2. Or add the following custom JS code to the “Global Custom JS” field in Theme Settings:

    (function($) {
        $(document).on('wdShopPageInit', function () {
            elementorFrontend.init();
        });
    })(jQuery);

    Best Regards,

    #638983

    TadejStr
    Participant

    Hello,

    After replacing all instances of “Elementor animations” with “XTemos animations,” everything is now working as expected.

    Thank you for your help!

    Best regards,
    Tadej

    #639057

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Elementor ‘Product Categories’ Not Loading Until Refresh – How to Fix’ is closed to new replies.