Something went wrong when bb and rt media updated

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Tue Mar 03, 2015 11:42 pm
Hello team,

Something went wrong once buddy press and rtmedia plugins were updated.

http://www.waghya.com/members/admin/profile/

Thanks :)
User avatar
Senior Boarder

GK User
Wed Mar 04, 2015 9:08 am
Hello,

It's probably someting with your widget rules, could you send me a PM with backend access to your website?
User avatar
Moderator

GK User
Tue Mar 31, 2015 11:51 am
Please dd the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li {
    clear: none;
 }
User avatar
Moderator

GK User
Tue Apr 21, 2015 4:34 pm
Hello Piotr,

tried this... but still looks the same...

www.waghya.com
User avatar
Senior Boarder

GK User
Wed Apr 22, 2015 8:44 am
Hi, try with "important"

Code: Select all
.widget.buddypress #groups-list li,
.widget.buddypress #members-list li,
.widget.buddypress #friends-list li {
    clear: none!important;
 }
User avatar
Moderator

GK User
Sat May 23, 2015 2:35 pm
It worked very well :)

Thank You!!!
User avatar
Senior Boarder


cron