Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    please add following code to the file functions.php of your theme and let me know if the problem persists.

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
        function yith_wcan_content_selector( $selector ){
            $selector = '.elementor-element-341372b';
            return $selector;
        }
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    }

    Thank you.

    Thread Starter maxkotlala

    (@maxkotlala)

    THANK U IT WORKS – CRAZY ??

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    I was happy see that my solution worked!
    If you enjoy with our product and support, please leave a review here ??
    Thank you for your time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter dont work – Loading Loading – not more’ is closed to new replies.