-
's profile was updated 6 years, 8 months ago
-
smith roy's profile was updated 6 years, 8 months ago
-
MEW's profile was updated 6 years, 8 months ago
-
Earl's profile was updated 6 years, 8 months ago
-
Sher ryole's profile was updated 6 years, 8 months ago
-
Lorna's profile was updated 6 years, 8 months ago
-
Patricia Sperry's profile was updated 6 years, 8 months ago
-
Crystal's profile was updated 6 years, 8 months ago
-
Angela's profile was updated 6 years, 8 months ago
-
's profile was updated 6 years, 8 months ago
-
Lula Moss's profile was updated 6 years, 8 months ago
-
Build PC hoanghapc's profile was updated 6 years, 8 months ago
-
led lamp's profile was updated 6 years, 8 months ago
-
TTBDRAUMATV's profile was updated 6 years, 8 months ago
-
malink999's profile was updated 6 years, 8 months ago
-
Xohnor's profile was updated 6 years, 8 months ago
-
smith roy's profile was updated 6 years, 8 months ago
-
Boone Gorges replied to the topic Change the look a like of Profile page in the forum Creating & Extending 6 years, 8 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, 8 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, 8 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
- Load More