Okay
  Public Ticket #304875
Buddypress widget user avatar
Closed

Comments

  • ideasmakemarket started the conversation

    Hi djwd,

    where do I need to change the css in order to reduce the avatar size for buddypress widgets. It is only in the case of user avatars that I am facing this issue as I am using a social login.

    The avatar size in pages is perfect, but in widgets it is larger than needed. Can u suggest me the file where the css is defined. 

    Also how soon can we expect support for BP 2.1.x in mightymag? 

  •  93
    djwd replied

    HI there,

    Personal customizations are not covered by regular support unfortunately. I suggest to get familiar with some inspection tool as FireBug or Chrome Inspector to find the correct classes to edit.

    Buddypress 2.1.X is supported since 1.3 already.

    Regards
    djwd

    Regards
    djwd

  • ideasmakemarket replied

    I am just asking for the file name in which buddypress members/friends widget css is defined in your theme. It just saves me lot of time. Hope you can consider.

  •  93
    djwd replied

    Sure, pretty much all theme's CSS is handled by css/less/layout.less file, including BuddyPress rules, it starts at line 5034.
    Check the Table of Contents at the beginning of the file for more detailed info.
    What I meant is that you don't really need to know where avatars are defined, as you could find the classes you need and override them through the Custom CSS textarea (Advanced Tab) not to lose changes after a theme update.

    Regards
    djwd

    Regards
    djwd

  • ideasmakemarket replied

    Thanks... though I still havent been able to resolve this.

  • ideasmakemarket replied

    One help I needed, how do I rename the header button "Login/Register" to "My Profile" . 

  •  93
    djwd replied

    Hi there,

    The Login / Register links are located in inc/login-with-ajax/widget/widget_out.php

    Regards
    djwd

    Regards
    djwd

  • ideasmakemarket replied

    Hi, I just need to change the label from "Login/Register" to "My Profile" which comes on mousehover. I could not find the label being defined here. As it displayes "Login/Register" for loggedin user as well.

  •  93
    djwd replied

    Alright I got it now, you mean the tooltips! You can edit that in partials/part-collapsible-triggers.php line 22

    Regards
    djwd

    Regards
    djwd