-
Patricia Sperry's profile was updated 6 years, 6 months ago
-
Crystal's profile was updated 6 years, 6 months ago
-
Angela's profile was updated 6 years, 6 months ago
-
's profile was updated 6 years, 6 months ago
-
Lula Moss's profile was updated 6 years, 6 months ago
-
Build PC hoanghapc's profile was updated 6 years, 6 months ago
-
led lamp's profile was updated 6 years, 6 months ago
-
TTBDRAUMATV's profile was updated 6 years, 6 months ago
-
malink999's profile was updated 6 years, 6 months ago
-
Xohnor's profile was updated 6 years, 6 months ago
-
smith roy's profile was updated 6 years, 6 months ago
-
Boone Gorges replied to the topic Change the look a like of Profile page in the forum Creating & Extending 6 years, 6 months ago
Hi @m4soN – The easiest place to add custom CSS is in the Customizer. See https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/.
Once there, you’ll need to learn a bit about how CSS works to make the changes you want to change. Without knowing more about what “very ugly” means, it’s hard to give specific…[Read more]
-
Boone Gorges replied to the topic Turn off @mentions in the forum How-to & Troubleshooting 6 years, 6 months ago
It could be that bbPress has changed the way it finds clickable links in 2.6. Here’s some code that works for me to prevent bbPress from finding these links:
add_filter(
'bbp_make_clickable',
function( $val ) {
remove_filter( 'bbp_make_clickable', 'bbp_make_mentions_clickable', 8 );
return $val;
},
0
); -
Boone Gorges replied to the topic Embed Instagram & Twitter URL in Profile Field in the forum How-to & Troubleshooting 6 years, 6 months ago
You mean you want Twitter to turn into the embedded timeline, etc?
Here’s a minimum script that’ll enable autoembeds for BP xprofile fields. Note that “476” is for illustration purposes – you’ll want to whitelist this for your own relevant field IDs. https://gist.github.com/boonebgorges/d4be14885d1a8ab8b6e5d7900a5fd220
-
Boone Gorges replied to the topic Solved – Change location of template notices in the forum Creating & Extending 6 years, 6 months ago
The function responsible for creating the notices is
bp_nouveau_template_notices(). For example, if you override the buddypress/members/single/profile/edit.php template, you can insert<?php bp_nouveau_template_notices(); ?>just above the tabs, and the notices will show there. (They’ll also show in the original spot, which you could hide with…[Read more] -
Boone Gorges replied to the topic Cities Dropdown against selected country Dropdown in the forum How-to & Troubleshooting 6 years, 6 months ago
Hi @sibahmed, and thanks for the post!
Unfortunately, BuddyPress doesn’t have these kinds of fields built in. They’re called “nested” or “conditional” fields, and they’ve been requested in the past – see https://buddypress.trac.wordpress.org/ticket/579. It’s a large job to build it as a feature for BuddyPress, though it’d be easier to build a…[Read more]
-
glennfuller1's profile was updated 6 years, 6 months ago
-
Boone Gorges replied to the topic Conflict with All In One SEO? in the forum How-to & Troubleshooting 6 years, 6 months ago
Hi @cassel – Thanks for the post!
I’ve just installed All In One SEO to try to reproduce. Looks like the line numbers have changed – I’m seeing 5711 now, instead of 4735! – but the error is still there.
Looking into the all-in-one-seo-pack code, it appears that this error only occurs if you haven’t yet saved the options for this plugin. Once…[Read more]
-
Boone Gorges replied to the topic Buddypress.org shutting down in the forum How-to & Troubleshooting 6 years, 6 months ago
BuddyPress is not approaching EOL. As @sbrajesh noted above, BP is coming up on a 5.0 release that’ll include, among other improvements, REST API endpoints for our major content types. The development team believes this is going to be an important step in making BuddyPress more powerful as a foundation for community development.
I acknowledge…[Read more]
-
Ergonized's profile was updated 6 years, 6 months ago
- Load More