-
Author
-
April 3, 2017 at 23:13 #157527humbledorParticipant
Hi,
I’ve setup the WordPress Social Login with Steam as the provider. I’ve come across an issue that I’m not sure how to fix. When the user registers it gets the steam profile avatar which displays correctly on the profile page and if you use the default Buddyapp my account link in top right navigation.
However if you choose to manually add the BuddyApp ‘My Account’ link to the navigation it displays the users gravatar (even though gravatar is turned off in wordpress settings) instead of the steam profile avatar that shows everywhere else. How can this be fixed?
Many thanks,
Tom
April 5, 2017 at 08:49 #157647LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 6, 2017 at 17:47 #157796RaduModeratorHi,
Can you please provide an URL and an account connected with steam to see how this it happens please ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 10, 2017 at 18:38 #158113RaduModeratorI see, can you please provide FTP login and admin login credentials to test the fix live on this ?
Credentials will be provided in a private reply
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 13, 2017 at 20:26 #158457RaduModeratorHi,
It’s fixed check it, this will be fixed on next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 19, 2017 at 16:45 #158934RaduModeratorFixed, check it
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 20, 2017 at 17:27 #159101humbledorParticipant$image = kleo_get_avatar($image_args);
This seems to just get the avatar of the logged in user not the corresponding user that displays in the search result e.g. all user results have the logged in users avatar.
April 20, 2017 at 17:35 #159104humbledorParticipantAh you forgot to add back item_id to the image_args:
COPY CODE$image_args = array ( 'item_id' => $member-> ID, 'width' => 40, 'height' => 40 ); $image = kleo_get_avatar($image_args);
April 24, 2017 at 17:08 #159439RaduModeratorHi,
Oh.. yes.. you right, I’ve forgotten to specify the member id argument ..sorry for that, I will fix in theme right now, on your install it’s ok right now I guess.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.