Curt Sahd

Google Hangout vs Skype

I’ve been watching Google Hangout for quite sometime, and tested it quite a bit with Google+. The voice quality and video quality is absolutely brilliant, and knocks skype out the…

Continue reading
0 Comments

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