I am testing the Filter Menu Extention before purchase. However, it is obscured by the layers on my site. Any way to bring this to the front?
http://www.poetrycards.me.uk/
Filter Menu appears when making the site responsive at 550px and below.
Filter Menu blocked by layer
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
- BaconFries
-
- Posts: 5897
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Filter Menu blocked by layer
Simply select either Move to Front/Move Forward on right click of Menu...Any way to bring this to the front?
Re: Filter Menu blocked by layer
Hmmm...still not working.
- BaconFries
-
- Posts: 5897
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Filter Menu blocked by layer
It is definitely an index order of the menu as on viewing the source css it is at z-index: 1. So depending on how many other objects are on top then you need to move the menu forward that many. Inset the following and see if this resolves it go to Page HTML and insert between <head></head>tags*
Code: Select all
<style>
#Extension1
{
z-index: 9999 !important;
}
</style>
Re: Filter Menu blocked by layer
Problem solved! Simply had to change the 'Stack level' of the page header to be 'in front of content'. Thanks for the input. 
