This topic has 10 replies, 2 voices, and was last updated 9 years by fovoc.

  • Author
  • #90090
     fovoc
    Participant

    Hey there,

    I just updated to the latest version and my modified file sweetdate-child/members/single/member-header.php doesn’t seems to work any more…. I already tried to fix file permissions (just in case) and clean all caches.

    Any advise would be greatly appreciated,

    Dimitris
    for LevoVelo

    #90238
     Laura
    Moderator

    Hello, please share admin credentials + ftp and let me know what is the change that is not working?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    #90273
     fovoc
    Participant
    This reply has been set as private.
    #90722
     Laura
    Moderator

    Hello, but what was the change you did in header.php so i can check it out? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    #90729
     fovoc
    Participant
    This reply has been set as private.
    #91119
     Laura
    Moderator

    Hello, can you share the code here?
    By not working do you mean that creates an error or that just doesnt do nothing?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    #91135
     fovoc
    Participant
    This reply has been set as private.
    #91341
     Laura
    Moderator

    Hello, as i see that header.php doesnt change much
    try maybe

    COPY CODE
    
    <?php
    
    /**
     * BuddyPress - Users Header
     *
     * @package BuddyPress
     * @subpackage bp-default
     */
    
    ?>
    
    <?php do_action( 'bp_before_member_header' ); ?>
    
    
    <?php
    /***
     * If you'd like to show specific profile fields here use:
     * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
     */
     do_action( 'bp_profile_header_meta' );
     ?>
    
    <div class="five columns">
    
        <?php
        /**
         * kleo_bp_before_profile_name hook
         *
         * @hooked kleo_bp_compatibility_match - 20
         */
         do_action( 'kleo_bp_before_profile_name' );
         ?>
    	<?php do_action( 'bp_before_member_header_meta' ); ?>
        <?php 
        /**
         * kleo_bp_after_profile_username
         *
         * @hooked kleo_membership_info - 10
         */
        do_action('kleo_bp_after_profile_name');
        ?>
        <p> </p>
        <div class="row">
            <div id="item-header-avatar" class="eight columns image-hover">
                <?php bp_displayed_user_avatar( array('type' =>'full','width' => 580, 'height' => 580) ); ?>
    			 <?php
                /**
                 * kleo_bp_after_profile_image
                 *
                 * @hooked kleo_bp_profile_photo_change - 10
                 */
                 do_action( 'kleo_bp_after_profile_image' );
                 ?>
    			
            </div>
    
            <?php do_action('kleo_bp_header_actions');?>
    		
        </div><!--end row-->
    </div><!--end five-->
    
    <?php do_action( 'bp_after_member_header' ); ?>
    
    <?php do_action( 'template_notices' ); ?>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    #91694
     fovoc
    Participant

    Hey there,

    can see any differences, issue remains … :/

    Cheers,
    Dimitris

    #91981
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #92596
     fovoc
    Participant

    Hey there,

    this is resolved as I had to overwrite the /sweetdate-child/members/single/cover-image-header.php file in my child-theme instead of /sweetdate-child/members/single/member-header.php.

    Cheers,
    Dimitris

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?