elevaunt
Forum Replies Created
-
Forum: Reviews
In reply to: [Versitile jQuery Slider] Great job!Thanks @zerojack, I appreciate it. I’m glad it’s helping you out! Let me know if you run into any more problems.
Forum: Plugins
In reply to: [Versitile jQuery Slider] Post content in slidesThat’s the one you want to use, or that’s the only one you can get working?
Forum: Plugins
In reply to: [Versitile jQuery Slider] Post content in slidesHi Dan, I’ve used a couple custom shortcodes. The tricky part is that it all depends on what the shorcode outputs – the slider needs to know what elements to look for to create the slides.
Typically you’ll want to identify a class of each slide element, or if they are all direct descendants, that can work too. So you’ll have to see what elements the shortcode is outputting and work with that.
Which shortcode are you trying to use? I can take a look and see if I can get it working.
Forum: Plugins
In reply to: [Versitile jQuery Slider] Post content in slidesSorry for the late reply. Yes, you can nest shortcodes inside the VJS shortcode. So you can do something like this:
[vjs_slider][your_post_content_shortcode][/vjs_slider]I’ve used that method and it works great. You’ll need to pay attention to what the nested shortcode ouputs so you can tell VJS Slider what elements are slides.