Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jacob Dubail

    (@jacobdubail)

    Could you share a link?

    I’d be happy to take a look.

    You might get me faster if you follow me on twitter and we tweet back and forth: https://twitter.com/#!/jacobdubail

    -Jacob

    I’m having the same issue. The shortcode shows up as arbitrary text in the slider.

    Plugin Author Jacob Dubail

    (@jacobdubail)

    I think it’s an issue with the plugin. I’ll update it tomorrow with a fix. I need to check for other shortcodes in the content and run them before output.

    Sorry for the issue. I’ll get it fixed asap!

    Wow that was fast!

    Thanks for the speedy response and amazing plugin. I was search for days for something to slide html.

    Kudos

    Thread Starter lknmedia

    (@lknmedia)

    Great response … I’m stuck with Smooth Slider at the moment (which doesn’t work either). Please update this thread when you have the fix.

    Plugin Author Jacob Dubail

    (@jacobdubail)

    I certainly will. Give me a couple hours to push out a new release and I’ll post back.

    -J

    Plugin Author Jacob Dubail

    (@jacobdubail)

    Hey guys,

    Just about to push an update, but here’s the culprit:

    Line 312 of the plugin:

    $output .= "<div class='content clearfix'> {$content} </div>";

    change to:

    $output .= "<div class='content clearfix'>" . do_shortcode($content) . "</div>";

    Go ahead and make the change, if you’d like. I’ll push an update in a few.

    -Jacob

    Didn’t work over here

    https://rude-tv.com

    Plugin Author Jacob Dubail

    (@jacobdubail)

    interesting. Are you using a plugin for the shortcode? or is it custom coded?

    The shortcode is Stream player plugin. It works when i embed the video but not for the shortcode. The short code contains the “embed” button on the video but the html does not.

    Plugin Author Jacob Dubail

    (@jacobdubail)

    gotcha. I’ll have a look and let you know what I find out.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: AnythingSlider for WordPress] Shortcodes inside slides’ is closed to new replies.