Conflict with some plugins
-
Hy,
I recognized a compatibility problem with WPBakery Page Builder.
Your Plugin hides every element with class “content” in admin interface, because, when plugin is active, it enqueues his css on every page in admin interface.
I fixed that by replace the “.content” in your admin.css with:
.settings_page_scss-wp-editor .content { ... }
So it is only active on your page. But a better solution would be to only load your css on your plugin pages, which is a little bit more work to implement.
But generally: Thanks for that plugin. It helps a lot.
Best Regards,
Stefan
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Conflict with some plugins’ is closed to new replies.