Changeset 349550
- Timestamp:
- 02/23/2011 12:41:39 AM (15 years ago)
- Location:
- jj-nextgen-jquery-slider/trunk
- Files:
-
- 3 edited
-
includes/jj_ngg_jquery_slider.php (modified) (3 diffs)
-
jj-ngg-jquery-slider.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jj-nextgen-jquery-slider/trunk/includes/jj_ngg_jquery_slider.php
r345602 r349550 48 48 $manualadvance = $this->get_val($instance, 'manualadvance'); 49 49 $captionopacity = $this->get_val($instance, 'captionopacity'); 50 $disablecaptions = $this->get_val($instance, 'disablecaptions'); 50 51 $beforechange = $this->get_val($instance, 'beforechange', '', false); 51 52 $afterchange = $this->get_val($instance, 'afterchange', '', false); … … 212 213 } 213 214 214 if($ image_description != '')215 if($disablecaptions != '1' && $image_description != '') 215 216 { 216 217 $image_description = "title=\"" . $this->quote_fix($image_description) . "\" "; … … 562 563 </p> 563 564 <p> 565 <input type="checkbox" id="<?php echo $this->get_field_id('disablecaptions'); ?>" style="vertical-align: middle;" name="<?php echo $this->get_field_name('disablecaptions'); ?>" value="1"<?php if($instance['disablecaptions'] == '1') { echo " checked=\"checked\""; } ?> /> 566 <label for="<?php echo $this->get_field_id('disablecaptions'); ?>" style="vertical-align: middle;"><strong>Disable captions</strong></label><br /> 567 </p> 568 <p> 564 569 <label for="<?php echo $this->get_field_id('captionopacity'); ?>"><strong>captionOpacity:</strong></label> 565 570 <input type="text" id="<?php echo $this->get_field_id('captionopacity'); ?>" name="<?php echo $this->get_field_name('captionopacity'); ?>" value="<?php echo $instance['captionopacity']; ?>" size="3" /> -
jj-nextgen-jquery-slider/trunk/jj-ngg-jquery-slider.php
r347050 r349550 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. 86 Version: 1.2.9 7 7 */ 8 8 -
jj-nextgen-jquery-slider/trunk/readme.txt
r347055 r349550 5 5 Requires at least: 2.8 6 6 Tested up to: 3.0.5 7 Stable tag: 1.2. 87 Stable tag: 1.2.9 8 8 9 9 Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery Nivo slider'. … … 62 62 - manualAdvanc: Force manual transitions. (sc: manualadvance="setting") 63 63 - captionOpacity: Universal caption opacity. (sc: captionopacity="setting") 64 - Disable captions: (sc: disablecaptions="1") 64 65 - beforeChange: (sc: beforechange="setting") 65 66 - afterChange: (sc: afterchange="setting") … … 87 88 - [jj-ngg-jquery-slider title="Hello" gallery="1" html_id="about-slider" width="200" height="150" center="1"] 88 89 - [jj-ngg-jquery-slider html_id="about-slider" directionnav="false" controlnav="false"] 90 91 Try out my other plugins: 92 93 - JJ NextGen JQuery Carousel (http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/) 94 - JJ NextGen JQuery Cycle (http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/) 95 - JJ NextGen Unload (http://wordpress.org/extend/plugins/jj-nextgen-unload/) 96 - JJ NextGen Image List (http://wordpress.org/extend/plugins/jj-nextgen-image-list/) 97 - JJ SwfObject (http://wordpress.org/extend/plugins/jj-swfobject/) 89 98 90 99 == Installation == … … 133 142 == Changelog == 134 143 144 - 1.2.9: Ability to disable captions. 135 145 - 1.2.8: FAQ. 136 146 - 1.2.7: Readme.
Note: See TracChangeset
for help on using the changeset viewer.