UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Load More Feature Request

Rob · ·
1:32 AM Tuesday, 29 August 2017
None
Hello,

I just spoke with Fadhi and was asking about a load more button instead of pagination when loading blogs. I believe this could help in load time of a page and also let the end user know that there is more to see. :)

Maybe code like this:

$(function(){
$("div").slice(0, 10).show(); // select the first ten
$("#load").click(function(e){ // click event for load more
e.preventDefault();
$("div:hidden").slice(0, 10).show(); // select next 10 hidden divs and show them
if($("div:hidden").length == 0){ // check if any hidden divs still exist
alert("No more divs"); // alert if there are none left
}
});
});


Maybe something like this on a page to page setting or just for the EasyBlog - Latest Blogs Module. Thanks for listening.

Regards,
Rob
0 Replies
The replies under this section are restricted to logged in users or users with an active subscription with us