This topic has 10 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #148920
     jeremy55
    Participant

    Hello, the pictures of the members online on my home page are of poor quality we see them badly it would be possible to improve the quality of poster waiting to read you.

    Thank you

    #149163
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #149306
     Radu
    Moderator

    Hi,

    I need to see your homepage first, provide admin credentials in a private reply please

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #149351
     jeremy55
    Participant
    This reply has been set as private.
    #149395
     Radu
    Moderator

    Hi,

    Add those lines to wp-content/themes/sweetdate-child/functions.php with your desired sizes

    COPY CODE
    
    define ( 'BP_AVATAR_THUMB_WIDTH', 125 );
    define ( 'BP_AVATAR_THUMB_HEIGHT', 125 );
    define ( 'BP_AVATAR_FULL_WIDTH', 1024 );
    define ( 'BP_AVATAR_FULL_HEIGHT', 1024 );
    

    NOTE : CHild theme needs to be 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
    #149449
     jeremy55
    Participant
    This reply has been set as private.
    #149592
     Radu
    Moderator

    Hi,

    You don’t have child theme installed, please install the sweetdate child theme first, you can find it in main files package that you have downloaded from ThemeForest.

    You can export the settings from parent theme from wp-admin -> theme options -> import/export and after you enable child theme you can import settings from the same location.

    Then paste the code I’ve provided to you and let me know

    Cheers
    R.

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

    Hello,

    I have added the theme children from the files of themeforest and it still does not work I try to change the values ​​but no improvement did appear on my page

    Pending to Read

    Thx

    #150108
     Radu
    Moderator

    Hi,

    I’ve added those codes into wp-content/plugins/bp-custom.php

    COPY CODE
    
    <?php
    
    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 180 ); //change this with your desired thumb width
     
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 180 ); //change this with your desired thumb height
     
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 900 ); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> 
     
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 900 ); //change this to default height for full avatar
    

    And the changes are applied only for new avatar uploads. You can see on my profile the image size it;s increased, so for the new uploads the photo quality will be improoved

    Cheers
    R>

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

    Hello,

    thank you for this improvement but would there be a way to modify that already online because there are already ready more than 1000 members registered with photos

    Looking forward to read

    Thx

    #150131
     Radu
    Moderator

    You will have to search for a plugin like regenarate thumbnails but for buddypress one cuz the regenerate thumbnails like plugins it applies only for media associated to the posts and pages.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?