Title: Dropdown doesnt work
Last modified: February 19, 2019

---

# Dropdown doesnt work

 *  [cwohlfahrt](https://wordpress.org/support/users/cwohlfahrt/)
 * (@cwohlfahrt)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/dropdown-doesnt-work-2/)
 * Hi Pektsekye,
 * I’ve got a problem with the drop-down-menu. I can only select “make”, then I 
   have to click “search” before I can choose “model”, than I have to click “search”
   once again before I finally can choose the year… Can you tell me, how I can fix
   that? So costumers can select all of the three before they have to click “search”?
 * Thanks once
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-doesnt-work-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Pektsekye](https://wordpress.org/support/users/pektsekye/)
 * (@pektsekye)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/dropdown-doesnt-work-2/#post-11221293)
 * Hello,
 * This plugin does not support DIV CSS drop-downs.
 * To disable jQuery Select2 for YMM drop-down selects
 * replace line 285:
 *     ```
       $("select:not(.hide)").each(function () {
       ```
   
 * with:
 *     ```
       $("select:not(.hide):not(.ymm-select)").each(function () {
       ```
   
 * in the file:
    wp-content/themes/motors/assets/js/app.js
 * Then replace the line:
 *     ```
       .ymm-selector.ymm-box select.ymm-category-select {width:100%; margin:0 0 8px 0; color: #575757; font-size: 16px;}
       ```
   
 * with:
 *     ```
       .ymm-selector.ymm-box select.ymm-category-select {opacity: initial; visibility: initial; width:100%; margin:0 0 8px 0; color: #575757; font-size: 16px;}
       ```
   
 * in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.css
 * Then refresh your browser cache.
 * Stanislav
 *  Thread Starter [cwohlfahrt](https://wordpress.org/support/users/cwohlfahrt/)
 * (@cwohlfahrt)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/dropdown-doesnt-work-2/#post-11221551)
 * Thanks a lot

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

The topic ‘Dropdown doesnt work’ is closed to new replies.

 * ![](https://ps.w.org/ymm-search/assets/icon-256x256.png?rev=1750193)
 * [Year Make Model Search for WooCommerce](https://wordpress.org/plugins/ymm-search/)
 * [Support Threads](https://wordpress.org/support/plugin/ymm-search/)
 * [Active Topics](https://wordpress.org/support/plugin/ymm-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ymm-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ymm-search/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [cwohlfahrt](https://wordpress.org/support/users/cwohlfahrt/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/dropdown-doesnt-work-2/#post-11221551)
 * Status: not resolved