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: http://twitter.com/#!/jacobdubail
-Jacob
I’m having the same issue. The shortcode shows up as arbitrary text in the slider.
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
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.
I certainly will. Give me a couple hours to push out a new release and I’ll post back.
-J
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
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.
gotcha. I’ll have a look and let you know what I find out.