Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #433820

    See private notes below.

    #434958

    Hi HiDrew!

    Thank you for using Enfold.

    1.) Please reconfigure the Header options. Set the logo and menu position again then reset the header size or height.

    2.) Go to the Enfold > General Styling > Main Content panel. Adjust the border colors or add this in the Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
      border-color: #eeeeee;
      background-color: #ffffff;
      color: #808080;
    }

    3.) Please post the previous code on pastebin.com. You can use the filter ava_main_header in the functions.php file to bring back Mr. Turtle:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    echo "MR TURTLE CODE HERE";
    }

    Best regards,
    Ismael

    #438444
    This reply has been marked as private.
    #439453

    Hey!

    1.) Do you need the top bar in the header? If not, use this in the Quick CSS field:

    div#header_meta {
      display: none;
    }

    Remove this code to remove the bottom gap:

    #header_main {
      height: 157px;
    }

    3.) How did you add the turtle image before? Please place the code on pastebin.com.

    Cheers!
    Ismael

    #454131
    This reply has been marked as private.
    #455043

    Hi!

    For the turtle, try the following into your functions.php file

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    echo "<img src="http://vitalshiftconsulting.com/wp-content/uploads/2013/12/turtle.jpg; class="turtle avia_image avia-builder-el-3 avia-builder-el-no-sibling avia-align-center avia_animated_image avia_animate_when_almost_visible bottom-to-top avia_start_animation">
    ";
    }

    and try and let us if it works, swhitching header code to

    #header_main {
      height: 157px !important;
    }

    Regards,
    Basilis

    #455322
    This reply has been marked as private.
    #455471

    Hey!

    Please copy this code right from the forum:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    echo "<img src='http://vitalshiftconsulting.com/wp-content/uploads/2013/12/turtle.jpg' class='header-turtle'/>";
    }

    Add this to the Quick CSS field to adjust the position of the turtle image:

    img.header-turtle {
      position: absolute;
      right: 10%;
    }

    Best regards,
    Ismael

    #455512
    This reply has been marked as private.
    #455595

    Hey!

    Try to set the header height on Enfold > Header > Header Size. Set it to custom pixel value then adjust the Header Custom Height value.

    Cheers!
    Ismael

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