-
AuthorPosts
-
April 23, 2015 at 11:51 pm #433820
See private notes below.
April 27, 2015 at 2:51 am #434958Hi 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,
IsmaelMay 3, 2015 at 3:27 am #438444This reply has been marked as private.May 5, 2015 at 2:51 am #439453Hey!
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!
IsmaelJune 3, 2015 at 11:13 pm #454131This reply has been marked as private.June 5, 2015 at 11:20 am #455043Hi!
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,
BasilisJune 5, 2015 at 10:08 pm #455322This reply has been marked as private.June 6, 2015 at 1:01 pm #455471Hey!
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,
IsmaelJune 6, 2015 at 4:44 pm #455512This reply has been marked as private.June 7, 2015 at 8:13 am #455595 -
AuthorPosts
- You must be logged in to reply to this topic.