This topic has 7 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #200586
     melikcan
    Participant

    how & where can I change design  of members pages? ı have circled places ı want to change design in screenshoot .

    #200645
     Radu
    Moderator

    There is no composer if you that ask, the only panel where you can change the layput (sidebar,full and some settings) are located under wp-admin -> theme options- > buddypress in rest, the members page it’s generated dynamically by the buddypress and the file that controls that it’s this : /wp-content/themes/sweetdate/buddypress/members/members-loop.php

    You can modify the templates by copying them on child theme in same directory structure

    members directory loop : /wp-content/themes/sweetdate/buddypress/members/members-loop.php

    So you can copy them on child /wp-content/themes/sweetdate-child/buddypress/members

    If you perform code change, make sure the child theme it’s installed and activated

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #200754
     melikcan
    Participant

    I just want to enlarge pictures of in members searching area, they seem very little and faces of members cant seen properly, can we enlarge the pictures of members in search area?
    Thanks.

    #200824
     Radu
    Moderator

    That it’s a buddypress feature you can try the next

    To increase the avatar size make sure that you have next lines added to the file.

    COPY CODE
    
    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width
     
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height
     
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 580 ); //change this with your desired full size
     
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatar
    

    Code can be pasted in this file : “wp-content/plugins/bp-custom.php” or in child theme functions.php wp-content/themes/kleo-child/functions.php

    Replace 120 and 580 with your desired values

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #200871
     melikcan
    Participant

    Thank you very much ! There are rectangle places for profiles ,which include a circle profile picture , as I undetstand the sizes you mentioned are related with size of the rectangle , can we only change (make bigger) the picture in profiles rectangle ,I mean just changing the circled pictures in the rectangle ?
    Thanks , Best Regards !

    #201145
     Radu
    Moderator

    Hi,
    That change should affect both of them circle and square, tried to take a look at your install but cannot see any profile, they are private, can you show me where the avatars are square to can understand better please ? and maybe providing any user credentials.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #202569
     melikcan
    Participant

    Hi
    I want to delete footer how I will do it ? And I want to mobile screens seen same as deskop wiev. How can ı do it ?

    #202895
     Radu
    Moderator

    Hi,

    You can hide the footer easly using this css

    COPY CODE
    
    #footer {display:none !important;}
    

    Having same view on mobile like desktop it;s not possibe there are to mutch things to change for that and also no exact instructions for that.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?