Hide Page Navigation just on home page

Posted in: Newspaper
Post count: 52

Okay not sure if I need to modify any other php, but I was trying to use

.home .page-nav td-pb-padding-side {
display: none;
}

In the Custom CSS settings of the Theme panel.

Thanks in advance

Post count: 22421

Hello,
I assume you are talking about the latest article module pagination (bottom of the page).
You can hide it like so:
.home .page-nav{
display:none!important
}

(‘page-nav’ and ‘td-pb-padding-side’ are 2 different classes so if you want to use both you can use your code like so:
.home .page-nav.td-pb-padding-side {
display: none;
}

No spacde between the 2 classes because they apply to the same element.
I hope this helps.
Thanks.

Post count: 52

Thanks!

Post count: 52

Is there a way to add back in Next Page pagination on the home page. So it links to /page/2/ ?

Post count: 22421

Hello,
Please provide an example of what you mean as the standard pagination on the homepage looks like so: http://screencast.com/t/pUCCgWzc but this is the latest articles pagination. You could be talking about a block pagination. Please provide more details.
Thank you!

Post count: 52

Only this.

Next Page

So very basic. But just on the homepage.

Post count: 22421

Hello,
Unfortunately that does not come from our theme, Maybe you had a plugin installed to do that. We have no such pagination on the homepage. If you are unsure of theme specific elements, always refer to the online demo: http://demo.tagdiv.com/newspaper/
Thank you!

Post count: 52

I just meant that as an example. I only just need to add a Next Page on .home so that it will go to /page/2/

Cheers
Luke

Post count: 22421

Hello Luke,
In order to have pagination on the homepage, you need to use a block and add pagination to it. You cannot add pagination between blocks. You can set it up from here: http://screencast.com/t/9SSdbvizcdPz or you can use the latest articles module like so: http://screencast.com/t/x3f3Xbsc
I hope this helps.

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