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

    logo left, widget area in the middle, menu right

    active:
    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }
    i tried these two also:
    add_action( ‘ava_after_main_container’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

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

    #606417

    ava_inside_main_menu ich kann das aber nicht umsetzen.

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

    #606421

    Hi!

    Please add following code to Quick CSS

    #header .widget {
        position: absolute;
        top: -75px;
    }

    Regards,
    Yigit

    #606577

    thank you very much. done half.

    #606593

    okay one more thing:
    Responsive mode should start 990 px and not 769 px.
    i did it already on page see privat: (i do not know how)
    http://awesomescreenshot.com/0335r9mr21

    #606634

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu and choose to display it on tablets – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2015/09/Screen-Shot-2015-09-28-at-16.00.59-997×1030.png

    Cheers!
    Yigit

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