The following closed topic describes what one customer did to enable ‘page split’ using Enfold’s Advance Editor. Unfortunately, it doesn’t say how this was done (what code was used and where is it placed in the child php file). I want to accomplish the same results but don’t have a clue what to do. Need help – thanks!
https://kriesi.at/support/topic/split-page-content-into-several-pages-with-pagination/
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support(‘avia_template_builder_page_split_element’);
Cheers!
Josue