• Resolved TheGentAtWPforum

    (@thegentatwpforum)


    Using Elementor to design search results page. Can I use Filter&Grids for the search results page, so that I can use the elementor search form to enter search term and the search result page shows a “Filter&Grids” layout?

Viewing 1 replies (of 1 total)
  • Plugin Author YMC

    (@wssoffice21)

    Hi!
    Yes, you can use Elementor search form, and manage the filter posts grid using JS API Filter & Grids. To do this, you will need one of the methods of the global YMCTools object,apiSearchPosts() with its settings.

    YMCTools({target: ".data-target-ymcFilterID-LayoutID", search: 'keyword'}).apiSearchPosts( option, terms );
    See the plugin documentation https://github.com/YMC-22/smart-filter#js-api-filter–grids

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.