@nhorstmann
Active 6 years, 2 months ago
-
Varun Dubey replied to the topic Display Checkbox values Vertically on Profile in the forum How-to & Troubleshooting 6 years, 5 months ago
@nhorstmann all the values are getting printed as comma separated values
You can add following codes inside child theme function.php and then it will add a span to them base on field type and you can add css for them.
add_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_add_class_profile_data', 9, 3 );
[Read more]
function…