This forum is closed now and viewable here as an archive. For paid themes and services please open a support ticket. For free themes support, please open issue at Drupal.org project page. For other purposes, please contact us.
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:
Comments
Please follow these steps:
http://www.drupar.com/forum/free-themes-support/how-add-more-three-slide...
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
As I found how to add another image, please disregard my previous post.
Thanks