开发者 |
dgilfoy
ivycat sewmyheadon |
---|---|
更新时间 | 2013年1月3日 02:07 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.4.2 |
[ic_do_slider]
- run the default slider[ic_do_slider group="slug_or_id_of_group_term"]
- adds slider with the specified group ( ID of the group term, or it's slug )[ic_do_slider quantity="5"]
- changes the default slide quantity from 3 to 5[ic_do_slider thumb_size="thumbnail"]
- changes the default slide featured image size to thumbnail (default is medium - thumbnail, medium, large, full or custom - if supported )[ic_do_slider fadeIn=600 fadeOut=700 speed=7000]
- duration and speed of slider (in miliseconds - so 7000 is 7 seconds )[ic_do_slider use_nav_arrows=true]
- Turn on previous and next navigation arrows[ic_do_slider use_button_img=true]
- Turn on slide indicator buttons[ic_do_slider use_styles=true]
- Turn on default styles ( in case you don't add your own )ivycat-ajax-slider
directory to your plugins folder.It allows you to easily create nice, JavaScript image sliders with text that can be styled to suit any project. Some other slider plugins had more features than we needed, or didn't operate as we expected. Often, they load all the images at once, hiding the others and using JavaScript to switch the visible image. This plugin is different; it loads a single image/post and once the page is loaded, makes an AJAX request to retrieve the rest of them. It receives them in JSON format and the individual elements are switched rather than any hiding/showing going on.
Currently this plugin is more for developers or designers. It doesn't take much to use, but it does require you to do your own styling. Eventually we'll incorporate templating (so you can alter the markup without fear of future versions overwriting them).
Talk to your favorite WordPress designer or developer, or we can certainly work with you. Future versions of this plugin might support automatic features and other tweaks.