Tagged: ,

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #869191
    #869842

    Hello,
    I managed to put the logo as an image in the menu,

    However, I can’t make the menu large enough to fit the logo, it “escapes” out of the menu line.

    What can I change?

    Thanks again,
    Elad.

    #870117

    Hi Elad,

    Do you want the logo smaller or the header taller?

    Best regards,
    Victoria

    #870122

    Hey Victoria,
    At the moment it looks like this: maratone-soundsystem.net/wordpress/

    But I want the header line to extend longer, so the logo is in the middle vertically, and not sliding out of the header.

    Thanks again,
    Elad.

    #871052

    Hi Elad,

    Thanks for the feedback, though I’m not sure I understand what you are looking to achieve there. I think your logo looks very good like it is now :)
    Could you post a screenshot highlighting your intentions maybe?

    Best regards,
    Rikard

    #871170

    Hey again,

    Now the logo is basically going over the header: https://www.dropbox.com/s/t7z7vn25doxe8y7/mara1.jpg?dl=0

    The client wants it like this: https://www.dropbox.com/s/7gp8vmgf5ah811e/mara2.jpg?dl=0

    #871521

    Hi,

    Thanks for the feedback, did you try to increase the header size under Enfold->Header? I would advise against it though, the logo looks much cooler the way it’s located now :-)

    Best regards,
    Rikard

    #871621

    Hey Rikard.
    I did try to put the header size on the max – 300px but it looks the same somehow – no change.
    What am I missing?

    I do like that as well :) but I have to listen to the client – classic. haha

    Thanks again!
    Elad.

    #871672

    Try Rikards advice -: Enfold( Child ) – header – header size – custom pixel value
    increase the size to 80px

    by the way – i think the status quo is more fitting for a music event site and looks better for me too!
    and – i think the link on the image should be: http://maratone-soundsystem.net/wordpress/
    not #top

    try to look what happend if you gave a dropshadow to the “logo”:

    #menu-item-114 img {
    	-webkit-filter: drop-shadow(3px 3px 10px #114232) !important;
        filter: drop-shadow(3px 3px 10px #114232) !important;
    }

    it is in the green of the background

    #871677

    For some reason when I change the header size – custom pixel value,
    Nothing changes in the end result.
    Right now it’s on 80px , and when I set it to 300px – it looks the same.

    The website is for a soundsystem and a musical event that comes with it – 60s inspired.

    The drop shadow looks amazing! didn’t know that trick.
    Thank you so much!

    ——- Another problem is that when I insert the logo “in the middle” with an image this way,
    It appears great on a desktop, but not on a mobile phone…
    http://www.responsinator.com/?url=maratone-soundsystem.net%2Fwordpress%2F

    • This reply was modified 7 years ago by VJLoops-GT.
    #871699

    ah – ok that is the trick with the “logo” in the menu.

    #header_main_alternate, #avia-menu  {
        height: 80px !important;
    }
    
    #avia-menu li a {
        line-height: 80px !important;
    }

    Did you run already the new enfold 4.2 – because adressing in mobile is much more easy
    – edit no – you are running 4.12.

    duplicate this menu point and place it on top of your menu.
    now you have two images in the menu:
    set the main_menu logo to display none. ( ZZZ will be the list-item id. – do it and than i will help you to determine)
    and on burger menu the same with the logo in the middle position

    On Enfold 4.2 these list-items got there own id – so we could adress it the same way as in main_menu – and we don’t have to count the position.

    .main_menu #menu-item-ZZZ {
        display: none;
    }
    
    #av-burger-menu-ul li:nth-child(5) {
        display: none;
    }

    ________________

    PPS: if you like to have a gloomy drop-shadow set it to a light color ( yellow. etc)

    #871704

    Hey again

    4.2 ? where do I get that?
    I just bought it last week from Videohive so I think I got 4.1 – like posted here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?_ga=2.69561424.1302695717.1509628443-1561064925.1501826109

    How you got 4.2 ?

    So I basically tell one logo to show up only on PC, and the other to just show on the Burger menu?

    The only difference is that usually on mobiles the logo doesn’t appear within the menu, but next to it on the left. (which is better for the mobile display, rather than having it part of the menu)

    I figure maybe it’s possible to upload the normal logo to Enfold settings, have it invisible in the desktop version, so it’s using the menu image,
    Then on mobile having the menu image invisible, while using the normal logo location.
    Is that possible?

    Thanks for all your help :) and the nice tips! you know your stuff !
    Elad.

    #871705

    by the way – you have to be a bit earlier to mobile menu – your last menu point flows to next line on some screen width

    where to get it: i got mine from envato

    duplicate this menu point and place it on top of your menu.
    now you have two images in the menu:
    set the main_menu logo to display none. ( ZZZ will be the list-item id. – do it and than i will help you to determine)
    and on burger menu the same with the logo in the middle position

    #871708

    Very weird :O I only see 4.1 https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?_ga=2.69561424.1302695717.1509628443-1561064925.1501826109

    About the mobile menu, you mean the text has to be scaled down?

    #871712

    https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog

    they have the 4.2. – but than code will be different.

    please do first all i said above

    #header_main_alternate, #avia-menu  {
        height: 80px !important;
    }
    
    #avia-menu li a {
        line-height: 80px !important;
    }

    and duplicate this menu point with the image. etc…

    #871718

    Your solution worked like a charm :) thanks!

    So in 4.2 the code would be:
    #av-burger-menu-ul #menu-item-ZZZ {
    display: none;
    }

    ?

    #871720

    i do not know what id your new menu-item will get.
    So these ZZZ are placeholders.

    click to enlarge

    #871724

    you can see it working here: https://webers-testseite.de/weber/

    #871725

    ok – i see you got it:

    if you like to increase header-height now:

    #header_main_alternate, #avia-menu  {
        height: 80px !important;
    }
    
    #avia-menu li a {
        line-height: 80px !important;
    }
    #871728

    and if you like to have a bit illustration that logo got a link too:

    #menu-item-114 a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    
    #menu-item-114 a img {
    	-webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    #871730

    Yes I got the menu code via Inspect Element in google chrome :) idk if that’s the normal way, but it works.
    Weber website looks really great! I like the logos in the middle this way – since everybody does it on the side – it’s something refreshing.

    Thanks for the code ,
    I will keep the header smaller like the recommendation I got here, makes it kinda special I agree.

    All the best for you for everything :) !
    Elad.

    #871733

    schöne Grüße nach Berlin !

    wenn du das hier setzt dann geht beim Verkleinern des Screens das Logo mit in der Breite:
    dadurch floatet das letzte Element nicht mehr um – kurz vorm umschalten des responsive designs auf hamburger menu

    #header_main_alternate .main_menu ul:first-child {
        display: inline-flex !important;
    }
    #871734

    Vielen Dank <3

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