Forums › Forums › Search & Filter Pro › filter blocks elementor's pop up
- This topic has 10 replies, 2 voices, and was last updated 5 years, 1 month ago by Trevor.
-
Anonymous(Private) September 26, 2019 at 9:58 am #221953
Good morning,
URL: https://www.riplove.world/riplove/
I created my website with Elementor Pro. The menu is a pop up window.
The menu works great, you can try.Unfortunately, if you make a random selection of a filter item: gender or species, the filter does not allow the menu pop-up window to open (3 lines at the top right).
how can i solve?
thanks
MassimoAnonymous(Private) September 26, 2019 at 3:07 pm #222008there was a bit of confusion.
the filter works great, you can try the address I wrote. (https://www.riplove.world/riplove/)
The problem occurs ONLY if you make a choice in the filter and then click in the menu at the top right.
You can see that no window opensTrevor(Private) September 26, 2019 at 3:14 pm #222013I think it is being disabled by some JavaScript. I suspected it was the JavaScript that you had used from our documentation. We re-wrote that JavaScript to make it target the results better, as it was interfering with other Elementor parts of users’ web sites. Did you give that new script a try, replacing the script that you were using?
Anonymous(Private) September 26, 2019 at 3:30 pm #222018I added this code to
appearance -> Custom CSS / JS
(function ( $ ) { "use strict"; // detects when the ajax request has finished and the content has been updated // re-init the layout scripts from Elementor $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ elementorFrontend.init(); }); }(jQuery));
Trevor(Private) September 26, 2019 at 3:36 pm #222022It was in the link I gave you. It is this:
(function ( $ ) { "use strict"; // detects when the ajax request has finished and the content has been updated // re-init the layout scripts from Elementor $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ elementorFrontend.hooks.doAction('frontend/element_ready/posts.classic', jQuery('.elementor-widget-posts')); }); }(jQuery));
-
AuthorPosts