• Resolved kparr

    (@kparr)


    Thanks for the plugin.

    I am having a problem with the logo field. Whatever I fill in or upload, it just shows the url in text instead of the img tag with an anchor around it. It used to work but all of a sudden it doesn’t anymore. I have temporarily ‘fixed’ it by placing a background iamge in my own css but that doesn’t solve it not being clickable.

    Am I missing something here?

    Thanks in advance,

    Kaan

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Rino

    (@torinotorino)

    Hi,

    I installed SlickNav today and am experiencing the same problem as described above. Everything else is working fine.

    This is a great plugin, it does everything I wanted a plugin to do when I set out looking for a solution.

    Best regards
    Rino

    Plugin Author neilgee

    (@neilgee)

    The OP does have the logo showing – probably was a CSS issue – they where using a SVG with no width set – they overcame it with:

    .slicknav_brand {
        width: 50vw !important;
    }
    

    Perhaps this will work for you? If not provide a link so I can see.

    Rino

    (@torinotorino)

    Thanks very much for your response!

    The problem persisted with different file formats (I’m currently using a .png file), however, I was able to get the effect I wanted by adding:

    .slicknav_brand {
        ...
        background: url('/.../logo.png') no-repeat;
        width: 200px;
        height: 90px;
        background-size: 100%;
    }

    to the css file. That’ll do me for the moment (my site is still under heavy development), and I might revisit the problem later on (when the rest of the design settles) to find a better solution.

    Thanks again for the great plugin!

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo not showing in mobile mode’ is closed to new replies.