Filter Menu blocked by layer

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
iMatt
 
 
Posts: 96
Joined: Mon Nov 25, 2013 2:03 pm

Filter Menu blocked by layer

Post by iMatt »

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.
User avatar
BaconFries
 
 
Posts: 5327
Joined: Thu Aug 16, 2007 7:32 pm

Re: Filter Menu blocked by layer

Post by BaconFries »

Any way to bring this to the front?
Simply select either Move to Front/Move Forward on right click of Menu...
iMatt
 
 
Posts: 96
Joined: Mon Nov 25, 2013 2:03 pm

Re: Filter Menu blocked by layer

Post by iMatt »

Hmmm...still not working.
User avatar
BaconFries
 
 
Posts: 5327
Joined: Thu Aug 16, 2007 7:32 pm

Re: Filter Menu blocked by layer

Post by BaconFries »

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>
iMatt
 
 
Posts: 96
Joined: Mon Nov 25, 2013 2:03 pm

Re: Filter Menu blocked by layer

Post by iMatt »

Problem solved! Simply had to change the 'Stack level' of the page header to be 'in front of content'. Thanks for the input. :D
Post Reply