-
AuthorPosts
-
March 15, 2015 at 4:25 pm #411688
HEllo,
I want to make only the menu sticky not the header with the logo
only the menu?Can u help me?
kind regards
March 15, 2015 at 4:57 pm #411705Also i want to make the menu bar bigger(60px) and the logo area the same(200px)
March 15, 2015 at 5:45 pm #411714Last question and then i hope you will react and that im not annoying,,,
i want to place the menu in the middle and that the menu is stretched.
like this
http://www.sitepoint.com/responsive-fluid-width-variable-item-navigation-css/March 16, 2015 at 8:44 am #411937March 16, 2015 at 1:26 pm #412080Hello
the website is
http://www.willenssen.nlso only the menu sticky not the logo
and the menu stretched out like thishttp://www.sitepoint.com/responsive-fluid-width-variable-item-navigation-css/
March 16, 2015 at 1:29 pm #412083And how is it possible to make the menu bigger?
like 60px;
THanks alot already
March 16, 2015 at 2:15 pm #412120March 16, 2015 at 2:41 pm #412153March 16, 2015 at 2:56 pm #412175Hey!
We cannot see the content of your website. Can you please post temporary logins here privately so we can see?
@idaandersenlang We have replied you on your own topic. Let us stick to it :)Regards,
YigitMarch 16, 2015 at 3:07 pm #412185This reply has been marked as private.March 16, 2015 at 3:50 pm #412234This reply has been marked as private.March 16, 2015 at 7:35 pm #412470Hello,
Im asking for help but i dont get any help?
PLease,,,,
kind regards
March 17, 2015 at 8:31 pm #413204Hi!
It sounds like you are wanting to use our “Fullwidth submenu” element instead. Try adding that to one of your posts and you’ll see that it spans full width and also sticks to the top of your page as you scroll down.
You can do that and then set your header to not be “sticky” anymore in Dashboard > Enfold > Header > Header Behaviour.
Let us know when your done with this and we’ll give you some CSS to make the fullwidth submenu look more like your regular menu.
Regards,
ElliottMarch 17, 2015 at 10:35 pm #413278Hello,
its not what i ment…
I want only the menu nog the whole header only menu…
and i want it like this
http://codepen.io/senff/pen/ayGvDAlso i want to make the menu bigger in height (like 60px)
kind regards
March 18, 2015 at 5:30 pm #413796Hi!
Unfortunately that is going to take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. Some good places to look for freelancers are Studio Envato and Werkpress.
Good luck!
ElliottMarch 18, 2015 at 5:49 pm #413816Okay thanks
I only want the menu bigger?
that not a big problem i guess ?
Hope you can do that for meMarch 18, 2015 at 5:50 pm #413821Hey
is this not a good one
http://codepen.io/senff/pen/ayGvD
maybe you can use this for it thats exactly what i want you know the codes for menus maybe this can help you so you only need to change names?
hope to hear from you
March 19, 2015 at 6:01 pm #414695Hi!
I added following code to Quick CSS
.custom-header { position: fixed; top: 0; width: 100%; }
and following code to functions.php file of your child theme
function transparent_header_scroll(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() < 200) jQuery('#header_main_alternate').removeClass('custom-header'); if(jQuery(this).scrollTop() > 200) jQuery('#header_main_alternate').addClass('custom-header'); }); </script> <?php } add_action('wp_footer', 'transparent_header_scroll');
Please review your website ( preferably while logged out )
Best regards,
YigitMarch 19, 2015 at 8:38 pm #414815Thanks you so much:) what a great support dude!
only thing..
when i scroll down on a moment the page go up
so when the menu gets fixed the page will leap.you understand?
March 19, 2015 at 8:38 pm #414817it doesnnt go fluently;)
March 19, 2015 at 8:58 pm #414831Hey!
Please go to Appearance > Editor and open functions.php file and try adjusting “200” in the code i posted here – https://kriesi.at/support/topic/header-and-menu-2/#post-414695
That is the height from the top. Changing it to 205 might make it look better. But as Elliott said, such customisation is already beyond the scope of support. I just wanted to throw in some codes to give you a starting point. I hope that helps. If you need further customisation, please hire a freelance developer :)Best regards,
YigitMarch 19, 2015 at 11:39 pm #414899Hello,
it wont get smooth/fluenty at all whatever i trying to do:(
best regards..
March 20, 2015 at 12:09 am #414916Hey!
Please hire a freelance to smoothen it up. I am marking this thread as resolved. If you have any other questions or issues, please feel free to start a new thread :)
Best regards,
Yigit -
AuthorPosts
- The topic ‘Header and menu’ is closed to new replies.