Bootstrap Carousel - Joomla! Forum - community, help and support
hi
i put bootstrap carousel in template works fine...almost...
these current control buttons in index.php, when put online , take @ sourcecode, looks this...
as can imagine, "next" button doesn't work additional # @ end. don't know comes from...tried few combinations , noticed, first button stays normal , additional line gets #. doesn't matter if prev or next first...
any idea?
thanks lot
i put bootstrap carousel in template works fine...almost...
code: select all
<a class="carousel-control left" href="#mycarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#mycarousel" data-slide="next">›</a>
these current control buttons in index.php, when put online , take @ sourcecode, looks this...
code: select all
<a class="carousel-control left" href="#mycarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#mycarousel#" data-slide="next">›</a>
as can imagine, "next" button doesn't work additional # @ end. don't know comes from...tried few combinations , noticed, first button stays normal , additional line gets #. doesn't matter if prev or next first...
any idea?
thanks lot
maybe # getting inserted javascript. try removing js files temporarily. may fix problem.
Comments
Post a Comment