Forum Replies Created

Viewing 40 posts - 121 through 160 (of 493 total)
  • Author
  • in reply to: color #200979
     emmanuel
    Participant

    ok could the of this button be change too see attachment

    Attachments:
    You must be logged in to view attached files.
    in reply to: color #200977
     emmanuel
    Participant

    hi sorry about that i now saw the changes

    in reply to: color #200976
     emmanuel
    Participant
    This reply has been set as private.
    in reply to: color #200973
     emmanuel
    Participant

    hi that still did not work i think the buttons would have to be inspected individually

    in reply to: color #200971
     emmanuel
    Participant

    hi that css did not work

    in reply to: remove the matching function #200855
     emmanuel
    Participant

    hi 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.
    in reply to: plugin #199805
     emmanuel
    Participant

    ok thanks for the feedback and thanks alot to you and all the rest of staff for all the assistance in everything

    in reply to: plugin #199803
     emmanuel
    Participant

    ok 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

    in reply to: plugin #199793
     emmanuel
    Participant

    hi 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.
    in reply to: text links color #199115
     emmanuel
    Participant

    it’s work thank for the assistance today

    in reply to: text links color #199113
     emmanuel
    Participant

    hi that didn’t work

    in reply to: text links color #199107
     emmanuel
    Participant

    ok 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

    in reply to: text links color #199102
     emmanuel
    Participant

    ok The button on the homepage come Essential Addons elemontor plugin see attachment

    Attachments:
    You must be logged in to view attached files.
    in reply to: text links color #199100
     emmanuel
    Participant
    This reply has been set as private.
    in reply to: cpanel #198605
     emmanuel
    Participant

    thank 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

    in reply to: cpanel #198506
     emmanuel
    Participant
    This reply has been set as private.
    in reply to: cpanel #198418
     emmanuel
    Participant

    ok

    in reply to: cpanel #198413
     emmanuel
    Participant

    ok 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.
    in reply to: cpanel #198384
     emmanuel
    Participant

    ok 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.
    in reply to: profile #198204
     emmanuel
    Participant

    Ok thanks alot today

    in reply to: profile #198196
     emmanuel
    Participant

    Ok 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.
    in reply to: profile #198166
     emmanuel
    Participant

    ok 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.
    in reply to: text #197899
     emmanuel
    Participant
    This reply has been set as private.
    in reply to: adjust #197568
     emmanuel
    Participant

    Ok

    in reply to: adjust #197566
     emmanuel
    Participant
    This reply has been set as private.
    in reply to: adjust #197562
     emmanuel
    Participant

    it 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.
    in reply to: adjust #197558
     emmanuel
    Participant

    the website header see attachment

    Attachments:
    You must be logged in to view attached files.
    in reply to: adjust #197556
     emmanuel
    Participant

    Hi one more thing could the site header be sticky/fixed

    in reply to: adjust #197554
     emmanuel
    Participant

    ok thanks

    in reply to: adjust #197538
     emmanuel
    Participant

    ok 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’ );

    in reply to: adjust #197530
     emmanuel
    Participant

    ok where can i paste it and i can i use it just as it is on GitHub

    in reply to: adjust #197526
     emmanuel
    Participant

    ok 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/

    https://gist.github.com/anonymous/7913816

    https://buddypress.org/support/topic/members-directory-3/

    in reply to: adjust #197521
     emmanuel
    Participant

    ok if hire a developer what would the developer need to do to achieve this custom function

    in reply to: adjust #197515
     emmanuel
    Participant

    thanks 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

    in reply to: adjust #197497
     emmanuel
    Participant

    ok but it is not showing on the mobile website

    in reply to: changes #197420
     emmanuel
    Participant

    hi 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

    in reply to: text #197386
     emmanuel
    Participant
    This reply has been set as private.
    in reply to: footer #197385
     emmanuel
    Participant

    thanks i got it to work

    in reply to: text #197329
     emmanuel
    Participant

    ok 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?

    in reply to: changes #197291
     emmanuel
    Participant

    ok could the site have two members directory

Viewing 40 posts - 121 through 160 (of 493 total)

Log in with your credentials

Forgot your details?