-
AuthorPosts
-
July 31, 2015 at 4:34 pm #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!
July 31, 2015 at 6:39 pm #481524Hi 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,
ElliottJuly 31, 2015 at 6:41 pm #481528You are awesome, Elliot! Worked perfectly.
July 31, 2015 at 7:28 pm #481537Actually, 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 9 years, 3 months ago by avwebmaster.
July 31, 2015 at 8:22 pm #481550Please follow up. Thanks.
August 2, 2015 at 1:08 pm #481761I tried setting a z-index on the sub menu but didn’t work. Please advise and thank you.
August 3, 2015 at 3:52 pm #482172Please provide assistance. Thank you.
August 4, 2015 at 3:18 am #482478Beem waiting for an update.
August 4, 2015 at 4:07 pm #482774Hi!
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,
ElliottAugust 4, 2015 at 4:16 pm #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.
August 4, 2015 at 4:20 pm #482795August 5, 2015 at 3:44 pm #483423Hi!
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,
ElliottAugust 5, 2015 at 4:05 pm #483439Sorry 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 9 years, 3 months ago by avwebmaster.
August 5, 2015 at 4:14 pm #483454Hi!
You can increase the z-index property of the header container:
#header { z-index: 5000; }
Best regards,
IsmaelAugust 5, 2015 at 4:21 pm #483465I 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 9 years, 3 months ago by avwebmaster.
August 6, 2015 at 2:32 am #483642Hi 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 9 years, 3 months ago by avwebmaster.
August 7, 2015 at 6:16 am #484288 -
AuthorPosts
- You must be logged in to reply to this topic.