-
Author
-
September 23, 2017 at 16:51 #174522javartParticipant
How do I get the name of the group to hover over the group image?
And how do I remove the group profile picture?
September 23, 2017 at 22:00 #174555Kieran_SQModeratorHi,
To add the title of the group you’ll have to copy the below file from your KLEO parent theme to the KLEO Child theme, please create each folder if it does not already exist in the child theme.
/kleo/buddypress/groups/single/cover-image-header.php
Copy to
/kleo-child/buddypress/groups/single/cover-image-header.php
Once you have copied this file you can edit it with your favorite code editor or your host’s built-in editor. Delete and replace the contents of line 31
<h4 class="highlight"><?php bp_group_type(); ?></h4>
<h4 class="user-nicename"><?php bp_current_group_name() ?></h4></br>
To remove the group profile picture please go to Settings > BuddyPress > Options > Scroll to: ‘Group Photo Uploads’ and uncheck this option.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 1, 2017 at 19:32 #175360javartParticipantHi– I made this change but it’s not showing up.
http://thelobas.com/groups-2/first-time-managers/October 1, 2017 at 19:35 #175361Kieran_SQModeratorHi,
Please move a clean copy of the file stated above as you appear to have moved/edited the wrong content. You’re missing some of the avatar code.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
October 1, 2017 at 19:47 #175365Kieran_SQModeratorHi,
Just a follow up, if you have yet to make any other changes to this file away from what you wish to achieve with this ticket you can extract and upload the attached file to the below folder. This file will display the group name above the group image as per your other ticket regarding moving member name above the profile image.
/kleo-child/buddypress/groups/single/
Please clear your website cache (via admin bar) and local cache (Ctrl+F5) to see changes.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
You must be logged in to reply to this topic.