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
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.
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!
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