• Resolved seonsei

    (@seonsei)


    Welcome everybody.

    On this site I use Ascend with Elementor plugin.
    Menu bar is sticky and on starting position should be transparent, when i turned off transparency problem still exists.
    header is made in elementor.
    On the top/starting position of page menu bar is disappeared .
    I don’t know what is the problem, can’t find solution in theme options.
    Maybe the Z index problem

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey,

    I’m not sure why the header is being hidden like that, but try adding this CSS to Theme Options> Custom CSS, and let me know if it fixes the problem for you:

    header#kad-header-menu {
        min-height: 300px;
    }

    -Kevin

    Thread Starter seonsei

    (@seonsei)

    Hi Kevin, thanks for replay it’s work 🙂 But there is no opacity behind menu bar, I mean this rounded bulge under logo. The header background was cuted out.

    Now I leave site with this CSS code, You can see what is look like.

    Oh.. in your profile youv’e got written wrong link i thing so ;P
    http://kacencethemes.com

    Hey,
    Currently, when I look at your site I don’t see that transparent header is turned on. If you have the setting turned on it won’t work unless you have assigned content to the header in your theme options > home header content. like a page title or slider. Since your adding this background element in the content area through elementor it’s set up to not be transparent and this when you add the negative margin in elementor it’s content your elemetor item to site on top of the header and menu.

    Here is css that would allow you to position the header on top of your elementor element.

    #kad-header-menu {
        position: relative;
        z-index: 111;
    }

    In terms of using a transparent header, there isn’t’ an option within the free theme (there is in premium) that would allow you to do this without assigning some content to the page title area. Meaning your first thing can’t be elementor. You can use the premium version for this kind of set up and if you wanted to you can hack the code with css by adding a page title then hiding it which would create that transparent header effect.

    I hope I’ve explained in a way that makes sense.

    Thread Starter seonsei

    (@seonsei)

    Thanks a lot for help, css code work perfectly.
    Since a month i thinking about buying a premium version is very complex and flexible :).

    Thread Starter seonsei

    (@seonsei)

    Now i see another problem there is no mobile menu – there is menu bar but any elements or menu button.

    I’ve got question, here is more options to for mobile menu in Premium version. For example, to set different menu bar or without menu bar, or ransparent on mobile version.?

    Thread Starter seonsei

    (@seonsei)

    SORRY for last post, my mistake – i’ve got wrong configured mobile menu.

    Everything is ok!!!

    • This reply was modified 6 years, 5 months ago by seonsei.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu Bar disappearing’ is closed to new replies.