-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 13, 2017 at 3:23 am #1080788Hi,
As I can see that the slideshow is showing on the homepage of your site now, is that ok now?
December 14, 2017 at 12:48 am #1081017When I add images into the module…it does not work like a slideshow / carousel
Please check for me
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 14, 2017 at 1:45 am #1081030Hi,
I guess when you add output for the module, the editor strips HTML tags so the carousel doesn’t work. You can try this way:
1) Turn off the default editor temporarily: Backend > Sites > Global Configuration: http://prntscr.com/hn7ylb
2) Go to backend settings of this slideshow module and add this output:<div class="container"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="images/joomlart/slideshow/sl-1.jpg" alt="Sample image" /> <div class="carousel-caption"> <h2>Your perfect starting template, Purity III</h2> <p>Either it's your first time with Joomla or you are a developer already, Purity III won't let you down.</p> </div> </div> <div class="item"> <img src="images/joomlart/slideshow/sl-2.jpg" alt="Sample image" /> <div class="carousel-caption"> <h2>This is the best FREE Joomla 3 template!</h2> <p>We have drunken too much of the best… but this repsonsive Joomla template truly is, and IT'S FREE!</p> </div> </div> <div class="item"> <img src="images/joomlart/slideshow/sl-3.jpg" alt="Sample image" /> <div class="carousel-caption"> <h2>The next generation of Purity series</h2> <p>Sophisticated in Design, Brilliant in Features. That's how we define Purity Series.</p> </div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#carousel-example-generic" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> </div>
Then replace with your own images.
Regards
December 14, 2017 at 3:36 am #1081066Thank you for this solution it helped me too.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Snowbella 6 years, 11 months ago.
The topic ‘My slideshow is not working any more’ is closed to new replies.