Plugin Directory

Changeset 347050


Ignore:
Timestamp:
02/17/2011 08:37:32 PM (15 years ago)
Author:
jjcoder
Message:
 
Location:
jj-nextgen-jquery-slider/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jj-nextgen-jquery-slider/trunk/includes/functions.php

    r339779 r347050  
    3535  foreach($atts as $att => $val)
    3636  {
    37     $instance[wp_specialchars($att)] = wp_specialchars($val);
     37    $instance[$att] = $val;
    3838  }
    3939 
  • jj-nextgen-jquery-slider/trunk/jj-ngg-jquery-slider.php

    r346026 r347050  
    44Description: Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery Nivo Slider'.
    55Author: JJ Coder
    6 Version: 1.2.7
     6Version: 1.2.8
    77*/
    88
  • jj-nextgen-jquery-slider/trunk/readme.txt

    r346026 r347050  
    55Requires at least: 2.8
    66Tested up to: 3.0.5
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88
    99Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery Nivo slider'.
     
    106106- Try to set the width and height properties.
    107107
     108Question:
     109
     110- If images are different sizes how can you stop previous image from showing in background?
     111
     112Answer:
     113
     114- Try adding code below to afterChange callback
     115`function() { jQuery("#test_slider").css("background-image", "none"); }`
     116
    108117Email: wpjjcoder@gmail.com
    109118
     
    124133== Changelog ==
    125134
     135- 1.2.8: FAQ.
    126136- 1.2.7: Readme.
    127137- 1.2.6: Controlnavthumbs fix if false.
Note: See TracChangeset for help on using the changeset viewer.