Skip Navigation

[Resolved] modal popup doesn't work if filter

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 1 year, 9 months ago.

Assisted by: Minesh.

Author
Posts
#2553333

Dear Sir/madam,

Please refer to ticket https://toolset.com/forums/topic/modal-popup-doesnt-work-if-filter/ and https://toolset.com/forums/topic/show-results-in-modal/

I have no idea how to manage all results and upload the content in modal, could you help?

jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) {
    /**
    * data.view_unique_id (string) The View unique ID hash
    * data.layout (object) The jQuery object for the View layout wrapper
    */
    jQuery('.modal').modal('show');
});
#2554011

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As you can see with the following reply:
- https://toolset.com/forums/topic/show-results-in-modal/#post-524661

The loop output is wrapped with the div.:

<div class="modal fade" tabindex="-1" role="dialog">

Have you followed the complete solution shared with the above reply already?