Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1194201
    #1194740

    any help with this? thanks!

    #1194856

    Hi studiono,

    You need to use this plugin https://wordpress.org/plugins/svg-support/ to upload the logo as SVG. After it, at Enfold Theme Options, upload the SVG that you want.

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1195032

    thanks Victoria, I installed the plugin and uploaded the svg file but it is not working. you can check in the URLs I attaching down here – I also created an admin user for you to better understand the issue.

    thanks!

    #1195125

    Ok I fixed the logo loading (it was an issue with the SVG type I uploaded) – The problem I have now it’s that the SVG logo doesn’t change when I resize the browser window (or on mobile) – how can this fixed? you can still check in my staging website

    #1195956

    any help? please

    #1196092

    i do not see your staging site – i’m participant as you but

    Is your logo is now an img tag with src svg or is it an inline svg file?
    With your plugin – it is possible to replace these img svgs with inline svg.

    for browser compatibility it is necessary to give a width to the svg and you could try to set for non responsive case the .logo to display flex (or inline-flex)

    try:

    .logo a {
        display: flex;
    }
    .logo img[src$=".svg"] {
        width: 350px;
    }
    

    if you decide to have inline svg – the .logo svg must have some extra css.

    PS : activate the advanced setting on svg support and mark “load frontend css”

    #1196408

    Hi studiono,

    I see the svg logo there, did you get it working for you or do you need more help?


    @Guenni007
    thank you for your help 😀

    Best regards,
    Victoria

    #1196413

    Hi Victoria, yes now the logo is visible but I have issues with the automatic resizing for mobile and smaller screens – I am attaching a couple of screenshots

    Thanks

    #1197644

    Hi,

    Please try adding following code to Quick CSS

    media only screen and (max-width: 989px) { 
    .responsive .logo img {
        padding-bottom: 10px;
    }}

    Regards,
    Yigit

    #1197699

    it works thanks Yigit!

    #1197706

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Use SVG logo’ is closed to new replies.