Show Date not working globally

Posted in: Newspaper
Post count: 127

On certain pages I need the date to show on when posts were created or modified. I’ve enabled that option, however it still doesn’t show. Is there another place I need to look to enable this? Reviews don’t show up either or ratings but I’m not concerned with that.

Post count: 35449

Hello,
There is a global option in the theme panel that you enabled – https://i.imgur.com/HPkjkKy.png after you can individually check on flex blocks if the option on that block is enabled or disabled – https://i.imgur.com/BZi7rn4.png
I hope this will help you!

Post count: 127

That works but some modules show it even if I turn it off on the module itself.

  • This reply was modified 2 years by jtoney.
Post count: 127

So what happens if I enable it, its global like its supposed to be. So I have some modules that I don’t want it shown on, so for instance block 21 I don’t want the date shown. You can’t turn it off.

Post count: 35449

Hi,
If you are using flex blocks you have individual options to display/hide the date(https://i.imgur.com/8VVEnM7.png-https://i.imgur.com/MjmoH4S.png), but on standard blocks, like block 21 it will use the theme panel option (the global one), what else can be done is to set an extra class on those blocks were you do not want to have the date and use a css like this one – https://i.imgur.com/zfPwneq.png
.remove-date .td-post-date {
display: none;
}

Css code should be set in the theme panel > custom code > custom css.
Thank you!

Post count: 127

That worked, I added

.remove-author-name .td-post-author-name {
display: none;
}

so I could also remove the author’s name.

What can I do to make the excerpt move up and be closer to the title? There’s a huge gap from the line of text that was removed.

Post count: 35449

Hi,
On that flex block you can check the margin for excerpt from layout tab and set it 0 – https://i.imgur.com/5iX1pMc.pnghttps://i.imgur.com/YWyOTRs.png you can also check the margin on title – https://i.imgur.com/0fhrVD4.png
Thank you!

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