Forums Forums Search & Filter Pro filter blocks elementor's pop up

Tagged: ,

Viewing 10 posts - 1 through 10 (of 11 total)
  • Anonymous
    #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
    Massimo

    Trevor
    #221971

    Can you see this post:

    https://support.searchandfilter.com/forums/topic/how-can-i-search-elemntor-column-while-retaining-the-design-of-that-column/#post-209754

    In particular, it suggests an alternative JavaScript snippet for you to use.

    Anonymous
    #222008

    there 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 opens

    Trevor
    #222013

    I 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
    #222016

    I have not tried.
    where do I find the script?

    Anonymous
    #222018

    I 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
    #222022

    It 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));
    Anonymous
    #222025

    it works. perfect !
    is there a page where you can find these changes?

    thanks for the support

    Trevor
    #222031
    Anonymous
    #222035

    ok, it would be very useful to update your guides.
    it’s advice!

    thanks for everything !

Viewing 10 posts - 1 through 10 (of 11 total)