PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

mobile pop up appears behind all page elements - Divi builder

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

I can't get the pop-up visible on mobile. It continues to appear behind all other elements. I tried putting the shortcode at the bottom of the footer but that didn't work. I also put the shortcode in a separate section with the highest z index, but that doesn't work either. What can I do to ensure that the pop-up functions as a pop-up and does not appear behind all elements? Thank you!

On this page https://solidsurfaces.agency6.nl/sale/.

Hello

Try changing the z-index for the sidebar container - https://share.pluginus.net/image/i20240508120805.png

thank you, this solved the problem. I have added some extra CSS that I would like to share for other forum users. The pop up mostly appeared above the other items, except above the header. So I added margin-top to the mobile filter. Furthermore, the opacity was set to 0.95, so that when the filter was opened you could also see the close filter through it, which is why I also set the opicty to 1. Now it works perfectly fine, thank you for your support!

.woof_show_filter_for_mobile.woof {
opacity: 1;
margin-top: 100px;
}

Great! Thank you for your cooperation and welcome;)