I have a question, if I edit any single-cpt.php file into my child theme and insert somewere into the page a divi section through
<?php echo do_shortcode('[et_pb_section global_module="section ID"[/et_pb_section]'); ?>
it will works fine but if on that page I enable the visual builder, then the injected section will render wrong like they are missing some css. on fronted everything is fine. is there something that I can do to fix this?? many thanks
I have a question, if I edit any single-cpt.php file into my child theme and insert somewere into the page a divi section through
it will works fine but if on that page I enable the visual builder, then the injected section will render wrong like they are missing some css. on fronted everything is fine. is there something that I can do to fix this?? many thanks