Modal window does not open after ajax filtering
-
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.
Hello,
Please deactivate all the third party plugins and provide the admin panel login details of the website.
Best Regards
Disabled third-party plugins.
-
This reply was modified 3 years, 9 months ago by
Denis.
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
Thank you, you helped me. Problem solved.
Great, you are welcome! Feel free to contact us if you have any further questions.