Please adjust line 13 of ./config-templatebuilder/config.php from:
$paths = array(dirname(__FILE__) .”/avia-shortcodes/”);
to:
$paths[] = dirname(__FILE__) .”/avia-shortcodes/”;
So we can implement our own elements with a child theme.
If there’s a better way to do this- please let me know.
Hi PRONETS!
Please see here, http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/.
Cheers!
Elliott
I forgot about adding the priority to mine lol.. Thanks!