Ajax Search

1: Display at frontend

You can use Elementor or Shortcode to display template like here:

2: Config in Elementor or Shortcode

Config Elementor

Layout: Layout 1, 2, 3, 4, 5, 6 like Archive template Column: 1,2, 3 Category: Choose All or single category Choose Time: All, Current, Upcoming, Past Posts Per Page: Number event per page Order By: Title, Custom Sort, Start Date, ID Order Post: Descneding, Ascending

Config Shortcode

[ovaev_search_ajax layout="1" column="col3" posts_per_page="6" order="DESC" order_by="title" category="all" time_event="all"]

<!--
layout: 1,2,3,4,5,6.
column: col1, col2, col3
posts_per_page: 9
order: DESC, ASC
order_by: title, event_custom_sort, ovaev_start_date_time, ID
category: all or slug category
time_event: all, current, upcoming, past
-->

Customize Template

Copy file Plugins/ova-events/templates/elements/ovaev_events_search_ajax.php to Your-theme/ovaev-templates/elements/ folder. Note you have to create these folder.

Last updated