Forum Replies Created
-
Author
-
Webmaster4you
ParticipantOk thanks.
The total on the front page still shows 0 on both men and women?
I have 4 test users registered (+ admin) so the members in total shows 5
http://date.prontomedia.dk/They all have either the man or woman value selected
It should then show total women 3 total men 2?
/Michael
Webmaster4you
ParticipantPerfect! That worked on the BP links. Thanks!!
The WP blog post links showing post date, author category etc. are still blue.
See attached screenshot. Also this is where the hart logo is located.Webmaster4you
Participantnote: above is a clean testpage and not the actual one I am working on but the problem is the same. Total number og members does not show…
using
[kleo_status_icon type=”custom” field=”I am a” value=”Woman” subtitle=”Total Women” image=”http://link_to_icon”%5D
[kleo_status_icon type=”custom” field=”I am a” value=”Man” subtitle=”Total Men” image=”http://link_to_icon”%5DWebmaster4you
ParticipantWebmaster4you
ParticipantOk thanks.
I have tried the obove code but it still shows the number of online men or women. Not the total?best regards
MichaelWebmaster4you
ParticipantHi Radu π
Yes, that does work and thank you.The only thing is it removes the theme header and not the page-parts/buddypress-profile-header. The header I need to remove on certain pages is the one showing profile data.
<?php get_template_part(βpage-parts/buddypress-profile-headerβ);?>
Located in home.php in the folder wp-content/themes/sweetdate/members/single
it is the script buddypress-profile-header.php
located in the folder /page-partsIs ther somewhere else I can add this code
<?php if (is_page (array( ‘messages’, ‘profile’ )) || bp_is_my_profile() ) {
} else { ?>
to exclude the buddypress-profile-header
Best regards
/Michael -
AuthorPosts