Hi Alexander,
This sounds like just your SVG files themselves. It should work fine with that page builder 🙂
Feel free to shoot me a link to look at what you’re experiencing so I can try to help.
@benbodhi thank you for the fast answer! The problem can be seen in the editor (screenshot) https://goo.gl/cd9Mus In frontend it’s allright but SVGs are not inline, just usual img https://wplovers.pw/donate/
I will temporarily leave the Force Inline SVG option on, so that you could see the site.
-
This reply was modified 8 years, 7 months ago by
Alexander.
My pleasure.
The SVG isn’t inline on the front end to test… I’m guessing the Force Inline setting is off again since it’s been a while.
But it looks fine using the SVG as source and not inlining it. May I ask why you want to inline this one in particular?
Of course. To make fewer server requests.
This won’t reduce the requests, it will still call the SVG file regardless of inline or not. It has to call the SVG to get the code to render it inline. So basically, it is rendered as a regular image with SVG as the source, then my plugin finds that and swaps it with the source SVG code.
I hope that makes sense.
I’m happy to help troubleshooting though if you have set force inline again.
@benbodhi Ok, now I understand. Thanks for the explanations!
My pleasure, thanks for your support and using my plugin.