Changeset 588517
- Timestamp:
- 08/21/2012 07:17:30 PM (14 years ago)
- Location:
- ivycat-ajax-slider
- Files:
-
- 3 added
- 1 edited
-
assets (added)
-
assets/banner-772x250.jpg (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.png (added)
Legend:
- Unmodified
- Added
- Removed
-
ivycat-ajax-slider/trunk/readme.txt
r562073 r588517 1 1 === IvyCat Ajax Slider === 2 Contributors: dgilfoy, ivycat 3 Tags: shortcode, ajax, slider, custom post type 2 Contributors: dgilfoy, ivycat, sewmyheadon 3 Donate link: http://www.ivycat.com/contribute/ 4 Tags: shortcode, ajax, slider, featured image, image switcher, custom post type 4 5 Requires at least: 3.0 5 Tested up to: 3.3.2 6 version 1.0 7 Stable tag: 1.0 6 Tested up to: 3.4.1 7 Version 1.01 8 Stable tag: trunk 9 License: GPLv3 or later 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 8 11 9 12 ==Short Description == 10 13 11 Simple Ajax loading Slider.14 Simple image slider that uses AJAX to load and switch images. 12 15 13 16 ==Description== 17 14 18 This plugin is a light template/framework for developers to easily add an Ajax slider to a page. Use a shortcode to add a slider to a page. Supports one slider per page. Loads up the first slider and pulls in the rest of them via ajax, speeding up page load. Incorporates a custom post type for the slider and utilizes the featured image of the post. 15 19 16 20 == Notes == 17 21 18 Plugin is dependent upon theme styling. This version of this plugin does not contain native styles. If you are curious as to the reasoning behind this, check out:22 Plugin depends upon your theme's style and does not contain native styles. 19 23 20 http://nimbu.in/p/wordcampseattle/ 21 22 This is a minimal plugin, function over form. If you would like to extend it, or would like us to extend it in later versions, feel free to contact us at admins@ivycat.com. We do custom plugins as well as upgrades and features for existing plugins. 24 This is a minimal plugin, function over form. If you would like to extend it, or would like us to extend it in later versions, feel free to post ideas in this [plugin's support forum](http://wordpress.org/support/plugin/ivycat-ajax-slider), or [contact us](http://www.ivycat.com/contact/). 23 25 24 26 == Installation == … … 42 44 == Screenshots == 43 45 46 1. The sliders are a custom post type. 44 47 45 48 == Frequently Asked Questions == 46 49 47 Q: What is the point of this plugin?. 48 A: Well, we don't like the "heft and weight" of some of the other plugins out there. Often they load all the images at once, hiding the others and using JS to switch which one is visible. 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 recieves them in JSON format and the individual elements are switched rather than any hiding/showing going on. 49 Q: What? 50 A: Well, 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 and eventually we'll incorporate templating (so you can alter the markup without fear of future versions overwriting them). 51 Q: What if I don't know CSS? 52 A: We can certainly work with you, and later versions of this plugin might support automatic features and other tweaks. The point of this is an easy to get to template. Fork it, incorporate it into a theme, have at it. If you make changes to the core code, I'd recommend renaming and whatnot, so future versions don't overwrite your code. 50 = What is the point of this plugin? = 53 51 52 We wanted a lightweight slider that we could use on many project. 53 54 Many other sliders had too many features, or didn't operate as we expected. Often they load all the images at once, hiding the others and using JS to switch which one is visible. 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 recieves them in JSON format and the individual elements are switched rather than any hiding/showing going on. 55 56 = What? = 57 58 Well, 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 and eventually we'll incorporate templating (so you can alter the markup without fear of future versions overwriting them). 59 60 = What if I don't know CSS? = 61 62 We can certainly work with you, and later versions of this plugin might support automatic features and other tweaks. 63 64 The point of this is an easy to get to template. Fork it, incorporate it into a theme, have at it. 54 65 55 66 == Changelog == 56 67 68 = 1.01 = 69 * Basic housekeeping, updated readme.txt, plugin header 57 70 58 71 == Upgrade Notice == 59 72 60 Latest versions mean latest security, latest features and the best time! 73 = 1.01 = 74 75 No critical updates, just housekeeping. 61 76 62 77 == Road Map ==
Note: See TracChangeset
for help on using the changeset viewer.