Problem:
The user has built a custom light box using a view, but the lightbox does not work after filtering the view.
Solution:
The user has activated AJAX on the view, after the first-page load, any further AJAX calls will not rebuild the lightbox. The lightbox needs to be built when AJAX calls finish. Check this example custom code:
jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated ready', function() { activatePopup(); function activatePopup() { jQuery('.popup-link').magnificPopup({ type:'image' }); } });
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 |
---|---|---|---|---|---|---|
9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - | - | 9: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: Africa/Casablanca (GMT+01:00)
This topic contains 5 replies, has 2 voices.
Last updated by 4 years, 1 month ago.
Assisted by: Jamal.