Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I’m using the tesseract theme, by Tyler Moore, and I’m experiencing a problem with the Hero Image page builder.
My dropdown menu doesn’t function on pages using SiteOrigin Hero image feature.
I have noticed that other people are experiencing the same issue. It would be nice to get some advice on how to solve the issue.
thx
I am also presenting problems using “SiteOrigin Slider”, it blocks the drop down menu. My them is “tesseract” by Tyler More. I have been locking on youtube and internet for a solution, so far I found using “Custom Css” by SiteOrigin which is a great plugin, and I have tried different codes like:
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:first-child {
z-index: 9999;
}
or
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper > *:first-child {
z-index: 98;
}
.site-header {
z-index: 1;
}
or
.site-header {
z-index: 9999;
}
and a lot of different options playing with z-index, but I can’t get fix the problem of the slider blocking the dropdown menu,
In the middle time I will continue looking for a solution.
Thank you!