Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    hope you are doing well! 🙂

    Please, try to add this custom code in the functions.php of your theme:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){ 
    
        function yith_wcan_content_selector( $selector ){ 
    
                 $selector = '.elementor-section.parent-sticky'; 
    
                 return $selector; 
    
        }     
    
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); 
    
    }

    Let us know if that did the trick.

    Have a nice day!

    Thread Starter Juan Antonio

    (@juanpuntojs)

    Thanks for the answer, but it doesn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Loop Product Disappears’ is closed to new replies.