Currently, I am utilizing wowslider on my welcome page and it is functioning properly with the desired appearance. However, when users click on the "Enter" button located at the top right corner, a 50% transparent overlay appears along with a login window positioned above it. Despite assigning my login form a z-index of 10000
, the wowslider remains on top, dominating the layers.
I have attempted various solutions such as adjusting the z-index
of wow-slider elements, experimenting with different overflow
and position
properties of related elements, but unfortunately, I have not been able to find a resolution.
To further understand the issue and potentially discover a solution, I believe it would be beneficial for you to view the problem on the development version of the project by visiting
Highlighted below are the pertinent wowslider elements:
<div id="wowslider-container1">
<h1>Community for hobby and amateur endurance athletes</h1>
<div class="ws_images">
It appears that the ws_images div element exerts control over all layering rules. The h1 element also displays above the ws_images element, however, upon adding a border to the wowslider-container1 div, it becomes evident that it resides behind my login form.
Your assistance in this matter would be greatly appreciated. I kindly request that any proposed solutions do not involve embedding the wowslider within an iframe.
Thank you in advance for your help.