Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #474255

    Hi,

    I want to place a image/picture about the header (above the phone)

    On the website is the phone called:
    Contact: tel

    But i want to place a image above all of this.. is this possible?

    Best regards,
    Mike

    #474439

    Hi glennonline!

    You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then insert an image in a text widget.

    Let us know when your done and we’ll give you some CSS to move it above the phone number. The positioning sounds kind of weird to me so a screenshot highlighting the exact position would help greatly.

    Regards,
    Elliott

    #475175

    Hi,

    Thank you for the support!

    I get everything under the menu and not above the phone number,

    This is how i want it to looks like
    screenshot how it suppose to be

    Regards,
    Mike

    #475362

    Hey!

    It would take a lot of CSS to make that look happen, I think it might be easier if you copy header.php to your child theme and insert the content you want just above the opening body tag. http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    </head>
    
    <div class="container">
    	<h2>Hello</h2>
    </div>
    
    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    

    Best regards,
    Rikard

    #485874

    Hi,

    I have done what you said and it looks good.
    1. Only thing that is happening is that the menu is not stay in his place on the top if you scoll down. (picture 1)
    2. The drop menu is al over the place. (picture 2)

    menu1
    menu1

    I must set the theme to the original but if you log in and will change something you can choose the cild theme from dashboard with the username and password in the Private content

    • This reply was modified 9 years, 4 months ago by glennonline.
    #485970

    Hey!

    Please add this in the Quick CSS field:

    .header-scrolled {
        top: 0;
    }

    You need to configure the theme locations in the Appearance > Menus panel. Set the main menu as Enfold Main Menu.

    Cheers!
    Ismael

    #590665

    Hi,

    I have a question, how do i get the text: Moize acupunctuur & kruiden in the middle of the header of the page on any browser and size
    TEXT

    Best regards,
    Mike!!

    • This reply was modified 8 years, 9 months ago by glennonline.
    #590791

    Hey!

    Please see private content field below

    Cheers!
    Yigit

    #590794

    In which file dit you change this?
    Thank you!

    Regards,
    Mike

    #590799

    Hi!

    Seems like you have edited header.php file following Rikard’s instructions here – https://kriesi.at/support/topic/place-a-image-above-the-header/#post-475362, so it would be Appearance > Editor > Header.php file :)

    Best regards,
    Yigit

    #590811

    It works! thank you verry much!!!

    Best Regards,
    Mike

    #590815

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Place a image above the header’ is closed to new replies.