Hi! As per the release
The theme now keeps track of the elements and options you use. So if you don’t use a video player, a countdown and a portfolio, the theme will no longer load these features.
I want to enable this feature, however, when we do the custom elements we have created that are in our enfold-child/shortcodes are not loading well. For example, we have a custom element which uses and [avia_slider] with a YouTube video link, and the video won’t load in the frontend when Load only used elements (recommended) is selected. I assume avia_slider is not being detected in our custom shortcodes.
Hey SCMHR_HomeOffice,
Thank you for using Enfold.
The option only works for the default builder elements. Have you tried the third option? You can disable specific elements manually. Or try to add the disabling_allowed config in the shortcode_insert_button function.
$this->config['disabling_allowed'] = true;
Best regards,
Ismael
Awesome answer, thanks!
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You may close it, thanks.