Is it possible to remove one of the components that Avia builder uses? I need to kill the maps as having it load on pages edit screen is breaking another mapping plugin I need to use..
So I found two things I need to remove, hoping there is a way to do it without hacking the core theme.
Can I remove this action somehow? Found on line 1131 of class-framework-widgets.php
add_action( 'admin_enqueue_scripts', array(&$this,'helper_print_google_maps_scripts') );
Inside of config-templatebuilder/shortcodes, the file google_maps.php, can I remove that from an array with a filter or something, or must I delete the file directly?
Thank you!
Hey!
Please use a child theme and refer to this thread – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit