Members Avatars Displaying Incorrectly

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Mon Mar 23, 2015 9:06 pm
Hello, I noticed that suddenly member avatars on the home page and in the sidebar are displayed vertically instead of in a block.

http://mutlikeme.com/

I've tried several css changes but none seem to fix this. Can you help?

Thank you.
User avatar
Senior Boarder

GK User
Tue Mar 24, 2015 9:07 am
Hi,

Try to add 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 Mar 24, 2015 2:41 pm
Thank you but this is not working. I added the code to the override.css file, and it is also enable.
User avatar
Senior Boarder

GK User
Tue Mar 24, 2015 2:45 pm
Try to add important at the end:

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
Tue Mar 24, 2015 3:31 pm
Yes! Thank you!
User avatar
Senior Boarder

GK User
Tue Mar 31, 2015 8:21 pm
Hi Piotr,

I have the same problem and tried this code, but is not working. You can see the problem here:

http://www.madeinflex.com

and here:

http://www.madeinflex.com/actividad/

I'm on 1.5 version since I tried 1.5.1 but some home widgets doesn't show.

Thanks
User avatar
Senior Boarder

GK User
Wed Apr 01, 2015 8:05 am
Hi Carlos,

Did you enable override.css option from Template OPtions -> Addvanced tab?
Because I can't see the following code on your website:
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
Wed Apr 01, 2015 2:47 pm
Hi Piotr,

the option is enabled, and the code is in the override.css of my MSocial-Child theme (and that is set up as the theme in the site)
If you can see that code, what could it be the problem?

Thanks
User avatar
Senior Boarder

GK User
Wed Apr 01, 2015 2:51 pm
Hi Piotr,
forget it! it was my fault, I was updating the incorrect file. Sorry to bother you. Now all is working! :)
User avatar
Senior Boarder

GK User
Sat Aug 08, 2015 6:30 pm
I too have this problem with the Msocial theme...

Before I can edit the .css file I need to enable the override.css option from template options but I don't know how to do this or where toi find it...Im not an expert or a total novice but need help please.

JP
User avatar
Fresh Boarder

GK User
Sun Aug 09, 2015 9:42 pm
Hi,

Please check your Dashboard, under the Msocial (menu on the left) you should find Template Options, now you can click "Advanced" tab and enable the override.css option.
User avatar
Moderator

GK User
Wed Jan 20, 2016 12:46 pm
Apologies Piotr I never thanked you for your support on this one, solved now :)
User avatar
Fresh Boarder


cron