Site logo

[Resolved] Social icon block after upgrade to WordPress 6.1

Home Forums Support [Resolved] Social icon block after upgrade to WordPress 6.1

Home Forums Support Social icon block after upgrade to WordPress 6.1

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.
    Here is the screenshot
    How can I solve?
    Thank you
    Fabrizio

    #2399391
    Fabrizio
    #2399439
    Fernando
    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?

    #2399529
    Fabrizio

    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 screenshot

    #2399736
    David
    Staff
    Customer Support

    Hi 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 the global-styles-inline-css styles 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.
    Hopefully

    #2399802
    Fabrizio

    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
    fabrizio

    #2399873
    David
    Staff
    Customer Support

    Did 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.
    Hopefully

    When you re-add the blocks you can add the correct links back.

    #2400056
    Fabrizio

    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.

    #2400255
    David
    Staff
    Customer Support

    The Social Icons that are missing the URL are the ones in Appearance > Widgets -> Off Canvas.

    #2400266
    Fabrizio

    Sorry my friend, I’m stoned and I wasted a lot of time!

    #2401143
    David
    Staff
    Customer Support

    haha 🙂 – glad you got it resolved !!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.