Not happening on every page, maybe has something to do with the layering/z-index of the cover block or Group block?
I tried adding z-index to the menu but it didn’t seem to help.
Here’s what I’ve tried (in the CSS Customizer)
.wp-block-navigation__submenu-container {
overflow: visible !important;
z-index: 9999999999;
}
I’ve had a look through the posts on this issue and none of the posts or the tutorial show how to solve it, so I thought I’d post here in the hope it can get solved.
I’ve a page design designed with Elementor Pro using the Elementor Hello Theme. I have most of the site on a z index of 1. The sticky menu is on 2 and one of the background elements is on 0. If I put the modal popup in its own section and set it to 3 then it behaves as expected. The problem is when I put the modal popup in one of the sections that’s set to 1…
Pressing the modal button now makes the modal appear over the current section but BENEATH the following one (z-index of 1). There’s also multiple other issues with z-sorting. For example, I want to get the popup to appear in front of everything, but the sticky menu is over it too.
The solution to this would be some custom CSS I’m imagining, as my (and no doubt others’) expected behaviour is for the popup to appear above everything regardless.
It looks like the z-sort CSS is being overwritten somehow and it’s not really clear to me how.
Could you either suggest the CSS required, or maybe make a fix to the plugin to display the modal above all sections?
]]>I am having an issue on a client site. I need the top header image to sit on top of the “header” section, but I also need to be able to access the dropdowns. Currently the dropdowns are going behind the image because I have set the z-index to 0. If I change the z-index on that portion to anything higher it jumps the entire theme-header section about the image.
Here is a link to the page I’m describing: https://www.figadvertising.com/rdleadership/services/
Any help is much appreciated
]]>I am having serious problems with my customizr website. I really love the theme, however the featured pages have me a little stuck. From the website below, you can see that when you’re on a mobile client or a small resolution screen (just drag the browser to half a page), when you move down the page the featured page images are in front of the header. Is there any way I can customize this to stop?
Thanks for all your help.
https://www.savymotorsport.com.au
]]>Any clue how this happened — or better yet, any idea on how to fix this? Here is a link to my test page: https://blog.theholidaze.com/derek-drives-that/
Thanks for any and all help/suggestions, much appreciated!
https://www.ads-software.com/plugins/content-views-query-and-display-post-page/
]]>https://bingrants.net/
https://www.ads-software.com/plugins/floating-social-media-links/
]]>I am trying to accomplish the following…
My website has a striped background (fixed; not scrolling) and the sheet lies on top of it. I have a separate image, a gray bar and white frame, that I want to use as a FIXED (not-scrolling) header so that when you scroll, the sheet goes BEHIND the header…
I created a DIV called “banner” that I put into my header.php and it is showing exactly like I want it to… except that when you scroll, the sheet goes IN FRONT of the header… can anyone help me figure out how to get the sheet to go behind? I gave the “banner” div I high z-index value… but apparently that didn’t work?
“banner” div that I created:
.banner
{
z-index: 9000;
height: 274px;
top: 0px;
background-image: url('images/jkl_bkgdbar.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
}
the relevant text in my header.php:
<div id="art-main">
<div class="banner"></div>
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-fgb"></div>
<div class="art-sheet-body">
<div class="art-nav">
<div class="l"></div>
<div class="r"></div>
<div class="art-nav-center">
<ul class="art-menu">
<?php art_menu_items(); ?>
</ul>
</div>
</div>
I appreciate any and all help! I need to get this website finished up ASAP!
]]>https://graettingercole.com/
The ‘Read More’ links trigger the expanded content. As you can see, if you click on box#1 (left), the expanded content box falls behind the next two boxes to the right.
Clicking on ‘Read More’ for box#2 covers up the box to the left but is still behind box#3 to the right.
Clicking on box#3 covers up the two boxes to the left and this is how it should ideally work for all the expanded content boxes.
I’ve tried various things: z-index; display: block, etc but nothing seems to work.
Any ideas on how to resolve this?
https://www.ads-software.com/extend/plugins/jquery-collapse-o-matic/
]]>