Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #867443

    For whatever reason, my logo isn’t displaying in the mobile menu. File links are good, but I AM using SVG files, not that it should matter. I know they aren’t natively supported in WordPress, but seem to work everywhere else.

    See login details to check CSS.

    • This topic was modified 7 years, 1 month ago by caseykidd1.
    #867717

    Hey,

    Please refer to this post – https://kriesi.at/support/topic/add-full-svg-support-by-theme/#post-842956

    Also, i could not find your logo image on your mobile menu. To make sure that we are on the same page, out of the box logo is not displayed in mobile menu. If yours displayed it, then some customizations must have been applied.

    Best regards,
    Yigit

    #867759

    The image is definitely there. It shows on the desktop version, but not in the mobile menu version.

    #867987

    Hi,

    Thanks for the feedback. I’m not sure I understand the problem though, the logo is visible on the mobile layout, but not inside of the menu. That is how it’s supposed to work. The logo is not supposed to show inside of the menu as it’s already showing on the left hand side of it.

    Best regards,
    Rikard

    #867993

    So there’s not supposed to be anything here?

    https://imgur.com/a/pBp3I

    #868184

    Hi,

    That is correct, you can check the default demo for instance: https://kriesi.at/themes/enfold/

    Best regards,
    Rikard

    #868215

    go to your menu place a home link and put in your image link to navigation label:

    click to enlarge:

    it is the link to your image with <img src=" …" >
    the custom class will help you to style it (for svgs – as you know now – you have to setup a width in px)

    #868217

    so if you have done that:
    you have to get rid of the image in normal menu !
    custom-class from the menu will help you : set it to display none

    as long as 4.12 does not take over the classes set in menu – then the display none will be enought !!!

    maybe for your svg it is needed to set a width option
    and to shift it a bit

    #av-burger-menu-ul li:first-child img {
        width: 300px !important;
        position: relative;
        left: -30px;
    }

    see here: https://webers-testseite.de/weber/

    #868469

    Hi,


    @Guenni007
    Thanks for your help! :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.