Viewing 1 replies (of 1 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    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.