Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #384653

    habe probleme mit dem z index. möchte einen externen vergleisrechner einbauen. sobald ein info button im rechner geklickt wird öffnet sich ein pop up und muss alles überlagern. leider funktioniert es nicht bei der sidebar, header menu, breadcrumb und normalen textfeldern.

    #385307

    Hi finon!

    Thank you for using Enfold.

    I would like to help but the inquiry is a bit unclear. Can you please translate it to english? Note that we don’t provide support for third party plugins.

    Best regards,
    Ismael

    #386543

    Hi Ismael,

    my english is not so good , I hope you understand me ;- )
    i have problem whit css z index. you look at my site and press the info icon in comparison calculator (left of the entry field)
    a info pop up opens and must be above the site but the problem is, Sidebar, header menu, text area, breadcrumb and main titel overlap the info pop up.
    I think Z index class is the problem but I find no solution.
    Can you help me??

    Best regards,
    Tommi

    #387034

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-47 div#after_section_1 {
    z-index: 99999;
    }
    .page-id-47 .sidebar {
    z-index: 0;
    }
    .page-id-47 header#header {
    z-index: 999999;
    }

    Best regards,
    Yigit

    #387131

    Hey,

    thank you yigit, you are the best ;-) and sorry for the double post.
    Can you show on the page again, when you scroll down the same problem is whit the text area, the tab container, special heading and hotspot picture.
    then I´m happy ;-)

    best regards,
    tommi

    #387137

    Hi!

    No worries :)
    Please add following code to Quick CSS as well

    .page-id-47 .avia-builder-el-2 {
    z-index: 98;
    }

    Best regards,
    Yigit

    #387159

    Hey,
    100 x thank´s yigit, you are the best.
    In the last days I ‘m desperate and the solution was so simple
    ;-)
    I´m happy :-)

    best regards,
    tommi

    #387167

    Hey!

    Thank you for choosing Enfold! You are welcome Tommi, glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Probleme overlay Z-Index mit externen Tool’ is closed to new replies.