Load More & Inifinite Pagination

Posted in: Newspaper
Post count: 131

Hi…

Is there anyway to add an icon or text in infinite scroll pagination when a use scrolls down and wait for the page to load?

Like the way when we click on the load more pagination it shows a blue animate loading… is there any way to add that in infinite pagination mode?

How can I change the font size and background color for load more pagination?

And currently there is one issue i am having with the load more is even when i reach the last post of it still show the load more button…. How can i fix that?

Thanks!

  • This topic was modified 11 years by Sayeed.
Post count: 131

Hi!

Adding one more question to it… I would like to know that how can I make the infinite load earlier or faster so that the use do not have to wait to load the posts till he reaches the last post.

Thanks!

Post count: 131

Hi again!

I tried to use next/prev ajax but it’s showing nothing on homepage….

Thanks!

Post count: 6600

Hi,

1. I’ll add this on our request list and consider adding an option for it in future versions. If you decide to do it yourself you can find the js for it here: http://screencast.com/t/MAi6YgxmJnyD

2. You can do it via css, use the css from below for that:

.td-load-more-wrap {
font-family: 'Times New Roman' !important;
font-size: 18px !important;
}

3. When there are no more posts to be displayed the “load more” button becomes opaque, to hide it try this: https://forum.tagdiv.com/topic/hiding-load-more-link-when-not-needed/

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.