General

Gallery Widget

Change slider speed in OpenCart

The slider / Slideshow in OpenCart is way way to fast: Open: catalog/view/theme/default/template/module/slideshow.tpl Find: [box type=”bio”] $(‘#slideshow’).nivoSlider();[/box] Change To: [box type=”bio”] $(‘#slideshow’).nivoSlider({pauseTime:8000});[/box] Courtesy of OpenCart Forums user Simon 

Continue reading
0 Comments