• Resolved jackkarter

    (@jackkarter)


    My WP Bakery visual composer plugin, wont show in the wordpress editor unless I de-activate Thirsty affiliates and all the add ons.

    I’ve contacted them and they say…
    “Hif,
    I am afraid, there is a js conflict between the two. Unfortunately we are not aware of the code that is being used in the Thirsty affiliates, but we do follow the WordPress and Codecanyon guidelines strictly. If you are into js coding you can write a custom js script to handle this or you can get it done from a js developer.

    Thank you,”

    I’ve had a similar issue before with the Enfold theme and it turns out it was an issue with the theme.

    Basically, Enfold set too high a priority on it’s own editor popup windows that default Thickboxes cannot show over the top.

    Is this the same issue? If so any ideas how to resolve the clash with the WC Bakery Plugin?

    Many Thanks

    https://ww.wp.xz.cn/plugins/thirstyaffiliates/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey jackkarter,

    Yes, it’s possible there is a conflict as their plugin makes extensive use of the built-in Thickbox (as does ThirstyAffiliates).

    I’m currently investigating this for someone else as well so I will report back here with my findings.

    Cheers,
    Josh

    Thread Starter jackkarter

    (@jackkarter)

    Thanks Josh

    It appears that the two can co-exist together, however there is a clash with the high z-index values they set on their modal boxes.

    To give a fix it would have to be on their end.

    Locate the js_composer.css file located here:
    wp-content/plugins/js_composer/assets/css/js_composer.css

    Find the CSS rule:
    .wpb_bootstrap_modals .modal
    and set the z-index value to 1060;

    In the same file, locate the CSS rule:
    .modal-backdrop
    and set the z-index value to 1057;

    If this works for you, please pass it on to your contact at WP Bakery.

    Cheers,
    Josh

    Thread Starter jackkarter

    (@jackkarter)

    Hi Josh,

    It appears that text string doesn’t exist in the css file?

    Any other ideas?

    Thanks

    Hi jackkarter,

    Can you contact me privately? Email josh at thirstyaffiliates dot com. I’d like to check out your site but I’ll need you to create a new admin login for me.

    It’s possible they changed the CSS rules to different names in the latest version (which I don’t have atm, my copy was included in a premium theme). I also want to be sure nothing else funny is going on.

    Cheers,
    Josh

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Clash with Visual Composer Plugin’ is closed to new replies.