Good but fix this bug
-
Working fine but I got a little bug, next and previous button isn’t like the bootstrap 3 and has positioning problem also
I have fixed this bug, please replace this line with last line
<a class="left carousel-control" href="#cptbc_<?php echo $id; ?>" data-slide="prev">?</a> <a class="right carousel-control" href="#cptbc_<?php echo $id; ?>" data-slide="next">?</a>
correct code is below.
<a class="left carousel-control" href="#cptbc_<?php echo $id; ?>" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></a> <a class="right carousel-control" href="#cptbc_<?php echo $id; ?>" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></a>
thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Good but fix this bug’ is closed to new replies.