> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/fullevent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/fullevent/elements/elementor.md).

# Events Slide

## 1: Display at frontend

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

![Layout 1](https://546673363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW3F_nSo5166LWY6zN0%2Fuploads%2Fz9DzIkAQ7CMiVBoNiTUO%2FScreen%20Shot%202024-07-26%20at%2015.47.34.png?alt=media\&token=fa6b0f0f-1c46-425d-8855-ac64c56fcf86)

![Layout 2](https://546673363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW3F_nSo5166LWY6zN0%2Fuploads%2FLJSntsj1bdnRrdj2RITy%2FScreen%20Shot%202024-07-26%20at%2015.48.11.png?alt=media\&token=eb58bcc0-8cb3-4807-a65b-49904e2b1384)

## 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="https://546673363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW3F_nSo5166LWY6zN0%2Fuploads%2F883fWwl0pYY82Yn22CzQ%2FScreen%20Shot%202024-07-26%20at%2015.48.44.png?alt=media&amp;token=f189b4ef-7eea-4946-b623-8f20e29fc95a" alt=""> <figure><img src="https://546673363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW3F_nSo5166LWY6zN0%2Fuploads%2FC1it0HKnJXotxPKzxNcy%2FScreen%20Shot%202024-07-26%20at%2015.49.04.png?alt=media&amp;token=a20418a2-fe7c-4e99-834e-d3611128d84b" 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.
