• I installed YMM, imported data but the Model and Year pulldowns remain grayed out and don’t change when I select a Make from the first pulldown. If I select a Make and click Search it shows all products and not just the products for the Make I selected.

    If I right click on the Model pulldown and chose inspect it shows:

    — Model —

    Please advise.

    Thanks
    Rod

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rodwordpress99

    (@rodwordpress99)

    Right clicking on Model and chossing insepct shows:

    |select class=”ymm-select disabled” name=”_model” disabled=”disabled”>– Model –</select|

    Thread Starter rodwordpress99

    (@rodwordpress99)

    I got it to work.

    With Cloudways you need to enable “Direct PHP Files Access” for it to work.

    Is there a better (safer) way?

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    >a better (safer) way

    Maybe it is possible to allow access only to the one file:
    wp-content/plugins/ymm-search/ymm_ajax.php

    ?

    Also it is possible to replace this line:

    
       return Pektsekye_YMM()->getPluginUrl() . 'ymm_ajax.php';
    

    with:

    
       return '';
    

    in the file:
    wp-content/plugins/ymm-search/Block/Selector.php

    But this way it will take longer time to load options of the next drop-down select.

    Stanislav

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pulldowns grayed out’ is closed to new replies.