Adding an image slider to your content dramatically enhance a page and allows you to display more content on a limited space on your page. It is important to remember that images will take longer to download and use more of your visitors precious bandwidth so use it wisely.
Note: The image slider is only available as a template for your “Page Content”. This is to prevent your registered members that have access to post articles from messing up your website. If you need this in any of your other modules, please drop us a note asking to add it to your “custom templates”
The code for the slider looks like to image below
In detail the code does the following. (the coloured blocks does not show in your editor and are added to the image to assist with identifying the different sections.)
By default the template will add three slides. You can easily add more slider by carefully copy and past one of the red blocks making sure to start at the < div > and end at the last < /div > making sure you have the image and overlay bits included.
By default the slider display “dots” below the slider to give the visitor visual indicators what slide they are viewing.. You can change this by changing to the “source” view and replace the the class < div class=”owl_carousel_no_nav” > with one of the following, making sure your have the exact spelling.
To display a good looking slider you need to get your image dimensions the same for all the image in the slider. Image with different dimensions (height and width) will cause blank spaces and most probably interfere with other images.
If you do not want to use the overlay simple delete everything to do with the overlay.
< div class=”div_overlay” >< h5 >Image 1< /h5 >< /div >