Forum Replies Created
-
AuthorPosts
-
SumitParticipant@sumit784
- 4 Topics
- 10 Posts
Hi,
So I have made the changes and the search is displayed but I could see 2 UI issues :1) The page now shows the page header “Find your Life partner ” , which I do not want. How can I hide it?
see attached image “rathore-1”2) For the text and other components, I am not able to edit the header text to a bigger and different font, just like you have on your original demo. How can I do it?
Same is for the search box, It doens’t looks like the one on original theme, whereas I want exactly like this.
see attached image “rathore-2”January 19, 2019 at 05:08 #4645SumitParticipant@sumit784- 4 Topics
- 10 Posts
Hi,
I am building a matrimony match website and have created multiple custom profile fields. Out of this I have to show the following fields on header1) Age
2) Current Location
3) Education
4) Profile managed by
5) About MeHow can I show these fields on the profile header alongwith the existing 2 fields display.
I have the snippet plugin installed and setup, and tried this snippet but it didnt’ show anything.
if ( ! function_exists( ‘gwangi_buddypress_member_profileManagedBy’ ) ) :
/**
* Print the HTML for the BP xProfile profilemanagedby field.
*
* @since 1.0.0
*/
function gwangi_buddypress_member_profileManagedBy() {
if ( function_exists( ‘xprofile_get_field_data’ ) ) :
$profilemanagedby = xprofile_get_field_data( ‘Profile managed by’, bp_get_member_user_id() );
$allowed_html = array(
‘a’ => array(
‘href’ => array(),
‘rel’ => array(),
),
);
if (! empty( $profilemanagedby ) ) : ?>
<div class=”bp-member-xprofile-custom-field bp-member-location”><?php echo wp_kses( $profilemanagedby, $allowed_html ); ?></div>
<?php
endif;
endif;
}
endif;December 29, 2018 at 22:41 #4345SumitParticipant@sumit784- 4 Topics
- 10 Posts
Seems like you people dont care about the real support. Just referring to documents is not going to help. I have gone through the documents and didn’t find what I was looking for and so raised this ticket.
I expect a reply, NOT just link to some random documents. I do not see any option for Events. Can you provide me step-by-Step instructions on these issues:1) In the menu I am not getting the “Events” sections, like in your demo.
2) I am not seeing the “members’ on the home page, like in your demo. I dont even see the widget to do it.Please DO NOT share anymore links to your documents. Its NOT detailed and DO NOT help.
July 27, 2018 at 18:39 #1448 -
AuthorPosts