Advertisement
Guest User

Untitled

a guest
Sep 16th, 2011
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. === Easing Slider ===
  2. Homepage: http://easingslider.matthewruddy.com
  3. Contributors: MatthewRuddy
  4. Tags: slider, slideshows, easing, plugin, jquery, content, featured, images, wordpress
  5. Requires at least: 2.9.2
  6. Tested up to: 3.2.1
  7. Stable tag: 1.1.9
  8.  
  9. The Easing Slider is an image slider plugin for WordPress which uses the jQuery Easing plugin.
  10.  
  11. == Description ==
  12.  
  13. <a href="http://premiumslider.matthewruddy.com">Need unlimited sliders? Want more options? Go Premium!</a>
  14.  
  15. The Easing Slider comes with various options that allow you to choose different sources to get the images from and also multiple styling options so that you"ll never have to edit any files directly & with ease. Create your own unique elegant slider.
  16.  
  17. <a href="http://easingslider.matthewruddy.com">Live Demo</a>
  18.  
  19. <h4>Choose between images sourced from:</h4>
  20. - Custom fields from a particular category
  21. - Custom fields from all categories
  22. - Selected images from the plugins "Custom Images" section.
  23.  
  24. <h4>The Easing Slider has the following optional features:</h4>
  25. - *New* Link images to URLs.
  26. - Pagination (with custom icons if you wish)
  27. - Next/previous buttons
  28. - Choose between three different shadow types
  29. - 7 different types of preloading icons (or use none)
  30. - Padding & border settings
  31. - And much more.
  32.  
  33.  
  34. == Installation ==
  35.  
  36. <h4>Installation</h4>
  37. <b>Via FTP:</b>
  38. Once you download the plugin, extract the folder from the .rar file. Next, via FTP place the file in the "plugins" directory with all other plugins. This directory can be found in wp-content under the directory in which you store WordPress's files.
  39.  
  40. <b>Via Admin panel:</b>
  41. Go to Add new under Plugins. Then search "easing slider" then click install.
  42.  
  43.  
  44. <h4>Usage</h4>
  45. To use the Easing Slider you can use the following methods:
  46.  
  47. Shortcode in posts:
  48. `[easingslider]`
  49.  
  50. Function in template files (via php):
  51. `<?php if (function_exists("easing_slider")){ easing_slider(); }; ?>`
  52.  
  53.  
  54. <h4>Image Source:</h4>
  55. You can change many of the sliders settings from the "Easing Slider" control panel in the WordPress administration panel.
  56. Once the plugin is activated a new tab called "Easing Slider" emerges in the WordPress admin control panel. Under the tab "Usage Settings" there is a section called "Get images from?". Here there is a dropdown menu with which you can select three different sources to get images from. These are:
  57.  
  58. Custom Fields (Selected Category):
  59. Allows you to use custom fields to specify an image from each post to be displayed on the slider from a particular category only. To display an image use the custom field name "easing" followed by the URL of the image in the value field. You can only upload <i>ONE</i> custom field per post.
  60.  
  61. Custom Fields (All Categories):
  62. This option displays images from custom fields with the name "easing" from all categories, then enter the URL of the image in the value field.
  63.  
  64. Custom Images:
  65. This allows you to use a maximum of ten custom images specified in the "Custom Images" tab. Here you can enter your own URL to specific images of insert images from your media library. This panel also gives you a preview of all the custom images that will be displayed on the slider.
  66.  
  67. <h4>Adding an image</h4>
  68.  
  69. Note: You can only use one custom field per post.
  70.  
  71. Custom Fields:
  72. If you are NOT using custom images you can insert images into the slider via Custom Fields. To do this, insert "easing" into the Custom field <i>name</i> field followed by the URL of the image in the <i>value</i> field. You can only insert one image per post.
  73.  
  74. Custom Images tab:
  75. If you have selected "Custom Images" as your source you can now use the custom images tab. To insert images from this tab onto the slider simply paste the link into the text box and then clicking "save changes". Alternatively you can use the "upload image" button which uses Wordpress's built in media library. Once you uploaded the image click "insert into post" to insert the image URL into the next available text box. Then click "save changes" after each one.
  76.  
  77.  
  78. == Screenshots ==
  79.  
  80. 1. The Easing Slider used on MatthewRuddy.com showing how the slider can be tailored to your site.
  81.  
  82. 2. Preview of the slider's "Custom Images" panel.
  83.  
  84. 3. Use Wordpress's media library to upload new images to the slider.
  85.  
  86. 4. Modify the sliders styling to your liking. Customize nearly everything.
  87.  
  88. 5. Usage settings tab. Change the image source and amount of images shown, etc.
  89.  
  90. == Frequently Asked Questions ==
  91.  
  92. <h4>The content slider is not working. It is just displaying the loading icon. What's wrong?</h4>
  93.  
  94. This (most likely) is due to one of two potential problems:
  95.  
  96. 1. You have loaded jQuery already in your theme. If you manually inserted jQuery into your theme previously then it will break the Easing Slider (along with other plugins potentially) because jQuery is being loaded twice (the Easing Slider also loads jQuery).
  97.  
  98. 2. No custom fields with the name "easing" followed by the URL of an image in the "value" field have been specified in any of your posts. See the "installation" section for more details on how to display images on the slider via custom fields. Alternatively you can use "custom images" by enabling this in the usage settings tab of the Easing Slider's settings.
  99.  
  100. <h4>For more information please email me at info@matthewruddy.com</h4>
  101.  
  102. == Changelog ==
  103.  
  104. = 1.1.9 =
  105. * Fixed: Plugin inconsistancies and Javascript mistakes.
  106. * Changed: Plugin now only deletes slideshow when uninstalled (rather than de-activated).
  107.  
  108. = 1.1.8 =
  109. * Fixed: IE9 issues. Slider is now fully functional in IE9.
  110.  
  111. = 1.1.7 =
  112. * Added: Option to enable or disable jQuery.
  113. * Fixed: Issue with slider appearing above post content when using shortcode.
  114.  
  115. = 1.1.6 =
  116. * Added: Premium Slider notice.
  117. * Added: Icon to heading on Admin options.
  118.  
  119. = 1.1.5 =
  120. * Fixed: Mix up between autoPlay & transitionSpeed values in previous versions.
  121.  
  122. = 1.1.4 =
  123. * Fixed: Added !important to padding & margin values of 0 to make sure slider doesn't inherit theme's css values.
  124.  
  125. = 1.1.3 =
  126. * Fixed: CSS glitch in admin area.
  127.  
  128. = 1.1.2 =
  129. * Fixed: Bug with previous version.
  130.  
  131. = 1.1.1 =
  132. * Added: Option to disable permalinks in 'slider settings'.
  133.  
  134. = 1.1.0 =
  135. * Added: Ability to add links to images. Images sourced from custom fields link to their respective post.
  136. * Fixed: Edited script.js issue with fade animation.
  137.  
  138. = 1.0.3 =
  139. * Added: paddingTop & paddingRight settings.
  140. * Fixed: Bottom padding issue when shadow is enabled.
  141. * Changed: Tab name 'Plugin Settings' to 'Usage Settings'.
  142.  
  143. = 1.0.2 =
  144. * Added: Fade transition. Compatibility problems fixed.
  145. * Fixed: Preloader margin-top with IE only. Used IE hack to add 1 pixel to the top margin to make preloader appear aligned.
  146.  
  147. = 1.0.1 =
  148.  
  149. * Fixed: Issues with 'Thematic' theme.
  150. * Fixed: jQuery into noConflict mode to avoid conflictions with various other jQuery plugins.
  151. * Fixed: Parse errors in CSS file.
  152. * Fixed: jQuery version number.
  153. * Removed: Fade transition effect due to compatibility problems & issue with certain themes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement