• Resolved acopalis

    (@acopalis)


    hi Pektsekye,

    Thank you very much for the ongoing support for this Plugin.

    As the title suggests, for my mobile page, the YMM filter gets stuck on the “make” (1st drop down), the 2nd drop down “model” remains greyed out.

    There was another thread that had a similar problem and the issue was that there were 2 YMM ID’s in the HTML source code. I’ve had a look and concluded that this is not the problem.

    Would you have any idea?

    • This topic was modified 4 years, 1 month ago by acopalis. Reason: Clarification to the problem

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

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

    (@pektsekye)

    Hello,

    I see there is a JS error:
    $.ajax(…).success is not a function

    when I select the Make drop-down on your website.

    It means that you have a greater jQuery version.

    Try to replace all:

    
    }).success(
    

    with:

    
    }).done(
    

    in the file:
    wp-content/plugins/ymm-search/view/frontend/web/main.js

    Then refresh the updated js file in your browser.

    Stanislav

    Thread Starter acopalis

    (@acopalis)

    That worked like a charm.

    YMM working perfectly now.

    Many thanks Stanislav!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘YMM drop down for model not showing on mobile page’ is closed to new replies.