Archived topic
Single Post Custom Category Meta Not Showing (After Update)
25 replies · Started by Rohan Verma on October 15, 2020
Hi, can you please check out what's the issue?
After updating to the latest GP version, the custom category meta look on the single article is disappeared.
Site: gadgetheadline.com
Hi,
I see you're using autoptimize.
Can you try purging/clearing your cache to see if the issue persists?
Yes. Cache cleared. Still no changes.
I'm using the custom category meta css for a few months but suddenly it stops displaying on the single post.
What exactly is the custom category meta look on the single article? Was this done with custom functions? If so, can you share them here?
I'm talking about this.
https://generatepress.com/forums/topic/look-of-single-post-category/
I'm not seeing anything in that topic that would stop working in 3.0.
Are you using any custom functions to move the meta? If so, can you share them here?
No. Not using any custom functions to move the meta.
I can't understand why the category meta on the top of the single post disappeared even after having the CSS codes.
It looks like a lot of that CSS isn't being rendered.
If you validate your CSS, you'll see there's a parse error: https://jigsaw.w3.org/css-validator/#validate_by_uri
You need to fix that or else all CSS below it won't be rendered.
CSS parse error fixed. Now, can you check the respective issue...
Hmm, I'm still not seeing any of the CSS from that topic. Can you turn off Autoptimize?
Cache plugins disabled. Check now.
The CSS is still not being read on the page: https://www.screencast.com/t/7sOLLxrf9gCI
It could be that -link {} selector, as that's not valid CSS.
But that was given by you guys. When it was working well previously, what's wrong now?
Nevermind, how to replace that with the working one?
As a guess, maybe it should be .cat-links?
Can you check? I have changed to .cat-links
Still, not working.