Forums Forums Search & Filter Pro Adding S&Fpro to toggle wigdet in Elementor

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #210901

    Hi,

    I’m having problem with using S&F pro with Elementor and Ocean WP theme.
    When shortcode is in toggle’s <p> (which is a sticky to top element) and i change the parameters in the filter, filter apllies but then toggle doesn’t react on first click (after that it reloads the page). What’s more it doesn’t stick to top as it should (it works after reloading the page).

    Any help with fixing that issue would be appreciated.

    Trevor
    #210910

    Are you able to send me a live link/URL to your search page so I can take a look?

    Perhaps you could detail what steps I should take to see this issue, or maybe make a video to show me, and share the link to that video so I can watch it?

    Anonymous
    #210922

    Hi,

    thanks for repply.
    I can only record a video becouse my page is still in developers mode.

    Where should i send it?

    Trevor
    #210924
    This reply has been marked as private.
    Anonymous
    #210930
    This reply has been marked as private.
    Anonymous
    #210944

    Ok,

    now i figured out that the issue is caused by Ajax’ified product loading.
    When it’s turned off page normaly realoads with every widget working properly.
    But still, this is a bug wich in my opinion should be fixed.

    Trevor
    #210950

    Do you have this script on your page as part of your integration between our plugin and Elementor:

    <script>(function ( $ ) {
    	"use strict";
    	$(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    		elementorFrontend.hooks.doAction('frontend/element_ready/posts.classic', jQuery('.elementor-widget-posts'));
    	});
    }(jQuery));</script>
    Anonymous
    #210969

    After adding this script in whole page with code snippets plugin, problem still occurs.

    Trevor
    #211067
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)