This topic has 19 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #200579
     emmanuel
    Participant

    hi how to remove the matching function from the profile i had turn off the Activate custom matching settings but i still has not remove see attachment

    Attachments:
    You must be logged in to view attached files.
    #200627
     Radu
    Moderator

    Hi,

    Just add this css in wp-admin -> theme options -> stilying options -> quick css

    COPY CODE
    
    div#profile .circular-item {
        display: none !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #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.
    #201143
     Radu
    Moderator

    Hi,

    there’s the css

    COPY CODE
    
    .elementor-widget-container a.elementor-button-link span {
        color: red !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #201208
     emmanuel
    Participant

    ok how to remove widgets off a page with sidebars and how to change the hover over color of theses links in the header see attachment

    Attachments:
    You must be logged in to view attached files.
    #201247
     Radu
    Moderator

    The wigets are managed under wp-admin -> appearance -> widgets

    You can remove them, you don’t have how to remove it only from a page. (Maybe using this pugin : https://wordpress.org/plugins/conditional-widgets/ not sure if still works, check it, also check the documentation to understand how you can use it.)

    Css for changing the color when hover menu items

    COPY CODE
    
    .top-bar ul>li:hover {
        background: red !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #201336
     emmanuel
    Participant

    hi thanks is this the new activation way using a key to activate an account after it is created see attachment

    Attachments:
    You must be logged in to view attached files.
    #201355
     Radu
    Moderator

    yes, users should press activate, that’s how the buddypress activation works now.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #201446
     emmanuel
    Participant

    ok do you now about seo because on the google search of my site it is appear like this see attachment i try changing it with the yoast seo but it has not change do you know how to change it

    Attachments:
    You must be logged in to view attached files.
    #201463
     Radu
    Moderator

    Hi, ask on the plugin support seo by yoast questions.
    Maybe ? IT might take some time until they will be updated.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #201548
     emmanuel
    Participant

    ok i notice that some users cannot save there changes after editing there profile see attachment, i was told that the save changes button is not working

    login with this account and you will see for yourself
    username; KENNEDY
    password; star1234

    here is my login information

    https://www.eumello.com/
    username; admin
    password; k5qcieHEprxlrmV

    Attachments:
    You must be logged in to view attached files.
    #201570
     Radu
    Moderator

    Hi,

    In first place make sure you have latest theme version and latest plugins updated.
    Try to switch all plugins and child theme off then reproduce again that see if it works or not.
    If still not works with child theme and plugins off enable wp_debug and reproduce again the action.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #201954
     emmanuel
    Participant

    ok i got it to fix, could the subject be remove when sending a message see attachment and how to turn off email messaging for e.g when a user receive a new message it would go to there email how to stop that

    Attachments:
    You must be logged in to view attached files.
    #202013
     Radu
    Moderator

    Filed can be hidden using this css

    COPY CODE
    
     #send_message_form label[for="subject"] {
        display: none !important;
    }
    
    #send_message_form input#subject {
        display:none !important;
    }
    
    
    

    Not sure about the email there look in buddypress settings or ask on their forums

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #202057
     emmanuel
    Participant

    thanks and theses for messaging see attachment could it be remove

    Attachments:
    You must be logged in to view attached files.
    #202138
     Radu
    Moderator

    If i will hide that how you will add the member name that you want to send the message ?
    Those texts has no specific selector not sure how can they can be removed easly.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #202869
     emmanuel
    Participant

    hi the mobile website on the profile pages there is a little space between the name, menu and profile picture could some of that space be minimize with css and could you send me the css i think the margin would have to be adjust see attachment

    Attachments:
    You must be logged in to view attached files.
    #202954
     Radu
    Moderator

    How can i see a profile ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #202956
     emmanuel
    Participant

    here’s a profile

    username: james
    password: star1234

    #203056
     Radu
    Moderator

    Here’s the css

    COPY CODE
    
    @media(max-width:768px) {
        div#main {
            padding-top:0;
        }
        .five.columns p {
            display:none;
        }
    }
    
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 20 posts - 1 through 20 (of 20 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?