> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/infetech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/infetech/main-features/projects.md).

# Projects

## 1: Settings

Go to Appearance >> Customize >> Projects

## **1.1: Archive template**

You can change:&#x20;

* Header
* Footer
* Layout
* Number of posts per page
* Show/Hide fields in page

<figure><img src="/files/mwQnj4ulvpnRZciW83sW" alt=""><figcaption></figcaption></figure>

### **1.2: Single template**

You can change:

* Header
* Footer
* Show/Hide fields in page

<figure><img src="/files/tbitTgshMNm0rz8XHhI7" alt=""><figcaption></figcaption></figure>

## 2: Add Category

Go to Projects >> Category Project

![](/files/h47BemtvfITXpG9yy6zK)

## 3: Add Project

Go to Projects >> Add New projects

* Name
* Content: You can add content with Elementor
* Category
* Featured Image
* Sub Title
* Clients
* Date
* Value
* List Social: Find [Icons class here](/infetech/other/icons.md)
* Custom Link
* Sort Order

![](/files/48AYBQoBk67P3GiJG8fF)

## 4: Project Elements in Elementor

### 4.1 Project Grid

Support 2 templates

Support 2,3,4 columns

<div><figure><img src="/files/6eu1hfd8XwVR4EJzJLj9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rIT7eKTwPM8pnBLtPjlx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RwtI76lfFIsX34NHyNTN" alt=""><figcaption></figcaption></figure></div>

### 4.2 Project Slider

Support 3 templates

<div><figure><img src="/files/zaoW0dTFroYjAVqxiLdy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/A9LKc34ShvL8B0ich2w2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RWU4ZqbSYsUU0kFrJtOp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lhdNbD34pG2fW21iLoFb" alt=""><figcaption></figcaption></figure></div>

### 4.3 Project Slider 2

<div><figure><img src="/files/TVOiC12t4hrThDE4E5si" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Zc6dNNwfdIZM57qPALbT" alt=""><figcaption></figcaption></figure> <figure><img src="/files/vUJR5RlXiIIi65BRuLoW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/iDugSJQCoAT1xrx18LdN" alt=""><figcaption></figcaption></figure></div>

### 4.4 Project slider 3

<div><figure><img src="/files/wZ6HhoL72LMZv8GCyF1U" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HB6mLxTQlQWEwLn57pYw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Jpumk7OGfyfgldkwk8RY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/OqRTHI1syVehjOlNfuqW" alt=""><figcaption></figcaption></figure></div>

### 4.5 Project slider 4

<div><figure><img src="/files/r86mSKCuWaeMykDH61pk" alt=""><figcaption></figcaption></figure> <figure><img src="/files/T2z19rQJdyP6NvB0uw6M" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NK6yKfNlb8PqStCJfakc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/OztFG0jb6ycoPmzlx2L6" alt=""><figcaption></figcaption></figure></div>

## 5: Translate Text

You can replace slug (project) to new slug also change text in plugin to your new text.

Go to Loco translate >> Plugins >> Choose "Ovatheme Project" >> Add New Language

Note: You have to choose "**System**" option

<figure><img src="/files/uEgiRF625eIO2Vk4i7va" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MUN1TDKY1SISOTQZ3N3Z" alt=""><figcaption><p>Tranlsate slug</p></figcaption></figure>

## 6: Customize template

You can customize template of plugin in child theme:

```
Copy files:

plugins/ova-project/templates/*.php file
to
themes/infetech-child/ovaproject-templates/*.php

Note: You have to create "ovaproject-templates" folder in child theme
```

<figure><img src="/files/eEnDmYh4a31LYwsWqGnA" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://ova-themes.gitbook.io/infetech/main-features/projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
