Slider shortcode doesn't display properly
-
Here’s what my shortcode looks like:
[slider interval="1000" controls="true" bullets="true" wrap="true"] [slide title="Strava" image="https://www.thefitcoder.net/wp-content/uploads/2015/10/strava.jpg" caption="Strava Caption" active="active"/] [slide title="Runkeeper" image="https://www.thefitcoder.net/wp-content/uploads/2015/10/runkeeper.jpg" caption="Run Keeper"/] [/slider]
But the HTML that is spit out looks like:
<div id="oscitas-slider-1" class="carousel ebs-carousel slide " data-ride="carousel" data-interval="1000" data-pause="" data-wrap="true"> <ol class="carousel-indicators"></ol> <div class="carousel-inner " ></div> <a class="left carousel-control" href="#oscitas-slider-1" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#oscitas-slider-1" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a></div>
As you can see, the carousel-inner is missing all of the content.
https://www.ads-software.com/plugins/easy-bootstrap-shortcodes/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Slider shortcode doesn't display properly’ is closed to new replies.