J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
EasySocial & default rendering (1 viewing) 
Go to bottom
TOPIC: EasySocial & default rendering
#5256
Agentica Ltd.
Fresh Boarder
Posts: 17
User Offline
EasySocial & default rendering Karma: 0  
Hi John

I am using EasySocial on my site and had been using the jChat module for rendering jChat on the site. This morning I tried out the default rendering option and quite like it. However, the default rendering leaves the Chat sidebar on top of everything in the EasySocial space - that the right side of EasySocial components, and the Joomla Top Menu are rendered underneath the sidebar, like so:



Previously with the jChat module I put

Code:

div.menu-outer {z-index: 11000;}
in my custom CSS to position the depth of the module at the right height, but it does not seem to affect the sidebar. Any suggestions? Ideally I would like the menu bar to be fixed with the sidebar fixed to the right, but with its top below the menu bar. Thanks -Jeff
 
Logged Logged  
  The administrator has disabled public write access.
#5257
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:EasySocial & default rendering Karma: 79  
Hi Jeff,

the chat bar is done to stay on top of everything and avoid risk to be covered.
If you want an element to stay over it using the z-index, probably you have to specify the CSS rule:

position: fixed;

for that element, otherwise it won't work.

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