Home Forums Theme support Organics doesn't work with internet explroer Reply To: Organics doesn't work with internet explroer

Haha, funny thing, we’ve tried it with an older version and it was working. In the newer version it’s not working anymore.

But we found the problem, it’s the SVG graphic in the footer, normally the IE browser should be able to handle it, but it’s even the Internet Explorer.

To solve the problem, please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

#svg_footer {
display:none;
}

This should solve the problem.