Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #659040

    I have attached an image of a header format that I like. I like the idea of being able to add more information above the menu.

    I like the format of the logo taking up 50% of the area and then 25% and 25% for the additional info. Having the call to action (schedule an appointment) being so visible with the phone number above it is great.

    Is it possible at all to have this type of setup above the navigation menu?

    My first guess is perhaps somehow turning the top into the similar function of the footer area where you can have that column type setup?

    I am obviously clueless on how this would be created or if it can be accomplished.

    Any ideas or solutions would be greatly appreciated, I think this would really be a good option to take advantage of that valuable space.

    Thank you.

    #659247

    Hey Micheal0424,

    It is possible using header widget http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ but there is no simple code snippet that it can be achieved with. Once you setup things and get going we can try to help you if it does not take too much time to achieve it. If it does appear to take a lot of time you may have to hire a freelancer to do this.

    Best regards,
    Vinay

    #659982

    That worked, I was able to get the logo above the navigation menu and positioned to the left and then the widget is to the right at the 50% point.

    Is it possible to have two widgets in the header, one at the 50% mark and the other at the 75% mark? That way I would be giving the same effect as 50% 25% 25% columns.

    Thank you.

    #660325

    Hi,

    I think that should be possible, try something like this instead:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header1' );
    	dynamic_sidebar( 'header2' );
    }

    The CSS would have to be different for the two widgets but we would need to inspect the elements in question in order to give you accurate code so please link to the site in question.

    Regards,
    Rikard

    #684403

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Changes with Widget Area?’ is closed to new replies.