-
Author
-
January 5, 2017 at 19:39 #148920jeremy55Participant
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
January 9, 2017 at 01:07 #149163LauraModeratorHello, 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 solutionLaura 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 🙂
January 9, 2017 at 21:29 #149306RaduModeratorHi,
I need to see your homepage first, provide admin credentials in a private reply please
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 10, 2017 at 20:57 #149395RaduModeratorHi,
Add those lines to wp-content/themes/sweetdate-child/functions.php with your desired sizes
COPY CODEdefine ( '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 solutionJanuary 12, 2017 at 17:03 #149592RaduModeratorHi,
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 solutionJanuary 17, 2017 at 13:31 #149982jeremy55ParticipantHello,
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
January 18, 2017 at 15:20 #150108RaduModeratorHi,
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 solutionJanuary 18, 2017 at 16:52 #150113jeremy55ParticipantHello,
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
January 18, 2017 at 17:50 #150131RaduModeratorYou 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 -
AuthorPosts
You must be logged in to reply to this topic.