• Home
  • Documentations
    • Phlox WordPress Theme
    • Phlox Pro WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress Pro
    • Master Slider WordPress Free
    • LOTUS WordPress Theme
  • Video Tutorials
    • Phlox ? Video Tutorials
    • Master Slider WP Pro
    • Master Slider WP Free
    • Master Slider jQuery
    • Lotus ? Video Tutorials
  • FAQ
    • General Questions
    • LOTUS WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress
    • CUTE Slider
  • Knowledge base
    • Beginners
    • Advanced Techniques
    • WordPress plugins
  • Support Forum
    • Login Or Register
    • Support Forum
    • Support Policy
Averta Support Center
  • Home
  • Documentations
    • Phlox WordPress Theme
    • Phlox Pro WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress Pro
    • Master Slider WordPress Free
    • LOTUS WordPress Theme
  • Video Tutorials
    • Phlox ? Video Tutorials
    • Master Slider WP Pro
    • Master Slider WP Free
    • Master Slider jQuery
    • Lotus ? Video Tutorials
  • FAQ
    • General Questions
    • LOTUS WordPress Theme
    • Master Slider jQuery
    • Master Slider WordPress
    • CUTE Slider
  • Knowledge base
    • Beginners
    • Advanced Techniques
    • WordPress plugins
  • Support Forum
    • Login Or Register
    • Support Forum
    • Support Policy

Looking for the answer

Adding a New Slide to the Slider


Slides are defined by?ms-slide?class name in the slider markup. To add a new slide to the slider, you need to add a new element as a first level child of slider element. Slider shows the slides in the same order of added slides in the markup, unless,?shuffle?option was set in the options.

There is no limit in the type of the slide element, you can use?div,?section,?article, or any other semantic HTML5 elements.

You may need to add some parameters to the slide, slide parameters will be specified by data attributes over the slide element. For more information check out Slide Parameters article.

Note: Master Slider does not support to add new slides after the initiation. This article only describes how to add new slide before slider initialization.

The following example creates a slider with three slides:

<div id="masterslider" class="master-slider">
		<div class="ms-slide">
			<!-- slide content here -->
		</div>
		<div class="ms-slide">
			<!-- slide content here -->
		</div>
		<div class="ms-slide">
			<!-- slide content here -->
		</div>
	</div>

Was this information helpful?

Submit
Wizard Home
Related articles list
Create New Support Ticket
Copyright © 2017 Averta. All rights reserved.