• Resolved asprenzel

    (@asprenzel)


    Good day Mr Stanislav Samoilenko

    Is it possible to turn of the ‘active’ search so that when typing text in the search field there is no search until a user hits enter or clicks the search button?

    Thank you for your efforts with this plugin, it is really helpful!

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

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

    (@yummy-wp)

    Hi!

    There’s no such option to disable it, because it’s a main idea of a plugin.

    But you can add custom styles to hide search results popup

    
    .ysm-search-widget .search-field[type="search"] {
        background-image: none !important;
    }
    .smart-search-results {
        display: none !important;
    }
    

    Stanislav

    Thread Starter asprenzel

    (@asprenzel)

    Thank you for fast response! The solution worked.

    It is nice to have this feature on desktop but becomes a bit of a problem on the mobile experience hence my strange request:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turn off active search’ is closed to new replies.