Home Forums Space themes support forum Various Situations to be resolved – Add/Fix Bugs Reply To: Various Situations to be resolved – Add/Fix Bugs

#587671

Luke Nielsen
Keymaster

Hello,

1. Add the code below into the child theme:

// ---------------
// 5. Custom code
// ---------------
if ( ! function_exists( 'xts_no_products_html_block' ) ) {

	function xts_no_products_html_block() {
		echo do_shortcode('[xts_html_block id="38719"]');
	}
	
	add_action( 'xts_after_no_product_found', 'xts_no_products_html_block' );
}

2. After checking your site, we see that, unfortunately, in your case, the sticky sidebar cannot work correctly with Infinite scrolling pagination. But we also see that your sidebar is higher than the column with products.

Kind Regards