Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    Visual Composer does not normally put a metabox on the Edit Term page. Press Permit Core 2.1.52 removes the invalid display.

    Thread Starter slaklad

    (@slaklad)

    You removed the invalid display but Press Permit’s Meta Box that controls visibility of each post category is still gone. You can try yourself.

    Plugin Author Kevin Behrens

    (@kevinb)

    I’m working with an older copy of VC, and am not seeing that error. I contacted the author about cooperating on a solution, and will let you know what comes of that.

    Plugin Author Kevin Behrens

    (@kevinb)

    I was able to eliminate this conflict with a change to include/classes/editors/navbar/class-vc-navbar.php:

    change:
    public function __construct( WP_Post $post ) {

    to:
    public function __construct( $post ) {

    You will also need to upgrade to Press Permit Core 2.1.52.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Visual Composer Plugin Conflict’ is closed to new replies.