Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Problems with menu

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Rudi
    #199446

    Hello Support / Trevor,

    I have a filter with Ajax on my website, base is wordpress and elementor.
    Had by accident masonry put on (and off again) via Elementor and had troubles then with the size of my result blocks. some were stretched. When I put off Ajax it was all good again but then I had no smooth filtering anymore. So I copied the Java code in my footer supplied here: https://searchandfilter.com/documentation/3rd-party/elementor/

    (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));

    I used “Head, Footer and Post-plugin” and footer injection.
    The pictures became normal with Ajax again, but I have a problem with my menu. The arrows next to the menu titles for the dropdown become +1 every time I push a filter item. I will add a picture of that with my following reply.

    Rudi
    #199447
    This reply has been marked as private.
    Rudi
    #199449
    This reply has been marked as private.
    Trevor Moderator
    #199465
    Rudi
    #199494

    That solved all .. You are magic Trevor! Thanks a lot!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Problems with menu’ is closed to new replies.