Home / Forums / WoodMart support forum / SVG Error
Home › Forums › WoodMart support forum › SVG Error
SVG Error
- This topic has 14 replies, 2 voices, and was last updated 8 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
December 29, 2017 at 6:56 pm #30943
etinteractiveParticipantsee private info for error.
December 29, 2017 at 8:15 pm #30950
etinteractiveParticipantappears you have hard coded SVG as HTTP, so if you use https you get errors?
<!–[if IE 8]>
<html xmlns=”http://www.w3.org/1999/xhtml” class=”ie8 wp-toolbar” lang=”en-US”>
<![endif]–>
<!–[if !(IE 8) ]><!–>
<html xmlns=”http://www.w3.org/1999/xhtml” class=”wp-toolbar” lang=”en-US”>December 29, 2017 at 9:29 pm #30957Hello,
Could you please describe the steps how to reproduce these errors on your website so we can check it?
Regards
December 30, 2017 at 2:32 am #30963
etinteractiveParticipanti have my blog url set to https://www.mydomain.com
Any admin pages load this error.
https://www.mydomain.com/wp-admin/options-general.php
Unsafe attempt to load URL data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale from frame with URL https://www.mydomain.com/wp-admin/options-general.php. Domains, protocols and ports must match.
December 30, 2017 at 9:19 am #30992We can’t reproduce it on our development website. Could you please provide us your admin access so we can see it?
December 30, 2017 at 5:54 pm #31033
etinteractiveParticipantSent
December 31, 2017 at 12:08 pm #31056Hi,
We just checked this page but didn’t see any errors https://gyazo.com/4d689d74ab120bafd509f48d18dfdf68
Regards
December 31, 2017 at 2:12 pm #31078
etinteractiveParticipantDid you view the console?
There are errors and some fields dont appear on other pages.December 31, 2017 at 2:13 pm #31079
etinteractiveParticipantDecember 31, 2017 at 3:02 pm #31086
etinteractiveParticipantBelieve I found it, was update with Revolution slider!
TEsting now.
December 31, 2017 at 3:10 pm #31087
etinteractiveParticipantSpoke too soon, error in console is still there.
December 31, 2017 at 3:20 pm #31088
etinteractiveParticipantPHP Fatal error: Uncaught Error: Call to undefined function woodmart_get_svg() in /home/xxx/public_html/wp-content/themes/woodmart/inc/functions.php:1133
December 31, 2017 at 3:58 pm #31092Yes, now we see them in the console. May we try to disable some extra plugins and check how it works with default WordPress theme?
December 31, 2017 at 4:04 pm #31094
etinteractiveParticipantFound the problem, offending plugin conflicting with SVG on theme.
December 31, 2017 at 4:55 pm #31099Great, we are glad that you have found the solution.
-
AuthorPosts
Tagged: svg
- You must be logged in to create new topics. Login / Register