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

    (@alessio91)

    Hi there,

    please add following code in the file functions.php of your theme, specifying a selector which wraps filters and products sections ( #page-content in my example ).

    if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '#page-content'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }

    We remain at your disposal.

Viewing 1 replies (of 1 total)

The topic ‘Doesn’t load the whole page’ is closed to new replies.