# Events Slide

## 1: Display at frontend

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

![Layout 1](/files/AmzlaW9Yty8L9dJmJ1r5)

![Layout 2](/files/aligg9A5CFO275bNoodV)

## 2: Config in Elementor or Shortcode

### **2.1 Config Elementor**

**Category**: Choose All or a category\
**Excluded Categories**: Insert list Category ID if you don't want to display in results.\
**Layout**: Layout 1, Layout 2\
**Post total**: total event displays\
**Choose Time**: All, Current, Upcoming, Pass\
**Order By**: Title, Custom sort, Start date, ID\
**Order**: Descending, Ascending

<div><img src="/files/HmciEVbfZiOVJ31Mz1Rt" alt=""> <figure><img src="/files/P1Vu8pwfj4ICxsp93dAS" alt=""><figcaption></figcaption></figure></div>

### 2.2 Config Shortcode:

```
[ovaev_slide item_number="3" slides_to_scroll="1" margin_items="20" pause_on_hover="yes" infinite="yes" autoplay="yes" autoplay_speed="3000" smartspeed="500" dot_control="yes" nav_control="yes" layout="1" category="all" time_event="" total_count="8" order_by="ovaev_start_date_time" order="ASC" exclude_cat="" ]

<!-- 
item_number: Total item display in sliders.
slides_to_scroll: number items per screen.
margin_items: padding between items.
pause_on_hover: yes or no (Pause when the mouse hovers over the item in the slide.)
loop: yes or no (Loop for the slider.)
autoplay: yes or no
autoplay_speed: speed of slide (seconds)
smartspeed: speed of slide (seconds)
dot_control:yes or no (Dots are small indicators that show which slide is active and let users click to switch slides.)
nav_control:yes or no (navigation of slider)
layout: 1 or 2 (columns)
category: Choose All or Get even by slug category
time_event: current or upcoming or past or empty (Display events with these filters.)
total_count: you should insert like slides_to_scroll param.
order_by: ovaev_start_date_time or ovaev_end_date_time or event_custom_sort or title or date
order: ASC or DESC
exclude_cat: slug category. example: slug4, slug5, slug6
-->
```

## 3: Customize Template

Copy file\
Plugins/ova-events/templates/elements/ovaev\_*events*\_slide.php\
to\
Your-theme/ovaev-templates/elements/ folder.&#x20;

Note you have to create these folder.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ovatheme.gitbook.io/fullevent/elements/elementor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
