Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #944621

    Hi Enfold Team,

    sorry for bothering you but I have an issue struggle to fix. I do have a little kind of pop-up on my site from provenexpert. This is a piece of coding I received from that company to embed into my webpage to be on an always fixed position on the right hand side of the page. Not a big deal .. I thought…

    If is working fine as long as there is no layer slider. As soon as the layer slider is scrolling by it is behind the slider and it is not visible any more

    As the header of my page is a layer slider as well you will not see it if you start the page. Therefor please scroll down a bit and you will see it. Scroll further down and you will see that the part will “disappear” behind other layer slider on my page. This is even worth as I want to have it visible as soon someone opens the page.

    http://www.uwehofstaetter.de

    The given coding to be embedded has an Z-Index: 999 as well in the coding of the pop-up which should work (see private information for coding which has Z-Index: 999 . But it is not working

    Therefor I included CSS for this element and had Z-Index with !important as well – but did not work either:

    .provenexpert {
    z-index: 999 !important;
    }

    How can I have that pop-up always on top and visible all time?

    Thank you for your support

    #944761

    Hi Enfold Team,

    just wanted to let you know that I solved the problem. As did not stop searching in the forum here and found a solution which worked out. So Problem is solved ;-)

    for all who want to know how:
    As mentioned I had already a Z-Index for the pop-up of 999
    I added on the layer slider under “appearance” the CSS
    z-index:1!important;

    Therefor the Layer Slider has a lower Z-Index per definition and the pop-up a higher one. The Z-index on the layer slider was the important part which was missing.

    So this threat can be closed.

    To the Enfold Team: you do an excellent job and provide tons of solutions here in the forum which helps us the users to solve specific needs as mine!

    #944828

    Hi,

    Great, glad you found a solution and thanks for sharing, much appreciated. Thanks for the kind words as well :-)

    I’ll close this thread for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Layer Slider always on top’ is closed to new replies.