Categories

Tag Archives: NivoSlider

Magento. How to edit slider

Magento Tutorials
  |  
May 29 2012
This tutorial shows how to edit slider in Magento templates.
Read More

PrestaShop 1.4.x. How to work with TM NivoSlider

PrestaShop Tutorials
  |  
May 06 2012
This video tutorial will show you how to work with your TM Nivo slider.
Read More

jQuery ‘NivoSlider’

Slider, Working with jQuery scripts
  |  
March 18 2011
A slider with a variety of unique transition effects. For full specifications visit the official website http://nivo.dev7studios.com

 

JavaScript We should include jQuery framework and jquery.nivo.slider.pack.js by pointing src attribute in the script tag to those .js files.
<script type="text/javascript" src="js/jquery-1.4.4.min.js" </script<script type="text/javascript" src="js/jquery.nivo.slider.pack.js"</script
Initialization script we place in the section of the document
$(window).load(function() 
Read More