Hello,
I am having problems with the chat plugin when it expands/pops up from the bottom corner. all of my widgets stay on top of it.
Anyone else had this problem?
Hello,
I am having problems with the chat plugin when it expands/pops up from the bottom corner. all of my widgets stay on top of it.
Anyone else had this problem?
Hi Mene12,
Assuming you're using the Chat plugin as follows:
http://wordpress.org/extend/plugins/chat/
It may just be a z-index conflict with your theme. For that you may be able to simply include something like the following css in your theme's style.css file to sort it.
#chat-block-site { z-index: 100; }
Cheers,
David
Where do I put it? here is what is isn my style.css
---------------------------------------------------
/*
Theme Name: BuddyBoss
Theme URI: http://www.buddyboss.com/demo
Description: The Ultimate BuddyPress Theme
Version: 1.1.4
Author: BuddyBoss.com
Author URI: http://www.buddyboss.com
Tags: buddypress, two-columns, right-sidebar, fixed-width
*/
/* Load the main theme styles */
@import url( _inc/css/default.css );
/* Load the front-end adminbar styles. BP-Default's adminbar.css will still be used in the WordPress Dashboard. */
@import url( _inc/css/buddybar.css );
/* Load any custom styles */
@import url( _inc/css/custom.css );
-------------------------------------------------------------------
Hiya Mene12,
Yeah, it should go at the very bottom of your theme's stylesheet - or I noticed that your theme seems to have a custom.css stylesheet for custom stuff so you could put it there.
Just remember where it is and make sure you don't over-write it when you update the theme.
You must log in to post.