Example Module

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.

Quick Installation

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.

  1. Create and activate a child theme in Joomla or WordPress for YOOtheme Pro.
  2. Download and unzip the example module.
  3. Create a modules directory in the child theme and copy the example directory into it.
  4. Create a config.php file with the following code
<?php

$app->load(__DIR__ . '/modules/*/bootstrap.php');

return [];
  1. Open YOOtheme Pro and see the extended functionalities.