Open 3scava1i3r opened 4 years ago
Long Text Content Here
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous">
$(function(){ $(".read-more").readmore(); });
$(".read-more").readmore({
// text for Read Less button hideText: "Read Less...",
// text for Read More button readText: "Read More...",
// shows text on init isTextShown: false,
// enables fade animations effect: true,
// animation speed effectOption: "fast",
// button classes buttonClasses: "btn-primary opacity-rollover",
// button ID id: "read-more-action"
});
best of luck
the more button is displayed even after the text is expanded in mentor section I would like to work on this issue