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');
});

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?