Home › Forums › WoodMart support forum › SVG Icon doesn't show up in infobox
SVG Icon doesn't show up in infobox
- This topic has 15 replies, 3 voices, and was last updated 5 years, 4 months ago by Artem Temos.
-
AuthorPosts
-
July 8, 2019 at 11:33 am #131789
scholtobosParticipantHi Guys,
Showing svg images works perfectly in my menu’s and as logo in my header, but I can’t find the problem of not showing images in infoboxes.
On all other places svg’s show up, except for the infobox element.
In php.ini allow_url_fopen = OnDo you have an idea?
Thanks in advance.July 8, 2019 at 1:15 pm #131808
Artem TemosKeymasterHello,
It seems that
file_get_contents
function for URLs is disabled on your server. You need to contact your provider and ask to enable this option. The line you added to the php.ini file may not work as you expected.Regards
July 8, 2019 at 1:17 pm #131809
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue
Best Regards
July 8, 2019 at 1:50 pm #131814
scholtobosParticipantThanks Elise and Artem,
@elsise I disabled all plugins and switched to parent, but there are no conflicting plugins. So problem still exists.
@Artem, I have access to php.ini file and already openedfile_get_contents
earlier. Just checked it and it’s still enabled.So there must something else. Could you please investigate this for me?
Note: my website is running on a multisite environment. Could this be the problem?Thanks in advance.
July 8, 2019 at 1:58 pm #131817
scholtobosParticipantSorry Artem. I didn’t wrote this sentence: The line you added to the php.ini file may not work as you expected.
Just contacted my provider, so please wait answering.July 8, 2019 at 2:38 pm #131822
scholtobosParticipant@Artem. Just contacted my ISP. file_get_contents is enabled, but problem still excists.
July 8, 2019 at 6:39 pm #131823
Artem TemosKeymasterPlease, disable external plugins and send us your admin and FTP access so we can check what is wrong.
July 8, 2019 at 7:35 pm #131858
scholtobosParticipantThanks in advance.
July 9, 2019 at 6:25 am #131889
Artem TemosKeymasterYou didn’t disable external plugins yet. And please, send us a path to the folder where your website is stored on the server.
July 9, 2019 at 7:08 am #131897
scholtobosParticipantArtem,
1) We are working with multisite so I disabled all plugins how are affecting frontend for the specific subsite I send you.
2) Yesterday I disabled all plugins, also the global ones (by night when there were few visitors on our website) and I noticed there are no conflicting plugins. So trust me, because by day it isn’t possible to turn of all plugins because of other subsites.
2) Multisite is one install so the server path is /web/.July 9, 2019 at 7:12 am #131899
Artem TemosKeymasterWhere is
wp-config.php
file? We don’t see it in the/web/
folder. Please, enable debug mode there.July 9, 2019 at 7:20 am #131900
scholtobosParticipantGood point. I locked it for security reasons. You can reach it now again.
July 9, 2019 at 10:22 am #131901
Artem TemosKeymasterWe see the following error and it seems to be somehow related to SSL certificate configuration on the server https://gyazo.com/e178f116e7a27e4b0548b6175021b025
July 9, 2019 at 11:48 am #131955
scholtobosParticipantOk, thanks for the investigation. I will give you information after I found the configuration error.
July 9, 2019 at 12:05 pm #131961
scholtobosParticipantArtem,
Problem solved by addingopenssl.cafile = "/etc/ssl/certs/cacert.pem"
to php.ini.
Thanks for your time.
ScholtoJuly 9, 2019 at 12:06 pm #131962
Artem TemosKeymasterGreat, we are glad that you sorted it out.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register