-
AuthorPosts
-
October 26, 2017 at 2:03 pm #869191
Hello dear support team,
Is this possible to have the logo in the same heights as the menu, but logo-center, menu-left/right?
like here: (ignore the design lol) https://www.dropbox.com/s/cpmzusmh78gmzil/mockup%20landingpage%20new.pdf?dl=0Thanks in advance,
Elad.October 28, 2017 at 11:13 am #869842Hello,
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.October 29, 2017 at 5:00 pm #870117Hi Elad,
Do you want the logo smaller or the header taller?
Best regards,
VictoriaOctober 29, 2017 at 5:14 pm #870122Hey 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.November 1, 2017 at 4:36 am #871052Hi 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,
RikardNovember 1, 2017 at 12:08 pm #871170Hey 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
November 2, 2017 at 5:02 am #871521Hi,
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,
RikardNovember 2, 2017 at 12:36 pm #871621Hey 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.November 2, 2017 at 2:25 pm #871672Try Rikards advice -: Enfold( Child ) – header – header size – custom pixel value
increase the size to 80pxby 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 #toptry 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
November 2, 2017 at 2:32 pm #871677For 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.
November 2, 2017 at 3:13 pm #871699ah – 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 positionOn 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)
November 2, 2017 at 3:20 pm #871704Hey 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.1501826109How 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.November 2, 2017 at 3:22 pm #871705by 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 positionNovember 2, 2017 at 3:24 pm #871708Very 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?
November 2, 2017 at 3:27 pm #871712they 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…
November 2, 2017 at 3:38 pm #871718Your solution worked like a charm :) thanks!
So in 4.2 the code would be:
#av-burger-menu-ul #menu-item-ZZZ {
display: none;
}?
November 2, 2017 at 3:41 pm #871720November 2, 2017 at 3:48 pm #871724you can see it working here: https://webers-testseite.de/weber/
November 2, 2017 at 3:51 pm #871725ok – 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; }
November 2, 2017 at 3:57 pm #871728and 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; }
November 2, 2017 at 4:00 pm #871730Yes 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.November 2, 2017 at 4:06 pm #871733schö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; }
November 2, 2017 at 4:07 pm #871734Vielen Dank <3
-
AuthorPosts
- You must be logged in to reply to this topic.