• hello,

    when using visual composer in front end mode then every page with an email there is only the email showing not the editor.

    i am using x theme.

    i the error console i see e.g:
    TypeError: null is not an object (evaluating ‘span.parentNode’)

    version: all of the latest.

    how to fix this?

    thanks
    oli

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author michael_greenberg

    (@michael_greenberg)

    I have no idea how Visual Composer works, and your problem sounds a lot like it’s *their* bug. The best thing to do may be to turn off PHPEnkoder while composing pages; hopefully the output of their tool will cooperate with PHPEnkoder’s filters.

    There are two ways to turn off PHPEnkoder: you can turn deactivate the plugin through the dashboard, or you can do it programmatically by editing their or my code. You can do so by using a command like add_action(XXX, 'enkoder_unregister_filters');, though I have no idea what XXX should be to work for you.

    I’m sorry I can’t give a better answer, but WordPress plugins are an untamed wilderness—compatibility is essentially impossible. ??

    • This reply was modified 8 years, 1 month ago by michael_greenberg. Reason: trying to fix markup
    Thread Starter oblaum

    (@oblaum)

    thanks michael, turning off is an option. yes, plugin-land is really wild wild west thing. thanks anyway! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘conflict with visual composer 4.12’ is closed to new replies.