SVG Icons in Visual Composer not work
-
When inserting any SVG in the Theme for example in the Information BOX is not shown, the SVG code is not generated directly.
I’ve tried with a lot of SVG images up to the subject itself and nothing …
This is the only thing that is seen at the code level.
<div class=”info-svg-wrapper info-icon” style=”width: 200px;height: 200px;”></div>
Attachments:
You must be
logged in to view attached files.
Hi,
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.
Regards
The file_get_contents function was activated
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin and FTP access so we can check it?
Thank you in advance
I only have installed the recommended plugins for the theme.
It seems that server blocks this request since we see a “Forbidden” error in the response https://gyazo.com/8af0d2243595ddc5d12eeed34eeda82a
Solved.
After seeing the error log, I discovered that security rule 208 was the culprit.
Solution:
Add in the .htaccess
SecRuleRemoveById 208
Thanks 🙂
The topic ‘SVG Icons in Visual Composer not work’ is closed to new replies.