Home Forums WoodMart support forum Modal window does not open after ajax filtering

Modal window does not open after ajax filtering

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

    Denis
    Participant

    On the product category page, in the category description, there is a “feedback” button with a form in the modal window.
    The button with a modal window is made in the WPBakery page builder.
    At first it works – a modal window opens.
    But, after ajax filtering, when you click on the button, the modal window with the form does not open.
    If you disable the “AJAX store” in the theme settings, then everything works correctly – the modal window opens.
    Help solve this problem.

    Attachments:
    You must be logged in to view attached files.
    #340617

    Hello,

    Please deactivate all the third party plugins and provide the admin panel login details of the website.

    Best Regards

    #340618

    Denis
    Participant

    Disabled third-party plugins.

    • This reply was modified 2 years, 11 months ago by Denis.
    #340662

    Artem Temos
    Keymaster

    Hello,

    Try to enable this file to be always loaded via Theme Settings -> Performance -> JS https://prnt.sc/23pf1kp
    And add the following code to the Custom JS section

    jQuery(document).on('wdShopPageInit', function() {
    	woodmartThemeModule.contentPopup();
    });

    Kind Regards

    #340673

    Denis
    Participant

    Thank you, you helped me. Problem solved.

    #340675

    Artem Temos
    Keymaster

    Great, you are welcome! Feel free to contact us if you have any further questions.

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