Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #249686
    Anonymous

    Hi,
    need your help.
    As an example: http://www.medienvirus.de/
    I would like to have the header as here!
    The links in the middle and left the logo.
    Telephone and e-mail I would like to have in this style also this line disappears when scrolling.
    Only I would like the top right just a Facebook icon have.

    Thank you very much

    LOVE GREETINGS

    #249761

    Hey Dominik!

    Please go to Enfold theme options > Header and set logo and menu setting to be like in your example site. Then add following code to Quick CSS in Enfold theme options > Styling tab to remove header meta when scrolled

    .header-scrolled #header_meta { display: none; }

    Best regards,
    Yigit

    #249774
    Anonymous

    Thank you for the code.
    Can I also there as an icon for phone and e-mail add?

    How do I get it out that if I go in the header on a link that appears above the line, not underneath?

    Do you also have an idea how I can create a guestbook?

    #249776
    Anonymous

    But I can not adjust the settings so over it,
    the logo which is on the left and the menu in the middle.

    Just like on the homepage that I’ve posted to you.

    #249779
    Anonymous

    Can you tell me how I can emtfernen the gray line above and below the header me?

    #250067

    Hey!

    Thank you for using the theme!

    1.) You can use the icon shortcode then add it before the phone and email icon. Regarding the guestbook, can you please elaborate or explain what it is that you like to accomplish?

    2.) On Enfold > Header > Header Layout > choose the Logo left, Menu right option. Go to Header Behavior then enable the Let logo and menu position adapt to browser window option.

    3.) I’m sorry but what is “emtfernen”? Is it remove? Add this on Quick CSS or custom.css:

    #header_main {
    border: none;
    }

    Best regards,
    Ismael

    #250172
    Anonymous

    Perfect thank you.
    Can you even tell me how I can remove the line below the header?
    The upper is yes now removed.
    1) In the Guestbook entries will each should do.
           It should be left reviews.
           My site is for a dog salon from my wife.
           Only you can tell me how I get such an icon in the header.
           How do I get it to the stored icons?
    2) Thank you looks better just how do I get the links in the middle / centered?
    3) Sorry should of course remove noisy.

    Thank you very much

    #250992

    Hi!

    Can you post the link to your website so we can take a look?
    Please add following code to Quick CSS as well

    #header_main { border: none !important; }
    .html_header_top.html_header_sticky.html_large #main { padding-top: 115px; }

    Cheers!
    Yigit

    #251081
    Anonymous
    This reply has been marked as private.
    #251088

    Hey!

    Please add following code to Quick CSS as well

    element.style {
    }
    header.entry-content-header {
    text-align: center;
    }
    #main .container_wrap {
    border-top: none;
    }

    Cheers!
    Yigit

    #251121
    Anonymous

    just how can I get the header the phone to the left? How do I get an icon in front of it inserted?
    The font for the phone number would be slightly larger.

    http://www.medienvirus.de/leistungen/

    Is there a code that the line over it is the case of services, not underneath?

    Thank you very much

    #251225

    Hi!

    Please add following line before your phone number

    <div class="iconbox_icon heading-color" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></div>

    and add following code to Quick CSS in Enfold theme options under Styling tab

    .phone-info span { font-size: 16px; }

    I do not think i understood what you meant on the last question. Can you elaborate or post a screenshot showing the changes you would like to make?

    Best regards,
    Yigit

    #251254
    Anonymous

    Hello,
    super perfect!
    Now I would just need an envelope as an icon.
    Since I’m standing there the phone and mail address.
    Is it possible to integrate in the color gray?
    And also on the size a little smaller?

    #251256
    Anonymous

    So so that left the left until the Telephone icon then comes the phone number then an e-mail icon and then the email address.

    #251308

    Hi!

    Please add following line to in front of your mail address

    <div class="iconbox_icon heading-color" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></div>

    And add following code to Quick CSS to adjust the size of the icon

    #header_meta .iconbox_icon { font-size: 14px; }

    Best regards,
    Yigit

    #251320
    Anonymous

    Hi,
    what am I doing wrong now the icons stand before phone and email address.
    And should actually before phone is the phone icon and before the email address the email icon.
    love greetings

    #251325

    Hi!

    You should add the phone icon code, then write your phone number, then mail icon code, then your mail. It should work fine. If it does not, do not remove it so we can take a look and see what is going wrong

    Regards,
    Yigit

    #251327
    Anonymous
    This reply has been marked as private.
    #251333

    Hi!

    Please add following code to Quick CSS as well

    #header_meta .iconbox_icon {
    clear: both;
    }

    Best regards,
    Yigit

    #251342
    Anonymous

    Hi,
    now are the logos with each other!
    Did I forget something?

    #251346

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look? :)

    Regards,
    Yigit

    #251348
    Anonymous
    This reply has been marked as private.
    #251351

    Hi!

    Please review your website now

    Regards,
    Yigit

    #251355
    Anonymous

    PERFECT many many thanks.
    Then I only have 2 things.
    How can I change that can be clicked on the mail address.
    I want to put a link behind the e-mail address.

    The Tag for the menu that are with me in purple to appear on the menu.
    Is that possible?

    Do you understand what I mean?

    Greetings

    #251357

    Hi!

    Replace your email address with this one http://pastebin.com/J14VjnKP
    And following code to Quick CSS

    .avia-menu-fx { bottom: 99%; }

    It seems like you have removed .avia-menu-fx from you site so changes may not be visible on your end

    Regards,
    Yigit

    #251362
    Anonymous

    perfect just opens directly outlook.
    Can I also link also on my contact form?
    Can you tell me that we say the code should look like?

    How do I get it back the the phone number and the email address on the left coming night. so that it is flush with the logo. or is it because I have the size of the logo is not deposited?

    The main menu is not right but are centered.
    Unfortunately this is not possible with your settings.
    The purple because Leines should also stand directly over it.

    Just as with medienvirus.de

    Best greetings

    #251585

    Hey!

    Please add following code to Quick CSS as well

    .phone-info span { margin: 0; padding: 0; }

    You can change mailto: (Email address hidden if logged out) link to your contact page link simply.
    You can center menu using

    .main_menu { right: 28%; }

    You should adjust the value to center it perfectly.
    Regards,
    Yigit

    #251597
    Anonymous

    Perfect! You’re the best, Yigit.

    Thank you very much.

    #251600

    Hey!

    You are welcome, glad we could help!

    Best regards,
    Yigit

Viewing 29 posts - 1 through 29 (of 29 total)
  • The topic ‘need help with the header’ is closed to new replies.