Optimize Press Conflict Issue
-
Topic
-
Hi Jason,
It seems this has come up in Alyeska:
http://support.themeblvd.com/forums/topic/alyeska-interferring-with-the-live-editor-in-optimize-press/?view=all#post-16209I have layout builder ver 2.0.9.1 and jumpstart 2.0.1
When trying to launch the live editor from the ‘edit page’ screen I get:
Fatal error: Call to undefined function themeblvd_config() in /nas/wp/www/staging/hight/wp-content/plugins/theme-blvd-layout-builder/includes/general.php on line 270In looking at the Alyeska post and trying to apply to jumpstart I tried:
if ( is_admin() ) {
remove_action( ‘wp_enqueue_scripts’, ‘themeblvd_builder_styles’, 25 );
}In the interest of covering all bases, I tried above and below the framework call in child theme functions.php. And with priorities 25 and 99.
I feel like I must be close, but can’t seem to get there. Any thoughts?
thanks,
John
- You must be logged in to reply to this topic.