Title: Chromium Theme drop-down-menu problem
Last modified: February 11, 2021

---

# Chromium Theme drop-down-menu problem

 *  [Eproject](https://wordpress.org/support/users/eproject/)
 * (@eproject)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/chromium-theme-drop-down-menu-problem/)
 * Hi,
 * great plugin!
 * I have a problem with the drop-down-menu, I have to always click the “search”
   button to activate the model and year dropdown, how I can fix that?
 * I followed the instructions detailed in [https://wordpress.org/support/topic/dropdown-doesnt-work-2/](https://wordpress.org/support/topic/dropdown-doesnt-work-2/)
   but I cannot find the code to be modified in the theme.
 * Best regards,
 * Roberto
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchromium-theme-drop-down-menu-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Pektsekye](https://wordpress.org/support/users/pektsekye/)
 * (@pektsekye)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/chromium-theme-drop-down-menu-problem/#post-14047182)
 * Hello,
 * Try to replace the line
 *     ```
         $('.site-sidebar .widget select, .variations_form select').each(function(){
       ```
   
 * with:
 *     ```
         $('.site-sidebar .widget select:not(.ymm-select), .variations_form select').each(function(){
       ```
   
 * in the file:
    wp-content/themes/chromium/assets/js/theme-helper.js
 * Then refresh the updated file in your browser.
 * Stanislav

Viewing 1 replies (of 1 total)

The topic ‘Chromium Theme drop-down-menu problem’ 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/)

## Tags

 * [chromium](https://wordpress.org/support/topic-tag/chromium/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pektsekye](https://wordpress.org/support/users/pektsekye/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/chromium-theme-drop-down-menu-problem/#post-14047182)
 * Status: not resolved