Dear Sirs
Iam developing site at http://climatecare.wpengine.com/?page_id=19. (hosted on WPengine) I have been playing around with contact details, phone numbers and e-amils etc on the right of the header. However my client want this more as part of the header with associated icons, rather than in the top section.
I am using a title mod in the function.php which you kindly showed me as follows :
<?php
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= ‘<div class=”logo-title”>Climate Care<span> Systems</span></div>’;
$sub .= ‘<div class=”logo-subtitle”>The Air Conditioning Professionals</div>’;
return $sub;
}
$avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>555 ); // images for fullsize pages and fullsize slider
?>
Is there anyway of adding some additional code for the right hand side of the header for e-mail address and icon and mobile and landline number with icons as in the header on the right of the mock up.
Mock up is at http://climatecare.wpengine.com/mock-up.jpg.
Just by way of a request could you not add the feature where you can add sections to the header ie 1/2 by 1/2 and then add in text or images as if using the advanced layout but in the header, but keeping the menu nar below? Just a thought
Hey condonpb!
You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header. That would be a lot easier for you.
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit