Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #481461

    I’m implementing a source / code block that functions a pop up box. I can’t get the z-index of the overlay bg to be on top of all the page’s element.
    I tried using the following css in my child theme:

    .page-id-8059 .avia-builder-el-19 {
      z-index: 10000 !important;
    }
    
    .page-id-8059 .avia-builder-el-42 {
      z-index: 0;
    }

    Please advise and thank you!

    #481524

    Hi avwebmaster!

    Try dragging a codeblock element to your content and add this inside.

    <style type = "text/css">
    #main > div:first-child { position: relative !important; z-index: 888 !important; }
    </style>

    Though I think if you add all of your content inside a color section besides the other two sections then it should work as well.

    Regards,
    Elliott

    #481528

    You are awesome, Elliot! Worked perfectly.

    #481537

    Actually, when I tried the code it made the drop down menu disappear. Could you please check? The bottom element also showed on top of the form.

    • This reply was modified 8 years, 9 months ago by avwebmaster.
    #481550

    Please follow up. Thanks.

    #481761

    I tried setting a z-index on the sub menu but didn’t work. Please advise and thank you.

    #482172

    Please provide assistance. Thank you.

    #482478

    Beem waiting for an update.

    #482774

    Hi!

    Hmm, I’m not sure what you mean. Can you take a screenshot?

    Also, keep in mind that if you reply to your own topic it’s position in the queue gets reset so it takes longer for us to see it. Just be patient and we’ll be with you shortly.

    Best regards,
    Elliott

    #482789
    <style type = "text/css">
    #main > div:first-child { position: relative !important; z-index: 888 !important; }
    </style>

    Using the code above makes the main div below the pop up if you click on the LET’S TALK button. Please see link.
    Everything is fine except the drop down / sub menu under the PRODUCTS menu no longer show up. This is particular on this page. If you go to the other pages, all sub menus show.

    I tried modifying the z-index of the following:
    #header 887 (I made this below the main div)
    main nav / sub menu 889
    main div 888 (based from the code above)
    – Please click on the LET’S TALK button to see what I am trying to achieve. Aesthetics is there except the sub menu do not show.

    It is giving me z-index issues. It seems like it’s either I have to make the whole header on top of the main div to make the sub menu show up.

    #482795
    #483423

    Hi!

    I’m sorry but I’m still not sure I understand. Are you trying to have the sub menu highlighted in your screenshot stay on top of the popup when you click on the Let’s Talk button?

    Go ahead and highlight in your screenshot exactly what your trying to do so we can get a better idea. On my end everything looks fine.

    Best regards,
    Elliott

    #483439

    Sorry for the confusion…
    The drop down / sub menu is working perfectly on all other pages except on the link http://www.audienceview.com/new-explore-template-2/
    I would like this sub menu of PRODUCTS to appear on this page. http://www.audienceview.com/new-explore-template-2/
    For some reason the z-index is not working on sub menus particularly on the page / url provide.

    The sub menu works here http://www.audienceview.com/pricing/ Please hover on the PRODUCTS link and you will see the sub menu.
    I shared a link for you to see the sub menu showing on other pages except the template page. Hope you could help me with this one. Thank you.

    P.S. The sub menu does not work when viewing the template page (not clicking the let’s talk button) – I believe it’s a z-index issue because we assigned a z-index in the main div.

    • This reply was modified 8 years, 9 months ago by avwebmaster.
    #483454

    Hi!

    You can increase the z-index property of the header container:

    #header {
        z-index: 5000;
    }

    Best regards,
    Ismael

    #483465

    I know :) but I would like to cover the header/menu with the transparent bg when the pop up comes up. I assume the sub menu is part of the header and cannot have a separate z-index?

    This is good for now unless there is a better way. Thanks for your patience.

    • This reply was modified 8 years, 9 months ago by avwebmaster.
    #483642

    Hi Ismael,

    Another issue came up when the team decided to enable the breadcrumbs.
    Now, the z-index is all over the place.
    Please click on the LET’S TALK button and scroll.

    Would appreciate if you could look at this issue. Disregard the previous ones. Thank you.

    • This reply was modified 8 years, 9 months ago by avwebmaster.
    #484288

    Hey!

    I checked the page but there is no “Let’s Talk” button there. Can you please provide a screenshot?

    Best regards,
    Ismael

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