• Resolved abbadonas82

    (@abbadonas82)


    Hi, we use this plugin for our webside and I want to ask, if this is possible that the username display the first letter in lower case?
    The thing is, that we have some users, they have nicknames, which start with a lower case. If I look in the dashboard, everything looks good, but wenn it will displayed in his profile, it′s a upper-case letter at the beginning.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @abbadonas82,

    Thanks for using our plugin.

    Yes of course, Here’s i created this CSS snippet below for you, please add it to your website ??

    .youzify-hdr-v2 .youzify-name h2,
    .youzify-items-list-widget .youzify-list-item a.youzify-item-name,
    #youzify-members-list .youzify-fullname,
    .widget_bp_core_members_widget #members-list .vcard .item-title a,
    .widget_bp_groups_widget #groups-list li .item-title a,
    .youzify-my-account-widget .youzify-widget-header .youzify-widget-head .youzify-user-name,
    .youzify .activity-header .activity-head p>a:first-of-type,
    .youzify-shared-wrapper a.youzify-post-author {
        text-transform: initial !important; 
    }

    Check this topic on how to add CSS to your site through Youzify:

    https://kainelabs.ticksy.com/article/16375/

    Let me know if that worked fine for you ??

    Best Regards, KaineLabs Team.

    Thread Starter abbadonas82

    (@abbadonas82)

    Hey, thanks for your fast help. It works on the membername, but not on the profile picture. As you can see in the screenshot.
    Screenshot_lower_letter

    Plugin Support Youzify

    (@kainelabsteam)

    Ah! You are using a different header! This one will work on all headers.

    Please remove old code and replace it with this new snippet below:

    #youzify-profile-header .youzify-name h2,
    .youzify-items-list-widget .youzify-list-item a.youzify-item-name,
    #youzify-members-list .youzify-fullname,
    .widget_bp_core_members_widget #members-list .vcard .item-title a,
    .widget_bp_groups_widget #groups-list li .item-title a,
    .youzify-my-account-widget .youzify-widget-header .youzify-widget-head .youzify-user-name,
    .youzify .activity-header .activity-head p>a:first-of-type,
    .youzify-shared-wrapper a.youzify-post-author {
        text-transform: initial !important; 
    }

    Let me know if that worked fine for you ??

    Best Regards, KaineLabs Team.

    Thread Starter abbadonas82

    (@abbadonas82)

    Hey, it works! Thank you very much and have a nice weekend.

    • This reply was modified 3 years, 7 months ago by abbadonas82.
    Plugin Support Youzify

    (@kainelabsteam)

    Hello @abbadonas82,

    Happy it worked for you ??

    Have a great weekend ^^

    Best Regards, KaineLabs Team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘lower case at the beginning of a name’ is closed to new replies.