Customize Template

You can override template of plugin in Theme or customize directly in plugin. Support to change layout in Search, Loop (Shop, Archive, Category page), Single Product, Search Form.

Step 1: You have to make 'ovabrw-templates' folder in wp-content/themes/your-theme/

Step 2: Copy files that need customize from Plugins/ova-brw/ovabrw-templates/ to wp-content/themes/your-theme/ovabrw-templates If plugin has sub-directory, you have to make the same sub-directory in theme.

Example: You want to change layout of price in shop page or category page: Copy file Plugins/ova-brw/ovabrw-templates/loop/price.php to wp-content/themes/your-theme/ovabrw-templates/loop/ folder.

1: Customize template of some Elements in Elementor

Copy files in 
Plugins/ova-brw/ovabrw-templates/elementor/*.php
to
wp-content/themes/your-theme/ovabrw-templates/elementor/*.php 

2: Customize shortcode

Copy files in 
Plugins/ova-brw/ovabrw-templates/shortcode/*.php
to
wp-content/themes/your-theme/ovabrw-templates/shortcode/*.php 

3: Customize Modern Template

Listing Product, Card Template

Copy files in 
Plugins/ova-brw/ovabrw-templates/modern/products/*.php
to
wp-content/themes/your-theme/ovabrw-templates/modern/products/*.php 

Product Detail

Copy files in 
Plugins/ova-brw/ovabrw-templates/modern/single/*.php
to
wp-content/themes/your-theme/ovabrw-templates/modern/single/*.php 

Last updated