Hi
For some reason there is a date/author inline my posts after updating to V6. Anyone know how to remove it?
Example page: http://welketonic.be/whitley-neill-dry-gin/
Screenshot: 
I had this problem before See this post. But after adding this custom css it’s not going away.
-
This reply was modified 11 years by
bgo.
So you turned OFF the “date” option in the post settings?
No custom CSS is needed. Just click the on/off toggle; boom date won’t be shown on the post page.
Might want to read through the docs at some point for V6:
https://forum.tagdiv.com/general-settings/
Well, if it’s working right on 5 sites, and theme not working right on one; them likely you might want to try reinstalling the theme.
Remember to DELETE old theme folder, not over-write.
I don’t see the author byline and date on your page here under the headline where it should be:
http://welketonic.be/whitley-neill-dry-gin/
So, if it’s printing on page likely an HTML bug with the inline ads in your story breaking something, or some other issue on page.
Your page has a whole bunch of errors when checking in Chrome/Console (press F12 to see your errors!). Likely want to fix those first before doing anything else.
Hi,
@bgo I’ve also checked your site and didn’t found the author and date under post’s title so using panel’s settings seem to have done it. Make sure that you also empty all caches (browser’s also), purge files if you use cloudflare’s cdn host then check again.
Let us know if you experience any other issues and as Chris also pointed you should take care of those console errors and for that make sure that you use just theme’s plugins and no other js/css/html compression then check again.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
thnx the date/author can be found a bit lower on the page
. I dont have any other plugin’s running on this site as on my others.
regarding the errors, for sure i will take a look at it. Compression is mostly done by cloudflare. Why am I doing this? My score wassent good enough at google pagespeed. But again, i wil take a closer look at this.
Hi,
I don’t know exactly what custom modifications did you made as this is not added by the theme – http://screencast.com/t/33Dmj98xmQ You can try to hide it using custom css but first take a closer look at the plugins that you use or custom modifications – http://screencast.com/t/QQh3UHlplCN
.td-post-content .none {
display: none;
}
Thanks!