Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #516296

    Hello Anyone,

    we have changed the Header to “Minimal with drop shadow (no borders, indicators or transparency) because we DON´T want the header menu transparent!
    BUT now we have the problem that there are NO MORE “Menu Underline Bars” with someone can see the current side!
    Can anybody of you help us to fix that problem, so that we have NO transparency BUT these Menu Bars?!

    Thanks for your help!!

    #516339

    Hey!

    You can simply edit your page and choose not to display transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/. You do not need to choose minimal header style :)

    Regards,
    Yigit

    #516549

    Hello Yigit,
    thanks for your fast answer, BUT this Header Configurator you sent us DO NOT solve this problem!
    As told WE want the header NOT transparent and when we choose NOT the minimal header and on the site menu NO transparency, it is DEFINITELY still SLIGHTLY transparent, what we DON´T want!
    So please can you write us which settings we should change or save EXACTLY, that we don´t have a anyway transparency on the header menu BUT that we have these menu underline bars included!
    Thanks again for your answer and help!

    #517569

    Hey!

    please provide us a link showing what you mean. Then we can inspect the elements in question and hopefully provide you some precise CSS code.

    Cheers!
    Andy

    #518100

    Hello Andy,
    thank you very much for your answer!
    Here is the link of our future website http://ihr-personaltrainer.at/Wordpress/
    The problem is that we DON´T want that the header becomes “SLIGHTHLY” transparent, when you scroll down.
    That´s why we choose “Minimal Header” that the header is NOT transparent and always WHITE.
    But then these “Underline Menu Bars” are not displayed anymore, BUT we want them definetely!

    Thanks for your FAST ANSWER, because our LAUNCH is planed right TOMORROW or on Thursday!!
    :)

    #518573

    Hey!

    I checked the link you have provided and can’t see what you are describing about a header getting transparent when scrolling down. For me it stays white always, exactly as you wish. So could you fix it?

    Best regards,
    Andy

    #518599

    Hello Andy,

    NOW WE ARE REALLY UNHAPPY WITH YOUR “SUPPORT”!!!!!
    WE WROTE ANYTHING 100% EXACTELY!!!!
    AS YOU CAN READ IN OUR MESSAGE, WE TOLD YOU THAT WE FIXED THE PROBLEM WITH THE SLIGHTLY BECOMING TRANSPARENT HEADER THROUGH SWITCHING TO MINIMAL HEADER!!!!
    BUT THE PROBLEM WITH THE, THEN NOT ANYMORE SHOWING MENU UNDERLINE BARS IS THE PROBLEM!!!
    SO PLEASE CAN YOU SOLVE THIS PROBLEM AND DELIVER A GOOD CUSTOMER SUPPORT OR NOT?!

    THANKS!!!!

    #518608

    Hi!

    no reason for shouting. Now I get what you want to achieve. You can calm down. Screenshots would have helped a lot to make things clear for us. In the future use imgur.com or dropbox to highlight your intentions please.

    Use this code inside your Quick CSS field:

    .av_minimal_header .avia-menu-fx {
    display: block;
    }
    

    Feel free to hire a freelance developer if you are under pressure and need a job to be done in a short amount of time.

    Cheers!
    Andy

    #518986

    Hello Andy,
    we want to excuse ourselves honestly for our not perfect behavior! (we had a little bit too much pressure!!)
    Also we want to thank you for your advice with freelancer!
    We included your provided Quick CSS and anything is 100% perfect!
    Thank you very much for your help and commitment!!!
    Maybe you also can help us with another (hopefully) small problem!
    We have enabled the function “Responsive Site”, that the layout fits to smaller screens!
    We recognized a small problem, when you switch the browser window from “maximum size” to “half size” and ONLY in a very special angle of the browser window, the logo is overlapping the menu link (Before the menu could switch to the “mobile menu”)!
    We attach you the dropbox link of a jpeg screenshot, that you can see the problem!
    Maybe you can help us again and thank you very much in advance!

    #518988

    #518989
    #519159

    Hey!

    you could try to activate mobile menu earlier. For which screen devices do you need mobile menu activated? Use this as a starting point:

    @media screen and (max-width: 1240px) {
    nav.main_menu {
    display: none;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }}
    

    Adjust max-width value as needed.

    Regards,
    Andy

    #519328

    Hello Andy,
    your provided Quick CSS works PERFECT!
    You are extremely great and we really honestly want to thank you very much for your great help!!
    Now everything is 100% perfect!
    Really thanks a lot and much success for the future!!

    #519337

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Enfold Minimal Header Menu – Problem with missing Menu Bars’ is closed to new replies.