-
Author
-
November 30, 2015 at 16:23 #90090fovocParticipant
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 LevoVeloDecember 1, 2015 at 04:17 #90238LauraModeratorHello, 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 solutionLaura 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 🙂
December 2, 2015 at 20:58 #90722LauraModeratorHello, 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 solutionLaura 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 🙂
December 4, 2015 at 09:39 #91119LauraModeratorHello, 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 solutionLaura 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 🙂
December 5, 2015 at 02:21 #91341LauraModeratorHello, as i see that header.php doesnt change much
try maybeCOPY 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 solutionLaura 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 🙂
December 7, 2015 at 18:05 #91694fovocParticipantHey there,
can see any differences, issue remains … :/
Cheers,
DimitrisDecember 8, 2015 at 23:08 #91981LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.