Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cpierce42

    (@cpierce42)

    Having not gotten a response I have found the culprit.
    Please update your plugin accordingly:

    The old code wpautop(get_the_content());

    Working new code:

    //Line 99 in wpb-fp-shortcode.php
    $output .= wpautop(apply_filters('the_content', get_the_content()));

    That’ll be $45. jk
    Jokes aside, I’d really like it if your plugin processed shortcodes. If it never will, please let me know and I find another plugin so I have stable codebase.

    Thread Starter cpierce42

    (@cpierce42)

    Plugin Author WPBean

    (@wpbean)

    Hi,

    I am really sorry for late reply. I just added this content filter in this plugin’s new uupdate v 1.03.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcode in portfolio item light-box is not processed’ is closed to new replies.