UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible 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 offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

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