Forum Replies Created
-
Author
-
Snake24Participant
So if i understand i can rename the actual theme sweetdate-child and upload a new version of theme, then activate the sweetdate-child theme?
ThanksSnake24ParticipantI have made an error, i know. I have modified sweetdate theme and not child.
How can i solve it now?Snake24ParticipantAdded but not solved:
<?php
/**
* BuddyPress – Members Loop
*
* Querystring is set via AJAX in _inc/ajax.php – bp_dtheme_object_filter()
*
* @package BuddyPress
* @subpackage bp-default
*/?>
<?php do_action( ‘bp_before_members_loop’ ); ?>
<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ). ‘&per_page=’.sq_option(‘buddypress_perpage’) ) ) : ?>
<?php do_action( ‘bp_before_directory_members_list’ ); ?>
<div class=”item-list search-list” id=”members-list”>
<?php while ( bp_members() ) : bp_the_member(); ?><div class=”four columns”>
<div class=”search-item”>
<div class=”avatar”>
<?php bp_member_avatar(‘type=thumb&width=94&height=94&class=’); ?>
<?php do_action(‘bp_members_inside_avatar’);?>
</div>
<?php do_action(‘bp_members_meta’);?>
<div class=”search-body”>
<?php do_action( ‘bp_directory_members_item’ ); ?>
</div>
<div class=”bp-member-dir-buttons”>
<?php do_action(‘bp_directory_members_item_last’);?>
</div>
</div>
</div><?php endwhile; ?>
</div><?php do_action( ‘bp_after_directory_members_list’ ); ?>
<?php bp_member_hidden_fields(); ?>
<!– Pagination –>
<div class=”row”>
<div class=”twelve columns pagination-centered”>
<div class=”pagination” id=”pag-bottom”>
<div id=”member-dir-pag-bottom” class=”pagination-links”>
<?php bp_members_pagination_links(); ?>
</div>
</div>
</div>
</div>
<!–end Pagination–>
<?php else: ?><div id=”message” class=”alert-box”>
<?php _e( “Sorry, no members were found.”, ‘kleo_framework’); ?>
</div><?php endif; ?>
<?php do_action( ‘bp_after_members_loop’ ); ?>
Snake24ParticipantChanged but not solved.
Actually i have modified 3 files:members/members-loop.php
custom_buddypress/bp-functions.php
custom_buddypress/_inc/css/default.cssHow can i solve it?
Snake24ParticipantAnd with gravity form fields it is possible to calculate affinity with sweetdate theme?
Snake24ParticipantIt’s possibile to register new profile field in “bp-functions.php” and write some jqeury code to create conditional field?
Please help usSnake24ParticipantI thinked to use this plugin: http://wpbpshop.com/buddypress-user-account-type-pro
Instead of “Account Type” i called the field faculty and exam
What do you think about this?
ThanksSnake24ParticipantI know. I need to insert a conditional profile field, please read the discussion.
Thanks -
AuthorPosts