Forum Replies Created
-
Author
-
Webmaster4youParticipant
Perfect! 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.Attachments:
You must be logged in to view attached files.Webmaster4youParticipantnote: 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”%5DWebmaster4youParticipantOk thanks.
I have tried the obove code but it still shows the number of online men or women. Not the total?best regards
MichaelWebmaster4youParticipantHi 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