Hello All, I had the same issue a few months ago:
https://ww.wp.xz.cn/support/topic/swipebox-icons
Thanks to mtcreations response, fixed it right up.
actually, it’s a server issue, not corrupted files or plugin conflict.
put these 2 lines into your .htaccess
AddType image/svg+xml svg
AddType image/svg+xml svgz
The SVG files that hold the icons are not being served/sent properly by your server, and the above lines correct that.
I had the same problem, and didn’t want to edit the plugin (the PNG fix), so I found a way to serve the svg properly.
Hope this helps someone else!
@cgzaal, Thank you, removing
bg = bg.replace(‘png’, ‘svg’);
worked perfectly. As easy as this plugin is to use, I honestly don’t mind removing it after every update. It’s definitely inconvenient, but I can live with it. Thank you for discovering this solution, I have been pulling my hair out for days!
—
@miro.manino, thank you for the quick response, I can’t tell you how easy this plugin is to use, and it works beautifully! I am using the plugin with a fresh install and original theme. I have attempted to install and reinstall several times, but the same issue exists.