Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1186693

    Hy!
    I don´t know if it is here the right place and to much to ask. But a have a problem that a “pop up Window” is behind a other Layout element and under the Header. It should be alsway on the top, and would be great also popup in the middle of the screen.Enclose you will find 3 Screenshots I think it will help to understand what i mean.

    thanks

    #1186791

    Hey dorianadabei,

    Add this to quick css:

    #footer,
    .flex_column.av_one_third.av-animated-generic.left-to-right,
    #header {
    z-index:0!important;
    }

    Best regards,
    Jordan Shannon

    #1187382

    Hello Jordan!
    Is it possible that anything is not correct in this code? If I enter the code exactly like described it crashes the site.
    Is it also possible to center the popup Window?
    thanks Dorian

    #1187403

    Hi,

    It all looks correct and css doesn’t crash the site generally.

    Best regards,
    Jordan Shannon

    #1187404

    Hi,

    Do you have error reporting on to what exactly is crashing the site?

    Best regards,
    Jordan Shannon

    #1203891

    Hey Jordan thanks for your help. If i scroll down, the top menu is behind the normal text and didn´t work. Also the Mobile menue isnt usable.
    greets

    #1204212

    Hi,

    Can you try disabling all active plugins to see if the issue resolves?

    Best regards,
    Jordan Shannon

    #1204286

    Hi,
    it didn´t helped out. I disabled everything, exept the Backup & SSL Plugin.
    greets Dorian

    • This reply was modified 5 years, 2 months ago by dorianadabei.
    #1205060

    Hi,

    I’m no longer seeing the layer conflict. Were you able to resolve?

    Best regards,
    Jordan Shannon

    #1205498

    Hi,
    no still the same issue. If you scroll down – the menue is behind different layers. Also the burger menu is behind all layers.

    • This reply was modified 5 years, 2 months ago by dorianadabei.
    #1206920

    Hi,

    Add this to quick css:

    header#header{
    z-index:2147483647!important;
    }

    Best regards,
    Jordan Shannon

    #1207780

    Hy Jordan,
    but now I have the same issue like on the beginning without the additional quick css code. The main reason of the ticket was that the popup was behind the header. Is it possible to lower the popup?

    #1208386

    Hi,

    Giving the pop-up a higher z-index should fix it. Can you re-enable the pop-up?

    Best regards,
    Jordan Shannon

    #1208513

    Hello Jordan,
    I am really sorry to say, but no it didn´t solved the problem. I disabled/enabled the plugin, updated the site. Still the same.

    #1208569

    Hi,

    I’m no longer seeing the pop-up at all, even after clearing my cache. I want to see if simply moving it down a bit will work.

    Best regards,
    Jordan Shannon

    #1209492

    Hello Jordan,
    iI have to excuse myself it was my fault. In the main question there were 2 problems. It is correct that the pop up windows is now correct with the other layers, but there is still the problem that the popup window behind the menu. For clearence i sent you 2 new screenshorts.
    thanks for your patience

    #1211494

    Hi,
    Sorry for the late reply and thanks for the links and images, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .modal-content {
    	 top: 100px !important
    }

    This moves the popup down a little to center & also makes the whole popup visible.

    Best regards,
    Mike

    #1211769

    Hello Mike,
    yes this solved the problem!

    Thank you very much for your help, and also thank you, jordan (and the kriesi Team) for the patience!

    greets Dorian

    #1211789

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Layout element behind a other one’ is closed to new replies.