Invinitive Loading on Mobile

Posted in: Newspaper
Post count: 6

How to set infinitive post loading on mobile page. Like; http://imgur.com/a/9zaL1

Post count: 6

And to make the footer invisible

Post count: 23312

Hello ofekin,

First of all, please ensure that our theme does not have any such an option that allows you to enable the infinite loading for post pages but only for pages, sorry! If you want to have this type of pagination for your page, notice that you should use any block from our list and setup the pagination from here -> https://www.screencast.com/t/40aExqY3oM
Also, if you want to hide the footer for mobile devices, notice that you should use a bit of CSS code to achieve this. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media(max-width:767px){
.td-footer-wrapper{
display:none!important;
}
}

Thanks for your message!

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