featured post slide in date

Posted in: Newspaper
Post count: 109

Since 7.3 the feature post slide in shows the publish date even when ‘show date’ is turned off in the admin area.

Post count: 22421

Hello,

Is this on the mobile theme or on the standard responsive version or desktop? Pleas provide more details and a link to your site so we can inspect it.

Thank you!

Post count: 109

Hi Bogdan, Thanks for the quick response!

It’s on the standard responsive / desktop version: https://goo.gl/FVo9BF

Thank you!

Post count: 109

The date is also visible at posts in the sidebar on the right: https://goo.gl/IQfe3b

‘show date’ option in admin is off

Post count: 6535

Hi

Are you referring at posts displayed in more article box: http://screencast.com/t/nuI0fBXDbq If so you can hide the date using this css: http://screencast.com/t/iiWAaH2w6W

.td-content-more-articles-box .td-post-date {
display: none;
}

Let us know how it goes.
Thanks!

Post count: 109

Yes, that’s it!

And the ones in the sidebar.

They all showed up after the 7.3 upgrade. Will it be fixed in the next update?

‘disable show date’ should be respected 😉

Thanks!

Post count: 16

Having the same issue on our site–the Author, Date, and Comments all now show for every post, even though those switches are turned off in the the theme settings.

I’ve already gone ahead and added the proper CSS to our Child theme to correct this, but was wondering if it was something with my site or the update that is causing the switches to not work.

Thanks!

Post count: 22421

Hi,
@both

you can use this general code if you wish to hide the post date from all of your site:
.td-post-date{
display:none!important;
}

Thank you!

Post count: 109

That code should do the job Bogdan 🙂

I’ve add it to ‘custom css
cleared all the cache
The dates are still there 🙁

How to solve this?

Thanks!

Post count: 109

Same issue one another newspaper site: https://goo.gl/qiSKPG

The publish date is below the thumbnails / images since 7.3

Post count: 22421

Hi,
The code works even on the site you mentioned. Look: http://screencast.com/t/VNsflCOkqM
Please make sure in your custom css box that you closed all the previous css tags. and add the code after a closing tag.
I have tested the option from the theme panel on our end and it seems to work but maybe you missed the new feature added: http://screencast.com/t/kQFIEhBT now the post author and date on modules and blocks has been split in 2 options. One is on post settings for posts only and the other is here: http://screencast.com/t/kQFIEhBT for modules and blocks. I think this is the cause of the post date and author. http://screencast.com/t/rneS3ZiiHhEZ
Let us know how it goes.
Thank you!

Post count: 109

I’ve missed that feature indeed :O
Thanks for your patience.

Great theme, excellent support!

JB

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