Forum Replies Created
-
where to add this line ?
please !
I have a request! When you have time you can look over my problem? Thank you very much
please 10 min..
you have team view ?
i remove but nothing ! stil here
<?php /** * BuddyPress - Users Profile * * @package BuddyPress * @subpackage bp-default */ ?> <?php if ( bp_is_my_profile() ) : ?> <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> <ul> <?php bp_get_options_nav(); ?> </ul> </div><!-- .item-list-tabs --> <?php endif; ?> <?php do_action( 'bp_before_profile_content' ); ?> <div class="profile"> <?php switch ( bp_current_action() ) : // Edit case 'edit' : bp_get_template_part( 'members/single/profile/edit' ); break; // Change Avatar case 'change-avatar' : bp_get_template_part( 'members/single/profile/change-avatar' ); break; // Change Cover Image case 'change-cover-image' : bp_get_template_part( 'members/single/profile/change-cover-image' ); break; // Compose case 'public' : // Display XProfile if ( bp_is_active( 'xprofile' ) ) bp_get_template_part( 'members/single/profile/profile-loop' ); // Display WordPress profile (fallback) else bp_get_template_part( 'members/single/profile/profile-wp' ); break; // Any other default : bp_get_template_part( 'members/single/plugins' ); break; endswitch; ?> </div><!-- .profile --> <?php do_action( 'bp_after_profile_content' ); ?>
not working..
<?php do_action( 'bp_before_profile_loop_content' ); ?> <?php if ( bp_has_profile() ) : ?> <ul class="accordion"> <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php if ( bp_profile_group_has_fields() ) : ?> <?php do_action( 'bp_before_profile_field_content' ); ?> <li> <h5 class="accordion-title <?php bp_the_profile_group_slug(); ?>"><?php bp_the_profile_group_name(); ?><span class="accordion-icon"></span></h5> <div class="accordion-content"> <dl class="dl-horizontal"> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <?php if ( bp_field_has_data() ) : ?> <dt><?php bp_the_profile_field_name(); ?></dt> <dd><?php bp_the_profile_field_value(); ?></dd> <?php endif; ?> <?php do_action( 'bp_profile_field_item' ); ?> <?php endwhile; ?> </dl> </div> </li> <?php do_action( 'bp_after_profile_field_content' ); ?> <?php endif; ?> <?php endwhile; ?> </ul> <?php do_action( 'bp_profile_field_buttons' ); ?> <?php endif; ?> <?php do_action( 'bp_after_profile_loop_content' ); ?>
and i try to add line to the child theme but nothing happened
not working ..
/* Theme Name: Sweetdate (shared on themelot.net) Description: More than a WordPress dating theme Author: SeventhQueen Author URI: http://themeforest.net/user/SeventhQueen Version: 2.9.2 Tags: dating, clean, responsive, creative, minimal, modern, landing page, social Text Domain: kleo_framework License: GNU General Public License License URI: license.txt */ @import url("assets/styles/app.css"); /* * DO NOT EDIT THIS FILE * * If you want to edit/add styles you need to enable the child theme and add your custom styles there. */ #buddypress .profile h4{display:none !important}
where add this
#buddypress .profile h4{display:none}
style.css ? here i try but nothing/wp-content/themes/[your-theme]/members/index.php
this work to deleteid="members-all"
but here/wp-content/themes/[your-theme]/members/single/profile/profile-loop.php
i delete h4 text and nothing happenedi dont have budyppress in my theme only have in plugin.
I dont have BuddyPress folder in template.
http://s10.postimg.org/9niz4ajq1/photo.jpg
I created the file folder and put all required and not disappear!