Page builder conflict wordaroubd
-
It seems that people who are using page builder plugin gets problem.
Such as Visual Composer, Themify Builder and so on.
So I modified the code to disable PopupMaker on Page/Post edit screen as temporary workaround.
Try it if you have similar problem.Comment out(add // on the top of line) these lines.
popup-maker/popup-maker.php
require_once POPMAKE_DIR . 'includes/admin/shortcode-ui/class-pum-admin-shortcode-ui.php';
popup-maker/includes/script.php
add_action( 'admin_head', 'popmake_render_popup_theme_styles' );
add_action( 'admin_enqueue_scripts', 'popmake_load_admin_scripts' );
add_action( 'admin_enqueue_scripts', 'popmake_load_admin_styles', 100 );
- The topic ‘Page builder conflict wordaroubd’ is closed to new replies.