Tagged: , ,

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #411688
    #411705

    Also i want to make the menu bar bigger(60px) and the logo area the same(200px)

    #411714

    Last 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/

    #411937

    Hi!

    Do you have a link for the site in question please?

    Regards,
    Rikard

    #412080

    Hello

    the website is
    http://www.willenssen.nl

    so only the menu sticky not the logo
    and the menu stretched out like this

    http://www.sitepoint.com/responsive-fluid-width-variable-item-navigation-css/

    #412083

    And how is it possible to make the menu bigger?

    like 60px;

    THanks alot already

    #412120

    ?

    #412153

    I am brand new to Enfold – I have header questions too:

    1 – can I really not have a logo wider than 350 px?

    2 – how do I place widgets Next to the logo? I cannot find the proper widget container

    Thanks :-)

    #412175

    Hey!

    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,
    Yigit

    #412185
    This reply has been marked as private.
    #412234
    This reply has been marked as private.
    #412470

    Hello,

    Im asking for help but i dont get any help?

    PLease,,,,

    kind regards

    #413204

    Hi!

    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,
    Elliott

    #413278

    Hello,

    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/ayGvD

    Also i want to make the menu bigger in height (like 60px)

    kind regards

    http://www.willenssen.nl/homepagina

    #413796

    Hi!

    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!
    Elliott

    #413816

    Okay thanks

    I only want the menu bigger?
    that not a big problem i guess ?
    Hope you can do that for me

    #413821

    Hey

    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

    #414695

    Hi!

    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,
    Yigit

    #414815

    Thanks 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?

    #414817

    it doesnnt go fluently;)

    #414831

    Hey!

    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,
    Yigit

    #414899

    Hello,

    it wont get smooth/fluenty at all whatever i trying to do:(

    best regards..

    #414916

    Hey!

    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

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Header and menu’ is closed to new replies.