-
Why Not Advertising, LLC replied to the topic disable rss in the forum Installing BuddyPress 1 month, 1 week ago
I’m no longer using BuddyPRess or bbPress. I switched to BuddyBoss and gave up on trying to get BuddyPress to work the way I wanted.
-
Why Not Advertising, LLC replied to the topic Blurry Avatar and Cover Images in the forum How-to & Troubleshooting 3 months, 3 weeks ago
@emaralive @vapvarun thank you for the information, I can try editing and looking into other solutions when I get a chance but this one seems like a warranted challenge for the BuddyPress Programming team.
@thinlizzie it might be a waste of time at this point until the code is revised to take into account other CONSTANTS and the issue with high…[Read more]
-
Why Not Advertising, LLC replied to the topic Blurry Avatar and Cover Images in the forum How-to & Troubleshooting 3 months, 3 weeks ago
Correct, I’m still working on adjusting that php code as it doesn’t seem to be impacting the Group Profile images and for me as I’m pretty picky, it doesn’t seem to be keeping the images at 100% quality as of yet. Go ahead and try it in your environment but please use caution. If you use the snippets plugin you can use this line to get your site…[Read more]
-
Why Not Advertising, LLC replied to the topic Blurry Avatar and Cover Images in the forum How-to & Troubleshooting 3 months, 3 weeks ago
No, I didn’t want to include that in the scripting because you can use the regenerate thumbnails plugin for that. Here’s one: https://wordpress.org/plugins/force-regenerate-thumbnails/ You can try that plugin on a few images from the media library first and then run it for your whole site if you find it to be successful. Just use caution.
-
Why Not Advertising, LLC replied to the topic Blurry Avatar and Cover Images in the forum How-to & Troubleshooting 3 months, 3 weeks ago
This is what I came up with and I think it worked to fix the Avatar quality, however, it won’t impact the Profile images for Groups and Group cover photos. Can you point me in the correct direction for the Constants that work with those two?
Here’s my code:
// Set the BP_AVATAR_ORIGINAL_MAX_WIDTH to a higher value
[Read more]
if ( ! defined(… -
Why Not Advertising, LLC replied to the topic Blurry Avatar and Cover Images in the forum How-to & Troubleshooting 3 months, 3 weeks ago
What I mean is, I’m uploading a perfectly crisp image that is 610×610 pixels in size and BuddyPress optimizes it and/or scales it down to fit that image size but in the process makes it look blurry. I want the profile images look look better. Plain and simple.
I don’t want the images to be 610×610 because they are profile images but at the same…[Read more]
-
Why Not Advertising, LLC started the topic Blurry Avatar and Cover Images in the forum How-to & Troubleshooting 3 months, 4 weeks ago
The Avatar and Cover images are showing up blurry. I tried adding the below code to my functions file (via snippets plugin) and it did nothing. I need to change the quality of the images to 100% not be so blurry looking, they just look terrible (I changed nothing, just using default BuddyPress). How do I tell BuddyPress to use the full image size…[Read more]
-
Why Not Advertising, LLC replied to the topic disable rss in the forum Installing BuddyPress 3 months, 4 weeks ago
Will do! That sounds great. I feel like BuddyPress has so many features and is great but lacks more UI and setting options so web designers/developers can customize easier to help clients.
-
Why Not Advertising, LLC replied to the topic disable rss in the forum Installing BuddyPress 3 months, 4 weeks ago
Perhaps I need to create a new post for this or find the relevant one, but the Avatar and Cover images are showing blurry. I tried adding this code to my functions file (via snippets plugin) and it did nothing. I need to change the quality of the images to 100% not be so blurry. How do I tell BuddyPress to use the full image and just scale it down…[Read more]
-
Why Not Advertising, LLC replied to the topic disable rss in the forum Installing BuddyPress 3 months, 4 weeks ago
Thanks Venutius, I spent some time using your code along with ChatGPT and this seems to have worked for me, all the feeds are gone….maybe this will help someone else!
function disable_all_rss_feeds() {
[Read more]
// Disable all WordPress feeds
function disable_all_feeds() {
wp_die(__('No feed available, please visit the <a href="'.… -
Why Not Advertising, LLC replied to the topic disable rss in the forum Installing BuddyPress 3 months, 4 weeks ago
Did you ever solve this? I’m looking to do the same thing! I can’t believe more people don’t have this same problem.
@whyknott
Active 1 month ago