Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › Grimlock › GRLK FOR BP NOT DISPLAYED (AGE,CITY ETC.) WITH YOUZIFY IN AUTHOR AVATAR
- This topic has 2 replies, 3 voices, and was last updated 3 years, 6 months ago by
Manathan.
-
AuthorPosts
-
billParticipant@vasilispas
- 4 Topics
- 10 Posts
Hi Themosaurus team,
in my topic link, i had a problem to display age city etc. in author avatar after update grimlock for buddypress from 1.3.18 to 1.3.19 and now to 1.3.40.Maybe I found a solution for this problem in plugin grimlock for buddypress (1.3.40) in file inc/youzify/customizer/class-grimlock-buddypress-youzify-customizer.php
i was changed in line 25
global $grimlock_buddypress_members_customizer;
with
global $grimlock_buddypress_customizer;and in line 26
remove_action( ‘grimlock_buddypress_member_xprofile_custom_fields’, array( $grimlock_buddypress_members_customizer, ‘add_member_custom_fields’ ), 10 );
with
remove_action( ‘grimlock_buddypress_member_xprofile_custom_fields’, array( $grimlock_buddypress_customizer, ‘add_member_custom_fields’ ), 10 );Now this fields are displayed correctly in grimlock author avatar list. Ιs this a possible solution or may it create other problems? I use staging environment for testing before switching to a live.
September 5, 2021 at 09:14 #34852wpengineMember@wpengine- 0 Topics
- 27 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
September 5, 2021 at 09:14 #34853@themodactyl- 0 Topics
- 6725 Posts
Hi Bill,
What you did shouldn’t cause any issue. However, please note that the next update will probably erase this snippet as you did it directly in the plugin.
To change this feature to your website, the best practice is to add this code with Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your Child Theme.
Regards,
September 6, 2021 at 16:11 #34871 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘GRLK FOR BP NOT DISPLAYED (AGE,CITY ETC.) WITH YOUZIFY IN AUTHOR AVATAR’ is closed to new replies.