Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #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.
    #240319

    Hey 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,
    Yigit

    #244322

    I 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

    #245301

    Hi!

    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,
    Devin

    #245375

    How can i check what version I have?

    #245623

    Hi!

    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,
    Ismael

    #266090

    Hi, 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

    #266301

    Hi!

    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,
    Ismael

    #266317

    Hi 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=sharing

    Thank you
    Peter

    #266350

    Hi Peter!

    Refer to this topic:
    https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/

    Cheers!
    Josue

    #266353
    This reply has been marked as private.
    #266356

    Hey @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,
    Josue

    #271600
    This reply has been marked as private.
    #272196

    Hi!

    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,
    Josue

    #273627
    This reply has been marked as private.
    #273631

    Hi,

    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,
    Josue

    #273632
    This reply has been marked as private.
    #273633
    This reply has been marked as private.
    #273637

    Seems 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,
    Josue

    #273638
    This reply has been marked as private.
    #273642

    Hey!

    Please update the parent theme to the latest version (2.8.1).

    Best regards,
    Josue

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