Home Forums WoodMart support forum SVG icons not showing

SVG icons not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #552262

    a.balodimos
    Participant

    Hello,
    the svg icons of the site are not visible. I do not use any external plugins and i have installed safe svg. what might be the problem?

    Attachments:
    You must be logged in to view attached files.
    #552293

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this.

    add_filter('woodmart_show_infobox_svg_by_tag', '__return_false');

    Kind Regards

    #552328

    a.balodimos
    Participant

    thank you

    it worked

    #552391

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

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