This topic has 5 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #174520
     javart
    Participant

    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.
    #174554
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #174852
     javart
    Participant

    Okay, 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?

    #174876
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #175355
     javart
    Participant

    I made the changes to the child theme but the change isn’t showing in the profile page:
    http://thelobas.com/members/amyp/

    #175356
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?