This is the example module for the YOOtheme Pro. It demonstrates how to add asset files, builder elements and setting panels. For more information on how to create a custom module read the modules documentation.
The example modules can be added using a child-theme or a Joomla or WordPress plugin. The easiest way to quickly try it out is by using a child theme.
- Create and activate a child theme in Joomla or WordPress for YOOtheme Pro.
- Download and unzip the example module.
- Create a
modules
directory in the child theme and copy theexample
directory into it. - Create a
config.php
file with the following code
<?php
$app->load(__DIR__ . '/modules/*/bootstrap.php');
return [];
- Open YOOtheme Pro and see the extended functionalities.