Plugin Directory

Changeset 408907


Ignore:
Timestamp:
07/12/2011 08:43:47 PM (15 years ago)
Author:
jjcoder
Message:

no border attribute and alt text.

Location:
jj-nextgen-jquery-slider/trunk
Files:
4 edited

Legend:

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

    r405897 r408907  
    224224        }
    225225         
    226         $output .= "<img src=\"" . $image->imageURL . "\" " . $image_description . " border=\"0\" class=\"nivo_image\" />";
     226        $output .= "<img src=\"" . $image->imageURL . "\" " . $image_description . "class=\"nivo_image\" alt=\"nivo slider image\" />";
    227227       
    228228        if($use_url != '')
  • jj-nextgen-jquery-slider/trunk/jj-ngg-jquery-slider.php

    r406521 r408907  
    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.3.5
     6Version: 1.3.6
    77*/
    88
  • jj-nextgen-jquery-slider/trunk/readme.txt

    r406521 r408907  
    55Requires at least: 2.8
    66Tested up to: 3.2
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88
    99Allows you to pick a gallery from the 'NextGen Gallery' plugin to use as a 'JQuery Nivo slider'.
     
    162162== Changelog ==
    163163
     164- 1.3.6: Got rid of border on image and added alt text even though alt text its pretty useless for nivo slider but should validate. (#Chad)
    164165- 1.3.5: Arrow fix. Make sure stylesheets and javascript is refreshed. (AGAIN!)
    165166- 1.3.4: Arrow fix. Make sure stylesheets and javascript is refreshed.
  • jj-nextgen-jquery-slider/trunk/stylesheets/nivo-slider.css

    r406521 r408907  
    113113    left: 0px;
    114114    display: none;
     115    border: 0;
    115116}
    116117.nivo_slider a {
Note: See TracChangeset for help on using the changeset viewer.