the click "more" of a Blog in the Timeline is not working

boplive
@boplive
3 years ago
342 posts
Hi guys,

I tried a few skins, the click "more" of a Blog in Timeline is not working, no dropdown content to continue the Blog..

I went back to the Demos page and they don't work there as well as you can see per the demos link below

https://demo.jamroom.net/jrBeatSlinger2/mda-the-blaquesmyth/action


updated by @boplive: 03/06/22 10:41:00PM
michael
@michael
3 years ago
7,692 posts
This is the "showMore()" function that should be in the skins .js file and not commented out.


function showMore(div) {
    $('#truncated_' + div).toggle();
    $('#full_' + div).toggle();
}

After that there's an issue with the wrong ID being passed in to that function too. Its a bug, we'll get it fixed. Thanks.

Tags