Hide publish date

Posted in: Newspaper
Post count: 80

Hello all,

After updating to Newspaper 7.7, the post date of every article now appears, even though “Show Date” under Post Settings is disabled. When you click and launch the article, the date is not shown near the author, but it shows on widgets, blocks and everywhere else.

Also, when searching my posts on Google, now Google is showing the publish date. Any ideas?

Post count: 80

Also, how to keep the wide menu bar when I set a backbground color?

Post count: 22421

Hello,

There is a new setting since newspaper 7 that allows you to remove the date for pages separately: https://www.screencast.com/t/CAUmhc89p

As for the background, you cannot have a full width site with a background color or image. The site will go into boxed mode is a background image or color is set.

Thank you!

Post count: 80

Hi, I remember that a few versions ago, 4 or 5, you could edit a piece of code so it would prevent the theme from going into boxed mode when a background color was set.

Can it still be done?

Post count: 23312

Hello ony123456,

Unfortunately, it is not an easy task to change the boxed layout for the header, as the site will become boxed when background color(or image) is added. You could try to use media queries to change this for desktop – http://screencast.com/t/vIA97kLL6S

@media (min-width: 1180px) {
.td-boxed-layout #td-outer-wrap{
width: 100% !important;
}
.td-main-content-wrap {
width: 1164px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
left: 0;
right: 0;
}
}

Please note that also the footer will become full – http://screencast.com/t/pqdCnTK5v

Hope this helps!

Thanks for your understanding!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.