Archived topic
Category tag replaces text
5 replies · Started by Ingo on June 10, 2018
Hi there, I’ve got a big issue with my wordpress site: As I save my post, the text is replaced with one of the category tags.
It has nothing to do with the recipe plugin, the recipes are fine. It’s just the text in the post. So I guess it is a problem with the theme..
Any ideas why there is this problem?
Best regards.
Hi there,
So there is some content on this page that's not showing?
https://lowcarbdiaet.org/rezepte/gemuesespiesse-vom-grill/
Have you tried clearing the caching plugins?
We haven't had this problem reported before so doubt it's a problem with the theme.
It is also working correctly on the other page you've linked.
Might be good to try #1 here:
https://docs.generatepress.com/article/debugging-tips/
Let me know.
Thanks for your help! I tried the debugging tips and found a plugin that was causing that error!
So no problems with your theme :)
But as I already started that topic, I've got another question: Is it possible to set the text style of the H1? I'd like to have it centered but in the "typography section" I cannot find any option for this...
Thanks again!
Hi there, glad you found a resolution to the problem.
To center the H1 can be done with this CSS:
h1 {
text-align: center;
}
Great help as always, thanks!
Glad to be of help!