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

Search overlay z-index

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 need to change z-index on search overlay as on my site it does not show.

Is there an option in settings? I did not find it.

If there is no such option, can you tell me which CSS class and/or ID I can use to create custom CSS?

Thanks,

Rudolf

Hello Rudolf

Please  drop me exact  link to the  issue

And describe in more detail what I should do to get this problem

Hi Pablo,

Thank you for replying. It is a not a problem with your plugin (which is excellent), but the way my site is done at the moment.

Here is a link: https://www.fascinators.com.au/category/spring-racing-fascinators/

Has to be viewed in Tablet or Mobile phone view. In this mode, you will see"FILTER" button at the top of the page (not visible in Desktop view).

When you clock on this button, dialog will appear with HUSKY filter in it. Clicking on any option filters results, but not showing overlay> This is because I made this dialog of really high z-index to make sure it will always be on top of any other content. So, I need to make overlay even higher.

Thank you,

Rudolf

Try  to add  this  CSS

.plainoverlay{

z-index: 99999;

}

#woof_svg_load_container{

z-index: 99999 !important;

}

Thank you

Exactly what I was after.

Rudolf

Hello Rudolf

Great! Welcome;)