Franklin Gitonga

Results 3 comments of Franklin Gitonga

Hi, This looks interesting. I'll explore it and see if we can add it. Thanks.

Hi, Make sure you have the 'et_pb_layout' post type registered before doing the import.

Hi, Try adding this to your child theme. `// Override function that checks whether to register divi layouts post type function et_builder_should_load_framework() { global $pagenow; ``` // Added check for...