• Hi guys,

    I guess it’s an error easy to reproduce: if I’m building a post using King composer and using the WP-Members shortcode to hide/show download buttons they don’t show up. If I build the same page using the standard wordpress editor, there’s no problem.

    Is there any way to solve this problem?

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

    (@cbutlerjr)

    If other shortcodes are able to be parsed, it could possibly be that your stack has an improperly constructed shortcode somewhere. When WP runs shortcode parsing, it goes through all shortcodes, so if you have one in the mix that does not return $content without running do_shortcode() at the end, then further shortcodes down the line won’t be properly parsed. So the first thing to test would be to deactivate all other plugins to see if you get the same result.

    Thread Starter Itookmyprozac

    (@itookmyprozac)

    Hi Chad,

    KC does not work with shortcodes, it’s a page constructor that uses a more intuitive ‘drag&drop’ solution. If I disable KC your plugin works as a charm.

    Paradogically, after disabling KC, I’ve been using another page constructor plugin that works using shortcodes. No problem with this one.

    It’s a pitty because KC is great and give me a straight forward option to build anything.

    I guess it’s a problem of KC, not wp-members.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘King composer incompatibility?’ is closed to new replies.