Viewing 5 replies - 1 through 5 (of 5 total)
  • That sounds like it might be a server configuration issue. Have you spoken to your hosts about it?

    I’m having the same issue. Each time I interact with the site — Edit a page or Save a page — the menu.svg file downloads. Its 911 bytes — opens in Illustrator — and nothing but a box as far as I can tell? I’m using the Divi theme (never run into this before, and used Divi theme on multiple sites). Hosted on GoDaddy (same thing — lots of sites — never happened before). Any ideas?

    I used this bit of code place in my web.config file — and that stopped the recurring issue.

    <staticContent>
    <remove fileExtension=”.svg”/>
    <mimeMap fileExtension=”.svg” mimeType=”image/svg+xml”/>
    </staticContent>

    blueskycreative

    (@blueskycreative)

    Hi All, I have a site thats doing this too 🙁 not sure why?

    I have it on my own servers and its the same setup for all my other wordpress sites so can’t see why it would be this one…I have not noticed it on any others …yet! lol

    I will try that code above and see how I go…

    Just annoying lol

    Paul

    Same here. It only happens when I use the Divi Builder to construct a page.
    It downloads when I open a page and when I save a page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘.svg file keeps downloading on WP update’ is closed to new replies.