amillet
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: AnythingSlider] Shortcode for Show Multiple Option?Hi JRiley,
I was having trouble with the shortcode implementation of showMultiple as well, so here’s a different solution:
<script type='text/javascript'> jQuery(function(){ jQuery('#feature .anythingSlider').anythingSlider({ showMultiple: 2, }); // add any non-default options here });
Here I’m using a selector for a div for feature, and referring the anythingSlider class. If you want to show a different amount of slides somewhere else, use a different div selector along with the .anythingSlider and repeat.
Hope that helps!
Hi Mottie,
Thanks for the help, I fixed the expand element.
What about the shortcode for showMultiple, I am still not able to get that to work. Do you know what could be wrong?
Thanks!
Alex
Hi Jacob,
I was wondering if there was any progress on the anything slider plugin with regards to shortcode compatibility, the showMultiple=3 still doesnt work for me.
Also, I was wondering if there was any way of specifying the size of the slides in % rather than px form. The rest of my website is in elastic width, so it poses a problem when you resize etc..
Thanks!
Hey Jacob,
I was having trouble with showMultiple=2. I tried various capitalizations and quotes and other things, but they didn’t work either. Would you mind taking a look when you get the chance?
Thanks!
Best,
Alex
Hi Jacob,
I was wondering, is the showMultiple shortcode working in the latest update? And if so, what is the format? Is it showMultiple=2, for e.g.?
Thanks!
Alex
Forum: Plugins
In reply to: Integrate AnythingSlider into HeaderThanks Snive!
I was looking around for documentation on the shortcode for the Anything Slider, but couldn’t find any to adjust the amount of slides viewed at a single time. Ideally, I’d like three visible at once. I can change this in the settings, but then I can’t revert to having only once slide when I want to have a blog post, for example. Would you know of any shortcode, or any other way of achieving this?
Thanks!
Alex