More Sliders

How to add more sliders to the Lava theme please ? Thanks

Comments

user
Submitted by admin on Sat, 07/18/2015 - 03:33
user
Submitted by sarmad on Mon, 07/20/2015 - 12:25

Thank you so much for sending these instruction regarding the addition of more images to the sliders. I did exactly what you said but this did not add any more images. I applied the following after adding a scaled images to the images folder:

At first I looked for the following statement

<img src="<?php echo theme_get_setting('slider_three_image'); ?>" />

Below this I added location of image of new slide. Something like this,

<img src="http://localhost/Lava/sites/all/themes/lava/images/slider-image4.jpg" />

So you have something like the following

<div class="image_reel">
<img src="<?php echo theme_get_setting('slider_one_image'); ?>" />
<img src="<?php echo theme_get_setting('slider_two_image'); ?>" />
<img src="<?php echo theme_get_setting('slider_three_image'); ?>
<img src="http://localhost/Lava/sites/all/themes/lava/images/slider-image4.jpg" />

May I kindly get further help from you
Thanks

user
Submitted by sarmad on Tue, 07/21/2015 - 12:56

As I found how to add another image, please disregard my previous post.
Thanks