Archived topic
Errors in generatepress
7 replies · Started by Jose Angel on May 13, 2019
I am experiencing errors with this theme.
A number appears stuck on top of the headers of the pages of the web, I tried to solve it with the personalization settings of the theme, and it was solved, but when I saved it was still the same. Attached image http://prntscr.com/no9fc7
In another of my web, I had to uninstall it because it does not show the sidebar correctly.
I showed it in the lower part as it does in the mobile version. this happened to me on the main page and in post.
I tried to solve it with the customization settings of the theme, and it was solved, but when I saved it was still the same.
Hi there,
you have this CSS added to the page:
h1:not(.site-title):before {
background: #767676;
content: "0";
display: block;
height: 2px;
margin: 1rem 0;
width: 1em;
}
If you want the short line then change content: "0"; to content: "";
the other issues sound like a caching problem. I would advise that you flush and disbale any caches while you're working on a site.
Hello, I can not find that css code
I have searched in additional ccs and in the theme editor, but I do not find that css code.
Where should I look for css code?
So i still can't see where its coming from as its in your Litespeed cache. Can you flush and disable that?
I have already deactivated it and the error has disappeared, but when I activate it again, the error persists
Right - so it sounds like something is caught in the Litespeed cache. In their Critical CSS settings is there a Purge All option?
Thanks worked
Cool - glad to be of help