Viewing 5 replies - 1 through 5 (of 5 total)
  • Please create support ticket in support.wpbakery.com, we will help you to try to solve this issue, also provide more details.

    Thread Starter clicproxy

    (@clicproxy)

    I’ve already done.
    Ticket: https://wpbakery.freshdesk.com/helpdesk/tickets/9509

    I’ve received an anwser from WPBakery 6 hours before :
    “I am afraid, at present, the WordPress installation url and the website url should match for the front-end to work properly, else it blocks the frame due to which the front-end cannot function. Domain mapping plugin does the same and hence it does not play well with visual composer. We have it on our road map to support visual composer on installations where the website url is different from the WordPress url and we will be implementing it in future. Since this is a complex issue it might take some time.”

    I’ve asking for how many time before this issue fixed. I’m waiting for the answer.

    Their support is reactive, I will transmit their answer here.

    You can try to fix MU plugin, wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php:649
    add before
    if ( defined( 'DOMAIN_MAPPING' ) ) {

    this:

    if(isset($_GET['vc_action']) || isset($_GET['vc_editable'])) {
    	return;
    }

    this is not so secure, but this will fix this problem at least.

    Thread Starter clicproxy

    (@clicproxy)

    Hi,

    I’ve tried your solution without any success.
    The actual screenshot : https://i.imgur.com/ofwF7IM.png

    What I’ve done in the wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php file :

    // fixes Visual composer bug
    if(isset($_GET['vc_action']) || isset($_GET['vc_editable'])) {
     return;
    }
    
    if ( defined( 'DOMAIN_MAPPING' ) ) {

    I can’t even edit my pages with Visual Composer.

    Yes, sorry, looks like it is really incompatible anyway. We will add this to our backlog and try to fix this in future.

    Thanks for this bug request and hope it will be solved in future.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress MU Domain Mapping incompatible with WPBakery Visual Composer’ is closed to new replies.