images are gone after update
-
Hi, images are gone after update. Just one is shown.
They are loaded and I tried to deleat and reload….
Hello,
From my side, everything looks well, for the proof I did a few screenshots.
https://prnt.sc/EyguF59c1p2c
https://prnt.sc/UlZmm9MH2OQV
Please, let me know if you have resolved it.
Kind Regards
Hi, in firefox I do not see even after clearing the cache.
Attachments:
You must be
logged in to view attached files.
Hello,
The SVG images that are disappeared don’t have the “width” and “height” attributes so you should add them to these images in any text editor.
Here is an example:
Before – https://prnt.sc/SYWU_clnjIop
After – https://prnt.sc/2vAV8U_1zHn3
Kind Regards
Hi, now I tried with one image but icon is not visible.
The problem is: circle and rectangel are visible but not the content of the circle!
Attachments:
You must be
logged in to view attached files.
Hello,
Seems that you should also change the fill
attribute of the SVG image, or rather set the color instead of “url(#SVGID_10_)” etc. values (more detail in the below video).
https://monosnap.com/file/UNdcZShCMCpGlsjo2yJiaaXx93faWI
Please let me know if you have any further questions in the meantime.
Kind Regards
ok. The only problem is that so the gradient is gone.
What I do not understand: the first image has the same fill attribute as I can see and it works…
Hello,
In general, this issue is related to your SVG images themselves. After I looked again at them, I found that the images disappeared because they have the display="none"
value.
https://monosnap.com/file/9TFImN4hSR5egQqoOk1RiLLKtrOund
Therefore, you should edit these images in your text editor and remove this value.
https://prnt.sc/6KZlVfqFnVSC
https://prnt.sc/u8m78ilN5wzG
Kind Regards