J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]Issue with fixed menu (1 viewing) 
Go to bottom
TOPIC: [SOLVED]Issue with fixed menu
#2699
Agentica Ltd.
Fresh Boarder
Posts: 17
User Offline
[SOLVED]Issue with fixed menu Karma: 0  
Hi folks

I am using a theme that has a fixed menu bar across the top, and am running jChatSocial as a module. Other modules I have in the sidebar slide under the fixed menu bar, but the jChatSocial slides across the top of the menu, obscuring it. I was wondering if there is an easy fix?

Thanks-

--Jeff
 
Logged Logged  
  The administrator has disabled public write access.
#2700
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Issue with fixed menu Karma: 79  
Hi Jeff,

it looks like something related to CSS z-index.
Eventually post me the site link so i can have a look.

-John
 
Logged Logged  
  The administrator has disabled public write access.
#2701
Agentica Ltd.
Fresh Boarder
Posts: 17
User Offline
Re:Issue with fixed menu Karma: 0  
Hi John
www.agentica.ca

User: subscriber
Password: password

Thanks

-Jeff
 
Logged Logged  
  The administrator has disabled public write access.
#2702
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Issue with fixed menu Karma: 79  
Hi Jeff,

you need to assign a z-index to the menu greater than the one used by the chat module.

Add the css code as below to your template:

Code:

div.menu-outer {z-index: 11000;}
John
 
Logged Logged  
  The administrator has disabled public write access.
#2703
Agentica Ltd.
Fresh Boarder
Posts: 17
User Offline
Re:Issue with fixed menu Karma: 0  
Hi John

That was the fix. I applied the code by editing:

Template Manager >> Customize Template >> custom.css

It looks great - thanks for the super quick help! I appreciate it!

-Jeff
 
Logged Logged  
  The administrator has disabled public write access.
Go to top