Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #658205

    Hello,

    I have two websites I designed and are in the building process. Both designs call for a 3 column header, logo in the middle with blocks of words/images on each side of the logo – like a 1/3, 1/3, 1/3

    One of these designs has a horizontal menu under – the second needs no menu under logo, but a left hand vertical menu.

    Can someone please help with how to do these custom bits?
    Thanks in advance.
    Chris

    #658422

    Hi madisonstudios1,

    Could you provide us with a link to the site in question so that we can take a closer look please? Also, if you have a sketch or screenshot highlighting the changes you would like to make it would help us understand better.

    Best regards,
    Rikard

    #658478

    Yes, thank you.
    The website in development is at http://reesehouse.msdev.info/ and the layout is at – http://reesehouse.msdev.info/reese-house-layout.jpg
    for reference.
    thank you again for answering this for us.
    chris

    #659318

    Hi,

    go to Enfold->Header->Extra elements->Header Social Icons

    For telephone number on the left side of your header you can try this: kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Andy

    #659456

    Andy,
    Thanks. The social worked great and I tweaked it with CSS – looks nice – thanks again.

    However, the left side header – adding widget did not.
    When I added the code to function.php the whole site went white screen.

    The last lines of functions.php were:

    /*
    * register custom functions that are not related to the framework but necessary for the theme to run
    */

    require_once( ‘functions-enfold.php’);

    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    I tried to add it in several areas within these last lines including the very bottom. I also made sure that there was not a “blank” last line… It did not work… this is the functions.php in the main ENFOLD theme folder… I have a child theme – tried placing the code you mention in that child theme too.. did not work.

    Can you tell me where to place your code of – –

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    Thanks again for your help!
    Chris

    #659772

    Hi,

    put in inside your child theme’s functions.php. It works for me and for thousands of other customers.

    Best regards,
    Andy

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