> 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/categories-slide.md).

# Categories Slide

## 1: Display at frontend

<figure><img src="/files/6nUM0u3xVPFcgy52cV77" alt=""><figcaption></figcaption></figure>

## 2: Config in Elementor or Shortcode

### Config Elementor

<div><figure><img src="/files/dd3yJOYhSAYBHcsJiofF" alt=""><figcaption></figcaption></figure> <figure><img src="/files/l8KIrwh9PjbUXZXwc5pm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/M0wHkBRwEMTpiZLIBPrN" alt=""><figcaption></figcaption></figure></div>

### Config Shortcode

```
[ovaev_categories_slide items="3" slide_by="2" margin="30" pause_on_hover="yes" loop="yes" autoplay="yes" speed="3000" smart_speed="500" dot="yes" categories="sports" ]
<!--
items: Number item per slide
slide_by: 2
margin: margin between item
pause_on_hover: yes or no
loop: yes
autoplay: yes or no
speed: 3000
smart_speed: 500
dot: yes or no
categories: empty or some slug. Example: slug1, slug2, slug3
-->

```

## 3: Customize Template

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/categories-slide.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.
