Title: Loop Product Disappears
Last modified: October 18, 2022

---

# Loop Product Disappears

 *  Resolved [Juan Antonio](https://wordpress.org/support/users/juanpuntojs/)
 * (@juanpuntojs)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/loop-product-disappears/)
 * Good morning ,
 * I applied the plugin and everything was perfect, but in the online shop I have
   two Loop Product with the new products and when I apply a filter, the loop products
   disappear.
 * URL: [https://tacha.es/tienda/](https://tacha.es/tienda/)
 * Best regards
 * Images of the error:
    [https://tacha.es/wp-content/uploads/2022/10/image1.png](https://tacha.es/wp-content/uploads/2022/10/image1.png)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Floop-product-disappears%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Iván Sosa](https://wordpress.org/support/users/ivansosa/)
 * (@ivansosa)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/loop-product-disappears/#post-16114078)
 * 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](https://wordpress.org/support/users/juanpuntojs/)
 * (@juanpuntojs)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/loop-product-disappears/#post-16115012)
 * 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.

 * ![](https://ps.w.org/yith-woocommerce-ajax-navigation/assets/icon-256x256.gif?
   rev=3129944)
 * [YITH WooCommerce Ajax Product Filter](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Juan Antonio](https://wordpress.org/support/users/juanpuntojs/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/loop-product-disappears/#post-16115012)
 * Status: resolved