- This topic has 10 replies, 3 voices, and was last updated 3 years, 5 months ago by
David.
-
AuthorPosts
-
November 2, 2022 at 11:44 pm #2399390
Fabrizio
Hi,
I wanted to report that a couple of small issues occurred on my website after upgrading to WordPress 6.1 specifically
with the “Social Icons” block, present in the footer of the website http://www.webzone.it.
In the frontend the icons are no longer aligned on a single line, but this is easily solved by intervening on the css.
The main problem is that with the measurement of the page quality through PageSpeed Insights (which proudly the website could boast a score of 100 on all 4 categories), now the SEO category finds that the links associated with the social icons are not crawlable.
How can I solve?
Thank you
FabrizioNovember 2, 2022 at 11:46 pm #2399391Fabrizio
November 3, 2022 at 12:47 am #2399439Fernando Customer Support
Hi Fabrizio,
It’s pointing to the Social Icons in the Off Canvas Menu. How specifically are you adding these social icons? Can you check the URL added?
November 3, 2022 at 1:51 am #2399529Fabrizio
Hi Fernando,
Thanks for the reply, I checked the url. I reinserted the icons with the exact url again. The icons have been inserted into the theme’s default footer template element, via the Gutemberg editor.
Please see the screenshotNovember 3, 2022 at 4:04 am #2399736David
StaffCustomer SupportHi there,
the theme has no control over those core blocks, we try not to interfere with the CSS that WP applies to them.
But other users have had similar issues after updating to WP 6.1, where theglobal-styles-inline-cssstyles that WP dynamically generates is not updated and is missing the new CSS that those blocks require.Including this, which you can add to your site.
body .is-layout-flex { flex-wrap: wrap; align-items: center; }Can you try deleting those blocks. Publish the changes. View the front end. Then re-edit and re-add those blocks. Then clear any caches. Hopefully WP should re-generate the newer CSS it requires.
HopefullyNovember 3, 2022 at 4:39 am #2399802Fabrizio
Hi David
I entered the code in the additional css and nothing has changed. But the thing that bothers me deeply is that social links are not crawlable. Basically it is as if the field where the URLs are entered were not filled in.
As reported in the PageSpeed Insights screenshot
fabrizioNovember 3, 2022 at 5:26 am #2399873David
StaffCustomer SupportDid you try this?
Can you try deleting those blocks. Publish the changes. View the front end. Then re-edit and re-add those blocks. Then clear any caches. Hopefully WP should re-generate the newer CSS it requires.
HopefullyWhen you re-add the blocks you can add the correct links back.
November 3, 2022 at 7:25 am #2400056Fabrizio
Of course I can insert the link. It is also saved. I also tried to enter without https: // but without success. If you want, I will provide you with the access data to the backend.
November 3, 2022 at 8:27 am #2400255David
StaffCustomer SupportThe Social Icons that are missing the URL are the ones in Appearance > Widgets -> Off Canvas.
November 3, 2022 at 8:37 am #2400266Fabrizio
Sorry my friend, I’m stoned and I wasted a lot of time!
November 4, 2022 at 2:54 am #2401143David
StaffCustomer Supporthaha 🙂 – glad you got it resolved !!
-
AuthorPosts
- You must be logged in to reply to this topic.