• Resolved ultraZB

    (@zboekhoudt)


    Hi,

    I like your plugin. It does what I want without much work.
    But I’ve noticed something when it comes to filtering.

    On the page, I have a button that opens when you click a modal (plugin: Mega Addons for WPBakery Page Builder) contact form (plugin: contact form 7).

    However, when selecting the attributes for the filter (Ajax is activated). The pop-up doesn’t open. I have to refresh the page for the pop-up to open.

    I’ve switched the plugins I use for the form and modal; unfortunately, the plugin persists.

    Is there perhaps a code I can add that will allow the modal to open when clicked while Avalon23’s Ajax is on?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author paradigmatools

    (@paradigmatools)

    Hello

    The problem is the incompatibility of this functionality (modal) with ajax mode.

    Why is this happening: Third party plugin uses JS for modal window functionality. After the page is loaded, this JS is initialized for all buttons. But when the filter redraws products in ajax mode, the page doesn’t reload (that’s the point of ajax ) and this JS is not initialized for new product buttons

    There are two solutions:

    1) Disable ajax mode

    2) In third party plugin support ask JS initialization function for buttons and paste it here – https://share.stackovergo.com/image/i20220818113541.png

    Thread Starter ultraZB

    (@zboekhoudt)

    Thank you ??

    Plugin Author paradigmatools

    (@paradigmatools)

    Welcome;)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modal Popup not opening’ is closed to new replies.