• Resolved trancemanpl

    (@trancemanpl)


    Hi
    My plugin was working fine for long time now theme was changed and some work done (plugin not touched at all) and plugin does not enable 2nd drop down with year unless I turn on DIRECT PHP FILES ACCESS on my server. Is there something I’m missing here to make it work as it should? Not really happy with leaving direct php access on.
    Any tips would be appreciated – my site where YMM is https://jkmoto.ie/parts

    Thanks

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

    (@pektsekye)

    Hello,

    Try to replace this line:

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

    with:

    
       return '';
    

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

    Stanislav

    Thread Starter trancemanpl

    (@trancemanpl)

    Excellent support as always. That worked perfect.
    Thank you

    tlavi0412

    (@tlavi0412)

    Hi,
    i have the same problem, i changed the code it work on desktop but in mobile still nothing works

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘YMM not working unless DIRECT PHP FILES ACCESS is enabled’ is closed to new replies.