Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1076991

    Hello,

    about two weeks ago, I started a topic concerning a problem with fixed elements.
    Your solution

    #sub_menu1 {
    z-index: 1 !important;
    }

    helped to solve this problem. However, only in part, because it has caused a new problem: Now the main content overlaps the submenu, so the links do not work anymore Here’s an example: https://ihr-anwalt.com/geburtsschadensrecht/

    What can I do?

    Thanks for a feedback and best regards
    Uli

    • This topic was modified 5 years, 7 months ago by ulif.
    #1077961

    Hi,
    unfortunately, there is no answer to my question. Nobody there to help me?

    #1077975

    Hi ulif,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1078169

    Hi Vicoria,

    thanks for answering. Just scroll down and you will see it. It must be a problem with the z-index.

    Best regards
    Uli

    #1079037

    Hi Uli,

    Best regards,
    Victoria

    #1079044

    Hi Victoria,

    Yes, that’s right. It looks okay because I’ve disabled the fixed submenu. Here the error is still to see: https://ihr-anwalt.com/arbeitsweise/
    It looks the same in every browser:Safari, firefox, Chrome, Opera… Mac and Windows.

    Hope you can help me!
    Best regards Uli

    #1079608

    Hi ulif,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1079623

    Hi Victoria,

    to do this I need an email adress… Can you please provide me one?

    Thanks Uli

    • This reply was modified 5 years, 7 months ago by ulif.
    #1079985

    For 8 days I try to get support with this problem. So far, I have not come one step further.
    Even the answer to a simple question takes days. Sometimes your support is a bit frustrating. Is there still hope?

    #1081189

    Hi,

    We are very sorry for not replying immediately. The forum is a bit swamped with inquiries the past few days. Would you mind providing the user account that you’re using to access the site? Or create a copy of the page with the issue and then set the sub menu to fixed so that we can inspect the element.

    Best regards,
    Ismael

    #1081304

    Hi Ismael,

    thanks for the answer. I really do not understand why I have to explain everything from scratch. If you read the post, you should actually know what it is about.
    So again: I installed a fixed element on the side (with z-index: 9999). This element unfortunately overlapped the fixed submenu. The following css-code has resolved this problem:
    #sub_menu1 {
    z-index:1 !important;
    }

    But now the content overlaps the submenu. You can see that on this page: https://ihr-anwalt.com/test/ when you scroll up.
    I hope, you understand what I mean…

    If you need access to the backend, please give me an email address so that I can use the plugin
    Temporary Login Without Password to set up a login.

    Best regards Uli

    • This reply was modified 5 years, 7 months ago by ulif.
    #1081828

    Hi,

    Yes, we understand the issue but the sub menu element on the page is not configured to be sticky. That is why we are asking for a clone or a copy of that page with the sub menu as a fixed element. You can setup an account with the following email. (see private field)

    Best regards,
    Ismael

    #1081856

    Hi Ismael,

    thank you for your answer.

    On the site I posted, the sticky menue IS activated.You will see it, when you are logged in. You will find the temporary login link in the private field.

    Thanks and best regards
    Uli

    #1082493

    Hi,

    Thanks for the update.

    The menu is not sticking to the top even when the option is enabled. Please upgrade the theme from version 4.5.3 to version 4.5.5. We’ll check the site again afterwards.

    Best regards,
    Ismael

    #1082582

    Hi Ismael,

    just updated to Version 4.5.5.

    Best regards
    Uli

    #1083543

    Hi,

    Thanks for the update

    We adjusted the z-index value of the #footer and #sub_menu container.

    #sub_menu1 {
        z-index: 49 !important;
    }
    
    #footer {
        padding: 15px 0 30px 0;
        z-index: 50;
    }

    Best regards,
    Ismael

    #1083566

    Hi Ismael,

    that ist great. Now every thing works fine!
    Sometimes things just take their time. ;-)

    Thanks a lot and have a great day.

    Best regards,
    Uli

    #1084272

    Hi Uli,

    Glad we finally got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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