Forum Replies Created
-
Author
-
emmanuel
Participantok could the of this button be change too see attachment
emmanuel
Participanthi sorry about that i now saw the changes
emmanuel
Participanti add the css in sweetdate style options
username; admin
password; zYuu35qTqqF4b0Va
emmanuel
Participanthi that still did not work i think the buttons would have to be inspected individually
emmanuel
Participanthi 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
emmanuel
Participantok thanks for the feedback and thanks alot to you and all the rest of staff for all the assistance in everything
emmanuel
Participantok 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
emmanuel
Participanthi 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;
}emmanuel
Participantok 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
emmanuel
Participantok The button on the homepage come Essential Addons elemontor plugin see attachment
emmanuel
Participantthank 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
emmanuel
Participanthi i try resaving and change theme the font still did not change back to the default font family,
i also try changing the font family to (open span-regular) and use other font family to find back the default font family, but i have not gotten any results
here is my login details if you would like to fix it back
https://www.eumello.com/username; admin
password; BYgZQ9WMc)JB4vKB
username:eumello.com
password; @q&=^AF[7iyKSV
emmanuel
Participantok 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
emmanuel
Participantok how to get something telling users that there is a app when using the mobile website example see attachment
emmanuel
ParticipantOk how do mobile websites add a announcement screen to users that there is a app before their enter the site example see attachments
emmanuel
Participantok thank you i would like to rename this field but when i change it would not show on the members page see attachment
emmanuel
Participanthi when i am uploading a image through elementor on the front the ssl green padlock on my site would change to the i icon see attachment, why is that happening the images i am using is from shutterstock here is my account detail if you would like to login and check for yourself
username; admin
password; BYgZQ9WMc)JB4vKBemmanuel
Participanthi i pasted the code in the sweetdate/style option/css scroll to the bottom to see it
here is the access
username; adminpassword; BYgZQ9WMc)JB4vKB
emmanuel
Participantit is still not fixed/sticky i am speaking about the website not the mobile website
emmanuel
Participantthe website header see attachment
emmanuel
ParticipantHi one more thing could the site header be sticky/fixed
emmanuel
Participantok 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’ );
emmanuel
Participantok where can i paste it and i can i use it just as it is on GitHub
emmanuel
Participantok 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/
emmanuel
Participantok if hire a developer what would the developer need to do to achieve this custom function
emmanuel
Participantthanks 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
emmanuel
Participantok but it is not showing on the mobile website
emmanuel
Participanthi 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
emmanuel
Participantok in the members directory i would like it to show males to females only and females to males only.
i had researched it and found these document below but i do not know where and how to paste the codes could you please help me
here are the documents
https://buddypress.org/support/topic/filter-members-list-based-on-profile-field/
https://gist.github.com/anonymous/7913816
here is my login if needed
https://www.eumello.com/members/
username; admin
password; BYgZQ9WMc)JB4vKB
https://www.bluehost.com/
username:eumello.compassword; @q&=^AF[7iyKSV
emmanuel
Participantok 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