Home Forums WoodMart support forum SVG Icons in Visual Composer not work

SVG Icons in Visual Composer not work

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #115198

    incomaz
    Participant

    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.
    #115211

    Artem Temos
    Keymaster

    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

    #115232

    incomaz
    Participant

    The file_get_contents function was activated

    #115251

    Artem Temos
    Keymaster

    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

    #115256

    incomaz
    Participant

    I only have installed the recommended plugins for the theme.

    #115266

    Artem Temos
    Keymaster

    It seems that server blocks this request since we see a “Forbidden” error in the response https://gyazo.com/8af0d2243595ddc5d12eeed34eeda82a

    #115274

    incomaz
    Participant

    Solved.

    After seeing the error log, I discovered that security rule 208 was the culprit.

    Solution:

    Add in the .htaccess
    SecRuleRemoveById 208

    Thanks 🙂

    #115275

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘SVG Icons in Visual Composer not work’ is closed to new replies.