pagination for block 6

Posted in: Newspaper
Post count: 28

I am using block 6 on homepage.How to make it have a pagination? There is pagination option in the block setting,but is not working.And the infinite load is not working neither.

  • This topic was modified 11 years by winnieji.
Post count: 6600

Hi,

These are the pagination types you can set on blocks: http://screencast.com/t/TWMSjRpY
All of them work based on ajax so I suggest you set the pagination then check this without any plugins active and also make sure you empty cache/purge files if you use a CDN host service.
Please let me know if you still have issues with it after this and also provide your site’s URL so I can also check this as it should work, I’ve also tested this and found no issues.

Thanks

Post count: 28

Pagination for block 6 on homepage is still not working .No plugin is active except for VC and no cache used .My site:http://www.managerreads.com.

  • This reply was modified 11 years by winnieji.
Post count: 28

The load more button works but no numbered pagination after next prev ajax selected.

Post count: 7909

Hi,

Unfortunately if you hide block title from settings, you hide also ajax next/prev pagination. Sorry for inconvenience.

If you want to hide the block 6 title on homepage please use this custom css and the pagination will not be hidden: http://screencast.com/t/6MLIzNNbbHHm

.home .td-page-wrap .td_block6 .block-title{
display: none;
}
.home .td_block6 .td-next-prev-wrap a{
top: -22px;
}

Or if you want to remove the title without border: http://screencast.com/t/v9hlIMxd

.home .td-page-wrap .td_block6 .block-title a{
display: none;
}
.home .td_block6 .td-next-prev-wrap a{
top: -25px;
}

Hope this helps!

Post count: 28

thanks ,that code helps .But what I wanted is a numbered pagination .Will that be possible?Is using template with article list with module 9 chosen the only way? Blocks can’t have numbered pagination?

Thank you.

Post count: 6600

Hi,

Unfortunately blocks can’t have numbered pagination. The only pagination which you can use on blocks is those present in block settings panel: http://screencast.com/t/3ikKggrTPNy7
Sorry for the inconvenience!

Thanks

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