Plugin Directory

Changeset 666350


Ignore:
Timestamp:
02/11/2013 03:04:35 PM (13 years ago)
Author:
mohsinrasool
Message:

fixes transition delay problem

Location:
nextgen-3d-flux-slider-template
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • nextgen-3d-flux-slider-template/trunk/nextgen-3D-flux-slider-template.php

    r664732 r666350  
    77  Author: Mohsin Rasool
    88  Author URI: http://wpdevsnippets.com
    9   Version: 1.1
     9  Version: 1.1.1
    1010 */
    1111
  • nextgen-3d-flux-slider-template/trunk/readme.txt

    r664721 r666350  
    55Requires at least: 3.0.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88Author: Mohsin Rasool
    99License: GPLv2 or later
     
    8585== Changelog ==
    8686
     87= 1.1.1 =
     88* Fixed delay problem
     89
    8790= 1.1 =
    8891* Fixed issue with 2D bars animation
     
    97100== Upgrade Notice ==
    98101
     102= 1.1.1 =
     103* Fixed delay problem
     104
    99105= 1.1 =
    100106* Fixed issue with 2D bars animation
  • nextgen-3d-flux-slider-template/trunk/template-nggsliderview.php

    r664721 r666350  
    3131
    3232            <?php 
    33                 $delay = get_option('ng_3dfluxslider_caption')*1000;
    34                 if($delay<1000)
    35                     $delay = 4000;
     33                $delay = get_option('ng_3dfluxslider_delay')*1000;
     34                if($delay<1000)                    $delay = 4000;
    3635                if(get_option('ng_3dfluxslider_pagination'))
    3736                   echo 'pagination:true,';
Note: See TracChangeset for help on using the changeset viewer.