Skip to:
Content
Pages
Categories
Search
Top
Bottom

Who's online bug


  • rickgoz
    Participant

    @rickgoz

    Hello,

    I have WordPress MU 2.8.6 and BP 1.1.3.

    I have a problem with “Who’s online” widget. Indeed, all the pictures are in column instead of being in a raw.

    Do you know how I can solve this?

    Thank you in advance

Viewing 15 replies - 1 through 15 (of 15 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    This is most probably a css issue not a bug with the bp 1.1.3.

    Are you using the widget with default buddypress theme or some other theme.

    If you are using different theme, you will have to style the widget yourself(may be some copy paste can help from bp default theme’s css).


    rickgoz
    Participant

    @rickgoz

    I am using BuddyPress Default 1.1.3 by BuddyPress.org.

    But it was the same thing before I updated to BuddyPress 1.1.3. So I really don’t know where this bug is come from..

    Richard


    rickgoz
    Participant

    @rickgoz

    Any idea?


    Brajesh Singh
    Participant

    @sbrajesh

    Can you point to the site/page where the widget is active. May be It can help in finding the issue.


    rickgoz
    Participant

    @rickgoz

    The web site is http://www.iquali.com

    login: michael

    password: test

    It’s in french so widget’s name is: “Actuellement sur le site..”

    Thank you


    rickgoz
    Participant

    @rickgoz

    So, can someone help me?


    Brajesh Singh
    Participant

    @sbrajesh

    Your blog is not accessible using the credentials, so no one will be able to check it until you provide a test account here or make the site public for few minutes.

    That’s the problem.


    rickgoz
    Participant

    @rickgoz

    I am really sorry about that.

    I fixed it, the website it available with

    username: michael

    password: michael

    Thank you in advance


    Brajesh Singh
    Participant

    @sbrajesh

    This line is missing from your screen.css

    .widget_bp_core_widget_whos_online .item-avatar {
    float: left;
    margin-right: 10px;
    }

    The avatars are not floated left, which should be as per the default theme, if you want that layout.

    There may be other css omissions too, so I will advise take a look at the css file.


    rickgoz
    Participant

    @rickgoz

    I add this line in my /www/wp-content/themes/bp-sn-parent/_inc/css/screen.css

    But nothing happen. Same problem..


    Brajesh Singh
    Participant

    @sbrajesh

    This should go to your bp-default/_inc/css/screen.css


    rickgoz
    Participant

    @rickgoz

    I have it already in this file.


    Brajesh Singh
    Participant

    @sbrajesh

    ok, my best advice in that case, please use firebug(with firefox) to check the dom element and see how you can apply float left to the div containing the avatars. It is “item-avatar”, In that way you can do it better.


    rickgoz
    Participant

    @rickgoz

    Thank you.

    I add float: left; to .widget ul.item-list li .item-avatar img, img.avatar {

    In /www/wp-content/themes/bp-default/_inc/css

    And now it’s okay.

    Thank you!


    Brajesh Singh
    Participant

    @sbrajesh

    you are most welcome :)

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Who's online bug’ is closed to new replies.
Skip to toolbar