• Hello
    Is there a way to turn off just the category filtering but leave the main search as I do not need this option and is quite confusing for customer for the way I am using your plugin?
    Many thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Have you tried disabling it from the YMM SEARCH (plugin’s settings) tab?
    If not please do try it and see if thats what you were looking for.
    But if not,
    then please provide some more information about the plugin or perhaps the modification you are currently using.

    Thread Starter tradeportal

    (@tradeportal)

    Many thanks for your reply.
    Yes I have got that turned off.
    I am running the shortcode in a popup overlay which works fine accept for when it is called from a category page. It then goes into filtering not search mode. Is there a way to stay in search mode all the time?
    Thanks

    I am really sorry but I did not understand your question very well, could you please provide some screenshots explaining your current problem?

    (Please note that Im not the author of this plugin nor am I affiliated to the plugin itself. Im just trying to help you based on some experience I have got throughout ussing the plugin).

    Thread Starter tradeportal

    (@tradeportal)

    OK, thanks for your help anyway.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    > a way to stay in search mode all the time … for shortcode

    Try to add the line:

    
      $block->setFilterCategoryPage(false);
    

    after the line:

    
      $block->setGarageEnabled($garageEnabled);
    

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

    Stanislav

    Thread Starter tradeportal

    (@tradeportal)

    Brilliant, that worked a treat. Exactly what I was after. Thanks very very much for your time and effort.

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

The topic ‘Turn off Category Filtering’ is closed to new replies.