Hi,
anyone managed to get SVG’s to work / show in the Partner/Logo Element area?
Everything ‘but’ SVG’s work …
Hey James Bowtine,
Here are some threads to consider:
https://kriesi.at/support/tags/svg/
https://kriesi.at/support/topic/svg-files/
Best regards,
Jordan Shannon
Hi Jordan,
I have no issue working with SVG’s and Enfold per say, it’s just, they cannot be used as an image on the Partner Logo Element. The links above seem to be more about general use.
I’ve posted a link privately so you can see.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider-inner {
height: auto !important;
}
If that doesn’t work then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Thanks Rikard,
that didn’t work for me (latest version of Enfold) … can you take a look – log-ins enclosed.
Give an absolute width (or height) to them not a relative like auto or %
it could be a very big value – the rest will be done by display options of the surrounding container.
f.e. :
img[src*=".svg"] {
width: 2500px;
display: block;
}
Hmmm … ended up fixing with:
av-partner-fake-img {
height: 150px;
}
Hi James Bowtine,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria