Hi @daryanwooz
Your question doesn’t quite make sense?
in profile section there’s no more “change avatar”
Does the problem happen with the OneCommunity theme only? Have you tried contacting the theme author to report the issue?
The problem is likely due to some CSS in the theme’s style.css document or a function in the theme’s functions.php file.
yes it’s only theme but at same time i saw other websites use same theme and they have change avatar is there any CSS get it back?
is there any CSS get it back?
Not entirely sure. Do you have a link to your site?
@daryanwooz I’ll need to be logged in to see the change avatar tab (or lack of one). Can you set me up as a dummy user?
sure what’s your username
On your site? I haven’t got one
On here (BuddyPress) I’m @henrywright
please create one i will give you full access to check my problem if you can
I just registered and logged in to see what the problem might be. It seems the problem is in your theme’s style.css document. The theme is hiding the link from view.
You’ll need to open wp-content/themes/YOUR-THEME-NAME/style.css and remove the following:
#change-avatar-personal-li {
display: none;
}
thank you i will check it out if i couldn’t i will give you adminstrator role to help me 🙂 i will check it
i removed it but still not working
@daryanwooz hit F5 to refresh the page and you should see it appear.
you are right 🙂 thank you so much for helping!
Glad you got it working! 🙂