-
AuthorPosts
-
March 19, 2014 at 12:07 pm #240019
Hi,
I am using the Header with social icons and bottom navigation but would like to replace the social icons (the space to the right side of logo on the header) with my own header, to include text and images especially the phone number and emall address.
I assume I will have to customized the code somewhere, can you tell me what file to update and how I can do this?
I am a bit of a novice, so any steps you can give me would be useful.
Thanks
- This topic was modified 10 years, 9 months ago by teddybaker.
March 19, 2014 at 8:06 pm #240319Hey teddybaker!
Please update Enfold to the latest version 2.6.2 to have more control over Header options – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitMarch 28, 2014 at 1:08 pm #244322I am pretty sure I have the latest version. How can I check?
I simply need to put my own content into the right side of the header, how can I do this, can you give specific details or direction?Also is there a way to have the sub nav (as in the drop downs) show up so it always present under teh main nag when you go to a section page? E.g. when you go to Service, all the sub page sunder service are shown below nag.
Thanks
March 31, 2014 at 7:33 am #245301Hi!
If you are using the newest version then you can customize the header from the new Header manager. It lets you customize the layout of the header from within the theme admin.
Regards,
DevinMarch 31, 2014 at 11:52 am #245375How can i check what version I have?
March 31, 2014 at 6:51 pm #245623Hi!
Thank you for using the support forum and the info.
You can check for the theme version on Appearance > Themes or check the style.css on Appearance > Editor.
Regards,
IsmaelMay 17, 2014 at 10:29 am #266090Hi, I have follow3d what you have advised, but their is no way of adding content to your header in latest version. You can set up lots of options but no content.
What I want is to add content and links to the header to the right of the logo.
Please advise again.
Thanks
May 18, 2014 at 2:26 pm #266301Hi!
Thank you for using the update.
Unfortunately, adding a content beside the logo is not available on the header layout options. What you can do is to add the contents manually on the includes > helper-main-menu.php file. You can find the logo code on line 101:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
Below, you can manually add the contents. If you you provide us with a screenshot of the content that you want to add beside the logo, maybe we can help.
Best regards,
IsmaelMay 18, 2014 at 3:46 pm #266317Hi all,
great job – giant template – thank you!!ONE QUESTION
I am using WP 3.8.2 and ENFOLD 2.7.1
I want to modify the header as described in the screenshot – add an additional image (orange logo)
I have no idea about PHP and a little about CSS – how can I do this best in view of the fact that updates should work without problems?SCREENSHOT
https://drive.google.com/file/d/0B0TqEFDVcQi8Y001NkdWdl83cGM/edit?usp=sharingThank you
PeterMay 18, 2014 at 6:07 pm #266350Hi Peter!
Refer to this topic:
https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/Cheers!
JosueMay 18, 2014 at 6:12 pm #266353This reply has been marked as private.May 18, 2014 at 6:18 pm #266356Hey @teddybaker!
Try adding this to the theme functions.php file (at the end)
function after_head_image_func(){ ?> <div class="custom_content"> <div class="c_flags"> <img src="_flag_image_url_here"> <img src="_flag_image_url_here"> <img src="_flag_image_url_here"> </div> <div class="c_bluetitle"> Value Added Computer Hardware Distribution </div> <div class="c_graytext"> Call to speak to our sales team <span class="c_phone">0 44 (0) 161 947 4321</span> </div> </div> <?php } add_action('ava_after_main_menu', 'after_head_image_func');
After you done that, post a link to your website so we can help you with the styling.
Best regards,
JosueMay 29, 2014 at 4:12 am #271600This reply has been marked as private.May 30, 2014 at 2:02 am #272196Hi!
1. It can be.
2-3. I need a link to the website in order to help you with that.
4. Upload them to your server (with the correct sizes) and simply change the _flag_image_url_here respectively.Best regards,
JosueJune 3, 2014 at 12:32 am #273627This reply has been marked as private.June 3, 2014 at 12:38 am #273631Hi,
I need to see the website live. You can post it as a private reply if you want (only mods will see it).
Best regards,
JosueJune 3, 2014 at 12:39 am #273632This reply has been marked as private.June 3, 2014 at 12:41 am #273633This reply has been marked as private.June 3, 2014 at 12:44 am #273637Seems you already managed to do the styling part, what’s the actual issue right now?
Also, the dropbox links you are posting are not working.
Regards,
JosueJune 3, 2014 at 12:51 am #273638This reply has been marked as private.June 3, 2014 at 1:28 am #273642 -
AuthorPosts
- You must be logged in to reply to this topic.