Changeset 347050
- Timestamp:
- 02/17/2011 08:37:32 PM (15 years ago)
- Location:
- jj-nextgen-jquery-slider/trunk
- Files:
-
- 3 edited
-
includes/functions.php (modified) (1 diff)
-
jj-ngg-jquery-slider.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jj-nextgen-jquery-slider/trunk/includes/functions.php
r339779 r347050 35 35 foreach($atts as $att => $val) 36 36 { 37 $instance[ wp_specialchars($att)] = wp_specialchars($val);37 $instance[$att] = $val; 38 38 } 39 39 -
jj-nextgen-jquery-slider/trunk/jj-ngg-jquery-slider.php
r346026 r347050 4 4 Description: Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery Nivo Slider'. 5 5 Author: JJ Coder 6 Version: 1.2. 76 Version: 1.2.8 7 7 */ 8 8 -
jj-nextgen-jquery-slider/trunk/readme.txt
r346026 r347050 5 5 Requires at least: 2.8 6 6 Tested up to: 3.0.5 7 Stable tag: 1.2. 77 Stable tag: 1.2.8 8 8 9 9 Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery Nivo slider'. … … 106 106 - Try to set the width and height properties. 107 107 108 Question: 109 110 - If images are different sizes how can you stop previous image from showing in background? 111 112 Answer: 113 114 - Try adding code below to afterChange callback 115 `function() { jQuery("#test_slider").css("background-image", "none"); }` 116 108 117 Email: wpjjcoder@gmail.com 109 118 … … 124 133 == Changelog == 125 134 135 - 1.2.8: FAQ. 126 136 - 1.2.7: Readme. 127 137 - 1.2.6: Controlnavthumbs fix if false.
Note: See TracChangeset
for help on using the changeset viewer.