Hi,
I have imported the demo files “Enfold 2017”, and so far made a lot of modifications, including deleting a number of redundant pages.
Is it possible to add/import specific separate pages from e.g. other ENFOLD demo files package
– or (from the same demo files (if one or more page was deleted to hasty), without breaking the already loaded and modified files?
Best regards
Mr. Palle Dahl
Hi Palle ,
You can do that if you enable debug mode: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. If you need any specific shortcodes, then please link to the demo page in question here.
Best regards,
Rikard
Dear Rikard,
Thank you.
I have added the mentioned debug code to my functions.php in the child theme, but the file won’t save? (returns an error)
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
Best regards
Palle