Title: Dropdown does not work
Last modified: August 22, 2022

---

# Dropdown does not work

 *  [eleumas](https://wordpress.org/support/users/eleumas/)
 * (@eleumas)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/)
 * I use a dropdown filter but does not work. I filter by tag.
    I use WordPress 
   6.0.1 and the latest version of Yootheme Pro. How can i solve? Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-does-not-work-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Giuseppe Madaudo](https://wordpress.org/support/users/askmagic/)
 * (@askmagic)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/#post-15941288)
 * Hi there,
    it looks like the filter is out of the container, try to put it inside
   the container where the products are.
 *  Thread Starter [eleumas](https://wordpress.org/support/users/eleumas/)
 * (@eleumas)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/#post-15941353)
 * Hi, thanks for reply. Sorry, how can i put the filter widget inside the correct
   container? i haven’t understand…i use the original WooCommerce view for product
   category. I can publish the filter in the top, bottom or sidebar. Do you want
   to be more specific? Thanks.
 *  Plugin Support [Giuseppe Madaudo](https://wordpress.org/support/users/askmagic/)
 * (@askmagic)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/#post-15945254)
 * Hi there,
    try to insert this code in functions.php of your theme:
 *     ```
       if( ! function_exists( 'yith_wcan_content_selector' ) ){
           function yith_wcan_content_selector( $selector ){
               $selector = '#tm-page';
               return $selector;
           }
           add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
       } 
       ```
   
 *  Thread Starter [eleumas](https://wordpress.org/support/users/eleumas/)
 * (@eleumas)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/#post-15945276)
 * Hi, i have add the function but does not work. You can test here: [https://ordini.loco-motion.it/categoria-prodotto/bevande/amari-distillati-e-liquori/](https://ordini.loco-motion.it/categoria-prodotto/bevande/amari-distillati-e-liquori/)
 *  [Facundo A.](https://wordpress.org/support/users/aranofacundo/)
 * (@aranofacundo)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/#post-15963744)
 * Hi there,
    I checked your site and it seems that something is preventing the 
   plugin from loading its JavaScript files, which are needed for it to work correctly.
   I recommend you disable all the plugins except for WooCommerce and our plugin,
   and then check if the issue is solved. If so, you can then enable the rest of
   the plugins one by one until you find the one causing the issue.
 * We’ll remain at your disposal.

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

The topic ‘Dropdown does not work’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Facundo A.](https://wordpress.org/support/users/aranofacundo/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/dropdown-does-not-work-3/#post-15963744)
 * Status: not resolved