• Hi all,

    I am building custom block themes and love the plugin.
    I just have also used it to upload a SVG logo in the core/site-logo block, which seems to work fine in general.

    However, the logo is not visible in the site editor (only, front-end works fine) when the block setting “Link to home” is enabled.

    I did some investigation and could fix the bug (a is set to 0x0) when putting a.custom-logo-link { width: inherit; }into my editor-style.css. This isn’t a long-term solution though.

    Could you please have a look into it and see if it’s possible to fix this natively in the plugin?

    Cheers!

    • This topic was modified 11 months, 1 week ago by hanneslsm.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darin Kotter

    (@dkotter)

    Thanks for the report! When you say that the anchor tag is set to 0x0, is this inline styles that is doing that, styles coming from a stylesheet or is the height and width attributes set to 0x0? Curious if this is something WordPress themselves add

    Thread Starter hanneslsm

    (@hanneslsm)

    I couldn’t find where the 0x0 is coming from. It seems not to be defined anywhere – maybe it’s a fallback from the browser?

    Here is a screenshot of the Firefox Dev Tool, Chrome is exactly the same: https://imgur.com/a/1tlIqBK

    Everything works when replacing the site logo with a png.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site Logo is not visible in editor when linked to home’ is closed to new replies.