• I know the plugin is working because I get past the security error when it is turned on, but the SVG doesn’t actually show on the front end. The SVG I have attempted is the logo, so it’s on every page, center top.

    When I inspect element, it says the image is displaying as 0x0 pixels, so it’s there, just infinitely tiny.

    One mediating factor is the theme (Woodmark) also offers SVG support (and they suggest your plugin, which is how I found it) and image sizing options. However, I have set the image size to 120 and tried the theme’s SVG support both on and off and the image still doesn’t display.

    Any ideas what I might try to get the image to show? I could even add some custom HTML if you think it will help…I know a bit of CSS but nothing about display of SVGs in particular.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @futureisfiction

    I jut happend on your post as I was thinking of using the plugin and always look at support.

    I looks at your site and I think if if you add
    .woodmart-logo img[src$=”.svg”] {
    height: auto;
    width: 120px;
    }
    To your stylesheet and remove the display:none from .switch-logo-enable .woodmart-sticky-logo you should be fine.

    • This reply was modified 3 years, 9 months ago by Flexer.
Viewing 1 replies (of 1 total)
  • The topic ‘Able to upload SVG, but it isn’t showing’ is closed to new replies.