Hi there…
Actually my issue was already solved from this https://simple-press.com/support-forum/sp5-plugin-topics/the-label-with-the-data-in-view-profile-not-straight/page-2/#p149895 but after I upgrade to the newest version (5.5.5) with all plugins and themes too, the data (from Custom Profile Fields) not appear again in my profile page.
My code is still same like before
sp_ColumnStart('tagClass=spProfileShowInfoSection spRight&width=65%', 'profileInfo');
sp_ProfileShowDisplayName('', __sp('Username'));
sp_ProfileShowFirstName('', __sp('First Name'));
sp_ProfileShowLastName('', __sp('Last Name'));
sp_ProfileShowLocation('', __sp('Location'));
sp_ProfileShowWebsite('', __sp('Website'));
sp_ProfileShowBio('', __sp('Bio'));
sp_CustomProfileFieldsProfileDisplay('Birthday', $spProfileUser–>ID, 'Birthday');
sp_CustomProfileFieldsProfileDisplay('Gender', $spProfileUser–>ID, 'Gender');
sp_CustomProfileFieldsProfileDisplay('City', $spProfileUser–>ID, 'City');
sp_CustomProfileFieldsProfileDisplay('Steam', $spProfileUser–>ID, 'Steam');
sp_ColumnEnd('', 'profileInfo');
Thanks for your next respond