I am using the Anything Slider and am not able to get the arrow functionality working. When I first install the plug-in, these arrows work, but as soon as I start changing the settings in the dashboard, the arrows no change slides when clicked. I have enable the arrows so I am not sure where I am going wrong.
As a separate concern, could anyone advise on how to add more shortcode to the anything slider? I am relatively new to PHP, but if someone could point me in the right direction as to how to create new shortcodes, that would be great- I am looking to add a shortcode for showMultiple, allowing me to display 3 slides on one page, 1 one on another etc. I would also eventually like to add other shortcode regarding arrows, or start button, etc.
First, the "clickForwardArrow" and "clickBackArrow" both need to be set to "click" so clicking on the arrows work.
Additionally, the slider can't resize all of the videos and images because they are wrapped multiple times, so maybe the best solution would be to add this css that makes all panel content match the panel size:
.panel * { width: 333px; height: 240px; }
Also, the arrows are appearing below the video because the videos need to have a wmode set. Either add them manually or include the video extension along with swfobject (should be loaded first).
@doobie: showMultiple is the only one I would really need; others, like displaying arrows on one slider but not on the other, or the start button on one slider but not the other would be useful, but not urgent :)
I'd be really happy if when you make the change for showMultiple, you could point to the source code of the plugin where you made the change - that way if I think of further shortcode I can come up with it myself!
I just pushed a new version of the plugin with a bunch of new shortcode attributes. I haven't documented all fo them, yet, but you can begin using showMultiple, vertical, easing and a bunch more.
Although I tried for e.g. showMultiple=3 in my shortcode and it didn't work, is this the right format?
Also, I was looking at the jtd-anything-slider.php source file to see where you added the shortcode attributes, and am just curious as to how it works. How does the function jtd_anything_slides_shortcode($attr) work? I would love to learn more about how you made these changes.
Vertical does work for me when I set it to vertical=true.
Also, I noticed that my arrow functionality is still not working. My clickForwardArrow and clickBackArrow are set to "click" in my sourcecode, but when I look at the code of the page, they are indeed empty.. Any idea as to why this might be happening?
I am using the Anything Slider and am not able to get the arrow functionality working. When I first install the plug-in, these arrows work, but as soon as I start changing the settings in the dashboard, the arrows no change slides when clicked. I have enable the arrows so I am not sure where I am going wrong.
As a separate concern, could anyone advise on how to add more shortcode to the anything slider? I am relatively new to PHP, but if someone could point me in the right direction as to how to create new shortcodes, that would be great- I am looking to add a shortcode for showMultiple, allowing me to display 3 slides on one page, 1 one on another etc. I would also eventually like to add other shortcode regarding arrows, or start button, etc.
Much thanks!
-Alex
Thanks!
Ok there are a few things that need fixing...
First, the "clickForwardArrow" and "clickBackArrow" both need to be set to "click" so clicking on the arrows work.
Additionally, the slider can't resize all of the videos and images because they are wrapped multiple times, so maybe the best solution would be to add this css that makes all panel content match the panel size:Also, the arrows are appearing below the video because the videos need to have a wmode set. Either add them manually or include the video extension along with swfobject (should be loaded first).
I'd be happy to add a few new shortcode options for you.
Is "showMultiple" the only new option that you need?
Thanks,
Jacob
@doobie: showMultiple is the only one I would really need; others, like displaying arrows on one slider but not on the other, or the start button on one slider but not the other would be useful, but not urgent :)
I'd be really happy if when you make the change for showMultiple, you could point to the source code of the plugin where you made the change - that way if I think of further shortcode I can come up with it myself!
Thanks again!
That'd be great, thanks!
Sorry for the delayed response. I'll add these options this week and push out a new version asap.
Thanks,
Jacob
I just pushed a new version of the plugin with a bunch of new shortcode attributes. I haven't documented all fo them, yet, but you can begin using showMultiple, vertical, easing and a bunch more.
-J
I just noticed, thanks!
Although I tried for e.g. showMultiple=3 in my shortcode and it didn't work, is this the right format?
Also, I was looking at the jtd-anything-slider.php source file to see where you added the shortcode attributes, and am just curious as to how it works. How does the function jtd_anything_slides_shortcode($attr) work? I would love to learn more about how you made these changes.
Thanks again!
-Alex
Vertical does work for me when I set it to vertical=true.
Also, I noticed that my arrow functionality is still not working. My clickForwardArrow and clickBackArrow are set to "click" in my sourcecode, but when I look at the code of the page, they are indeed empty.. Any idea as to why this might be happening?
Thanks!
I don't think the showMultiple works, but the vertical and others seem to be fine.
Thanks!
Alex
Thanks in advance!
-Alex