• Hello, your plugin is awesome but I have an issue with the vertical search of YMM plugin with the theme I am using, whenever I select the “make” dropdown, “Model” and “year” are disabled. This issue only ocurs with the vertical search. What can I do to fix this ? Thank you in advance.

    Here is the link of my website: https://2f.pekegnodigital.com/test/

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    I see the dropdown selects are wrapped with some extra div:
    <div class=”select_container”></div>

    You should replace:

    
    select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]):not([size])
    

    with:

    
    select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]):not([size]):not(.ymm-search)
    

    in the file:
    wp-content/themes/theflash/js/__scripts.js

    to make it not affect the dropdown selects of my plugin.

    I see the file has a note message at the beginning:
    “ATTENTION! This file was generated automatically! Don’t change it!”

    So you should contact the support of your “theflash” theme and ask how to edit this file.

    After modifying the file refresh your browser cache.

    Stanislav

    Thread Starter mbeu

    (@mbeu)

    Hello, Thank you for the reply. I made the changes but it’s still not working. even the horizontal search layout is in <div class=”select_container”></div> but it is working. Why the vertical search layout isn’t working ? So i went to the console to see if there is some error. if i select “make” with horizontal layout, there is no error in the console, but with the horizontal layout, I get this error in the console :

    main.js?ver=6.0:266 Uncaught TypeError: Cannot read properties of undefined (reading 'options')
        at x.<computed>.<computed>.enableLevel (main.js?ver=6.0:266:19)
        at r.<computed> [as enableLevel] (core.min.js?ver=1.13.1:116:967)
        at Object.<anonymous> (main.js?ver=6.0:245:28)
        at c (jquery.min.js?ver=3.6.0:2:28327)
        at Object.fireWith [as resolveWith] (jquery.min.js?ver=3.6.0:2:29072)
        at l (jquery.min.js?ver=3.6.0:2:79901)
        at XMLHttpRequest.<anonymous> (jquery.min.js?ver=3.6.0:2:82355)

    Is there any fix ?

    Thread Starter mbeu

    (@mbeu)

    Can you please help me solve this issue ?

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    >I made the changes but it’s still not working.

    I see the file on your website:
    wp-content/themes/theflash/js/__scripts.js

    still contains the old line:

    
    select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]):not([size])
    

    Contact me by email [email protected] I will send a screenshot to you.

    Stanislav

    Thread Starter mbeu

    (@mbeu)

    Okay thank. I have sent you an email.

    Hi Stanislav,

    I am facing the same issue withe vertical short-code on our website
    Can you please check on the mobile version of our website: https://autostoreqa.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Others Dropdown disabled after selecting “make” with vertical search’ is closed to new replies.