Forum Replies Created
-
Author
-
emmanuelParticipant
ok could the of this button be change too see attachment
Attachments:
You must be logged in to view attached files.emmanuelParticipanthi sorry about that i now saw the changes
emmanuelParticipantThis reply has been set as private.emmanuelParticipanthi that still did not work i think the buttons would have to be inspected individually
emmanuelParticipanthi could please help me to change the color of these button text link in my sidebar because it is not changing with elementor see attachment
https://www.eumello.com/about-us/
Attachments:
You must be logged in to view attached files.emmanuelParticipantok thanks for the feedback and thanks alot to you and all the rest of staff for all the assistance in everything
emmanuelParticipantok thanks i am looking to launch the site this week so as one of the sweetdate developer is there any thing that you think needs to be change or remove or add to the site
emmanuelParticipanthi last week i had ask to to help me change the color of this button on my front page see attachment, but could please help me to make the button background transparent.
this was the code you sent me
#btn-eael-lightbox-a2c5088 {
color:#670ea3 !important;
background-color:#ffffff !important;
}Attachments:
You must be logged in to view attached files.emmanuelParticipantok thanks i notice everything i post in the blog is appearing in my activity tab in my profile why is that and can it be stop
emmanuelParticipantok The button on the homepage come Essential Addons elemontor plugin see attachment
Attachments:
You must be logged in to view attached files.emmanuelParticipantthank you the text is back to default, do you know of any plugins that can show me all of the users ages from the wordpress dashboard
emmanuelParticipantThis reply has been set as private.emmanuelParticipantok i have updated the sweetdate theme today but the size and font font family of all the texts on the site have change how to change it back see attachment
Attachments:
You must be logged in to view attached files.emmanuelParticipantok how to get something telling users that there is a app when using the mobile website example see attachment
Attachments:
You must be logged in to view attached files.emmanuelParticipantOk how do mobile websites add a announcement screen to users that there is a app before their enter the site example see attachments
Attachments:
You must be logged in to view attached files.emmanuelParticipantok thank you i would like to rename this field but when i change it would not show on the members page see attachment
Attachments:
You must be logged in to view attached files.emmanuelParticipantThis reply has been set as private.emmanuelParticipantThis reply has been set as private.emmanuelParticipantit is still not fixed/sticky i am speaking about the website not the mobile website
Attachments:
You must be logged in to view attached files.emmanuelParticipantthe website header see attachment
Attachments:
You must be logged in to view attached files.emmanuelParticipantHi one more thing could the site header be sticky/fixed
emmanuelParticipantok i have use this code but have not seen any differences
class BP_Custom_User_Ids {
private $custom_ids = array();
public function __construct() {
$this->custom_ids = $this->get_custom_ids();
add_action( ‘bp_pre_user_query_construct’, array( $this, ‘custom_members_query’ ), 1, 1 );
add_filter( ‘bp_get_total_member_count’, array( $this, ‘custom_members_count’ ), 1, 1 );}
private function get_custom_ids() {
global $wpdb;// collection based on an xprofile field
$custom_ids = $wpdb->get_col(“SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 5 AND value = ‘Female'”);return $custom_ids;
}function custom_members_query( $query_array ) {
$query_array->query_vars[‘include’] = $this->custom_ids;
}
function custom_members_count ( $count ) {
$new_count = count( $this->custom_ids );
return $count – $new_count;}
}function custom_user_ids( ) {
new BP_Custom_User_Ids ();
}
add_action( ‘bp_before_directory_members’, ‘custom_user_ids’ );
emmanuelParticipantok where can i paste it and i can i use it just as it is on GitHub
emmanuelParticipantok i got these two answers from the buddpress forum which one can achieve what i asked you about see the links below
https://buddypress.org/support/topic/filter-members-list-based-on-profile-field/
emmanuelParticipantok if hire a developer what would the developer need to do to achieve this custom function
emmanuelParticipantthanks is there a way i can show male to female and female to male in the member directory
example a user register and select i am a ( man ) looking for a ( women) fields now when the users go to the members directory page can the member directory show only women to the users as the default because the user had selected looking for a women upon registering
emmanuelParticipantok but it is not showing on the mobile website
emmanuelParticipanthi you remember i ask you how to show male to female and female to male in the member directory so i was told that i need to customize directory based on logged in user xprofile values.
you can check https://codex.buddypress.org/developer/loops-reference/the-members-loop/my question is where is the file path to customize the directory from the link above
emmanuelParticipantThis reply has been set as private.emmanuelParticipantok i would like to have an additional Member Directory (keep default, and have a new page with a custom member directory).
In this new Custom Member Directory, I would like to filter users base on the fields they had selected upon registration. Basically create a list of Member Suggestions.
Any idea on how to make this happen?
-
AuthorPosts