Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1239806

    Hi,
    anyone managed to get SVG’s to work / show in the Partner/Logo Element area?

    Everything ‘but’ SVG’s work …

    #1239851

    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

    #1239956

    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.

    #1240251

    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

    #1240291

    Thanks Rikard,
    that didn’t work for me (latest version of Enfold) … can you take a look – log-ins enclosed.

    #1240301

    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;
    }
    #1240375

    Hmmm … ended up fixing with:

    av-partner-fake-img {
    height: 150px;
    }

    #1240441

    Hi James Bowtine,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Partner/Logo Element – SVG's not showing’ is closed to new replies.