-
Author
-
September 23, 2017 at 16:48 #174520javartParticipant
The profile and group pages both have icons that aren’t aligned. For some reason, they are on top of the image and pushed all the way to the left.
How do I fix this?
Attachments:
You must be logged in to view attached files.September 23, 2017 at 21:35 #174554Kieran_SQModeratorHi,
It looks like you have enabled one of the new layouts of KLEO. You can change which layout is used by going to Theme Options > BuddyPress > Scroll to: ‘Profile & Group Menu Overlay’ and set this option to off. KLEO will then use the original layout which is not an overlay.
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.
September 26, 2017 at 17:54 #174852javartParticipantOkay, thanks.
I see that the users name is automatically above the profile icons. How do I move the name to above the profile image, as an overlay?
September 26, 2017 at 20:09 #174876Kieran_SQModeratorHi,
To change where the username appears you’ll have to be using the KLEO Child theme and copy the below file into your child theme. You will need to recreate the folder structure if it does not already exist in the KLEO Child theme.
From
/kleo/buddypress/members/single/cover-image-header.php
To
/kleo-child/buddypress/members/single/cover-image-header.php
You can now open the newly copied file from your child theme with your favorite code editor, copy and remove lines 32-34 and paste them on line 20.
Lines 32-34
COPY CODE<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> <h4 class="user-nicename hover-tip click-tip" data-toggle="tooltip" data-container="body" data-title="<?php bp_last_activity( bp_displayed_user_id() ); ?>" data-placement="bottom">@<?php bp_displayed_user_mentionname(); ?></h4> <?php endif; ?>
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:21 #175355javartParticipantI made the changes to the child theme but the change isn’t showing in the profile page:
http://thelobas.com/members/amyp/October 1, 2017 at 19:27 #175356Kieran_SQModeratorHi,
Please clear your browser’s cache as I can see the changes have taken effect. You can use Ctrl+F5 to clear your browser cache when on the member’s profile.
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
The forum ‘Bugs & Issues’ is closed to new topics and replies.