Ignore:
Timestamp:
Jan 28, 2014, 9:36:38 PM (10 years ago)
Author:
mistic100
Message:

fix slider by restoring my custom code removed with nivoSlider update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/slider.tpl

    r26968 r27028  
    1 {combine_script id='jquery.nivo.slider' path=$EXTENDED_DESC_PATH|cat:'template/nivoslider/jquery.nivo.slider.pack.js' require='jquery' load='footer'}
     1{combine_script id='jquery.nivo.slider' path=$EXTENDED_DESC_PATH|cat:'template/nivoslider/jquery.nivo.slider.js' require='jquery' load='footer'}
    22{combine_css id='nivoslider' path=$EXTENDED_DESC_PATH|cat:'template/nivoslider/nivo-slider.css'}
    33{combine_css id='nivoslider_theme' path=$EXTENDED_DESC_PATH|cat:'template/nivoslider/default.css'}
    44
     5{if $SLIDER.control_thumbs}
    56{html_style}
    6 #slider{$SLIDER.id} {ldelim} margin:0 auto; }
    7 #slider{$SLIDER.id} .nivoSlider img {ldelim} border:none !important; }
    87#slider{$SLIDER.id} .nivo-controlNav.nivo-thumbs-enabled img {ldelim}
    98  width: {$SLIDER.thumbs_size}px; height: {$SLIDER.thumbs_size}px;
    109}
    1110{/html_style}
     11{/if}
    1212
    1313{if $SLIDER.elastic}
Note: See TracChangeset for help on using the changeset viewer.