bbpress conflict

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Jan 01, 2014 4:59 pm
(M)SOCIAL theme conflict bbpress plugin.
Errors are check mark and law error
Why ? How?
User avatar
Junior Boarder

GK User
Thu Jan 02, 2014 9:04 am
Hi,

Could you provide an URL to your website? (here or via PM), then I'll be able to help you with that.
User avatar
Moderator

GK User
Fri Jan 03, 2014 7:16 am
User avatar
Junior Boarder

GK User
Fri Jan 03, 2014 7:18 am
Would you recommand board plugins to be compatible to your theme
User avatar
Junior Boarder

GK User
Fri Jan 03, 2014 9:35 am
Add this code to Msocial/css/override.css file (first enable this option from Template Options -> Advanced tab)

Code: Select all
#bbpress-forums li:before {
   display: none;
}


Buddypress na rtMedia pluigns are compatible with this theme, unfortunately BbPress is not.
User avatar
Moderator

GK User
Fri Jan 03, 2014 11:31 am
Hi, thanks !

Check mark was removed.
But many things will be modified.
So, I give up bbpress.

Cheers, thanks.
User avatar
Junior Boarder

GK User
Wed Sep 17, 2014 6:35 pm
Do I have to FTP for overide.css file? Can't find it in WP dash board.
User avatar
Expert Boarder

GK User
Wed Sep 17, 2014 7:32 pm
Here's what I see when I FTP to overide.css --
/**
*
* -------------------------------------------
* Override
*

-------------------------------------------
*
**/

/*
*
* 16.

Override
*
*
------------------------------------ */

/* 16.1.

Overrided elements
==================================== */

I've tried deleting everything and placed:
/* #bbpress-forums li:before {
display: none;
} */

saved, flushed cashe and checks are still there. Am I doing something incorrectly?
User avatar
Expert Boarder

GK User
Wed Sep 17, 2014 7:38 pm
User avatar
Expert Boarder

GK User
Thu Sep 18, 2014 6:55 am
Hi deity999, your override.css file is empty (i can see only comments), please replace content of this file with the following:
Code: Select all
/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 16. Override
 *
 *
------------------------------------ */

/* 16.1. Overrided elements
==================================== */

#bbpress-forums li:before {
   display: none;
}
User avatar
Moderator


cron