- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Magento. How to turn off/on slider autoplay
May 6, 2015
This tutorial will show you how to turn on/off slider autoplay in Magento.
Magento. How to turn off/on slider autoplay
-
Log into your Magento admin panel and navigate to CMS > Static blocks:
-
Choose slider block in the list of available blocks. It is usually called Slider, but the title may be different.
Please note that some templates may have slider code in the Home page content, not in the static block. You will need to navigate to CMS > Pages and choose Home page to edit the code:
-
Open this link in the browser Options and callbacks.
-
Locate jQuery(function) code in the static block:
-
You should copy autoAdvance: true, (to turn on autoplay) or autoAdvance: false, (to turn off autoplay) from the link with callbacks and paste it to static block inside jQuery(function):
-
Click Save block button to save changes:
-
Refresh your Home page to see changes on the website.
Feel free to check the detailed video tutorial below: