agueritz
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] OneDrive job reauth errorHmm, I just looked at Azure AD and it turned out that Azure think the client secret had expired even though the one I was using hasn’t So I’ve created a new client secret and i all works again. The error message you get from BackWPUp could be a lot more helpful than the rather ugly thing I pasted in above. Thanks
Forum: Plugins
In reply to: [SVG Support] SVGs being stripped of detail when using the SVG Support pluginThis may be an example of front-end sanitization being overstrict (or broken). I found this with exported Powerpoint SVGs that contain base64 png images.
Powerpoint embedded PNGs do not display with inline SVG | ww.wp.xz.cn
The workaround I found is urn off the advanced setting “Sanitize SVG on Front-end”. Not ideal as it possibly removes some protection but it does display that type of image correctly then
Forum: Plugins
In reply to: [SVG Support] Powerpoint embedded PNGs do not display with inline SVGIf I turn off the advanced setting “Sanitize SVG on Front-end”, the missing PNGs appear. Is that how it is supposed to work?
- This reply was modified 3 years, 1 month ago by agueritz.
Forum: Plugins
In reply to: [SVG Support] Powerpoint embedded PNGs do not display with inline SVGI’ve just looked at the in-line’d SVG and see that the <use /> elements that display the embedded PNG images have discarded when in-line’d. So although the PNG’s are on the page, they are not displayed.
Here is an example of a <use /> element from the original image:<use xmlns="http://www.w3.org/2000/svg" transform="translate(1133 1349)" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#sIYHa.c"/>Forum: Plugins
In reply to: [SVG Support] Some inline SVGs blink and disappearTurned out this was an omission in adding the unique prefix when creating the optimised svg files. So the images were interfering with each other, now fixed (will probably start using scour in a powershell script instead of Inkscape).
However I did also create a useful custom SVG Inline block using Genesis Custom Blocks which targets the IMG tag directly with ‘style-svg’ which you can’t do with the regular image block.- This reply was modified 3 years, 6 months ago by agueritz.
Forum: Plugins
In reply to: [SVG Support] Some inline SVGs blink and disappearI’ve copied the failing production site to staging so that I can get production running without inline images until the issue is resolved.
The failing page can be found at https://staging.(domain in the post)/svg-test
Thanks