benschwarz
Forum Replies Created
-
Hi @tobiasbg thank you very much for your reply!
I have checked the AMP pages and it seems there is prelude CSS on the website added by possibly tablepress plugin
For example on this page?https://www.dein-geld-anlegen.de/nachhaltige-geldanlagen-wie-investiere-ich-nachhaltig/?amp=1
The current CSS is
.tablepress>:where(thead {
background-color:var(–head-bg-color);
color:var(–head-text-color);
font-weight:700;
vertical-align:middle;
word-break:normal
}it should be
.tablepress>:where(thead) {
background-color:var(–head-bg-color);
color:var(–head-text-color);
font-weight:700;
vertical-align:middle;
word-break:normal
}It is missing the ) close bracket?
I hope you can replicate this and help?
Forum: Themes and Templates
In reply to: [Neve] Logo Size Changes with Amp deactivatedI have now uploaded the logo in a different size so that there is no change from AMP deactivated or activated e.g. here [ redundant link removed ]
- This reply was modified 3 years, 10 months ago by Jan Dembowski.
- This reply was modified 3 years, 10 months ago by Jan Dembowski.
Forum: Themes and Templates
In reply to: [Flash] Favicon not showing in Google SERPYes when deactivating the W3 Total Cache plugin the URLs are shown correctly with ” “. It seems that the Minify settings when enabled cause the problem.
But it is strange as I use the same plugin and setting for my other site with the only difference that there I have the Accelerate theme and there is no problem.
Do you have any recommendation regarding Minify plugin?
Forum: Themes and Templates
In reply to: [Flash] Favicon not showing in Google SERPHello @asheshmagar
the manual code was only to test if this works but the problem seems general. Here you can see the respective source code from the standard function:<link rel=icon href=https://www.meer-kunst.de/wp-content/uploads/2020/04/cropped-favicon-32×32.png sizes=32×32>
<link rel=icon href=https://www.meer-kunst.de/wp-content/uploads/2020/04/cropped-favicon-192×192.png sizes=192×192>As you see the ” ” is missing for the href.
Based on Google documentation it should include the ” ” signs like this:
<link rel=”shortcut icon” href=”/path/favicon.ico”>Forum: Themes and Templates
In reply to: [Flash] Favicon not showing in Google SERPHello, I know and if you look at my site source code you can see that I just added it additionally manually. It does not work with the standard option either.
Please read the problem with the theme changing the syntax as described above.- This reply was modified 3 years, 10 months ago by Jan Dembowski.