-
Author
-
June 12, 2018 at 02:47 #200579emmanuelParticipant
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.June 12, 2018 at 16:25 #200627RaduModeratorHi,
Just add this css in wp-admin -> theme options -> stilying options -> quick css
COPY CODEdiv#profile .circular-item { display: none !important; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 15, 2018 at 03:39 #200855emmanuelParticipanthi 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.June 18, 2018 at 14:28 #201143RaduModeratorHi,
there’s the css
COPY CODE.elementor-widget-container a.elementor-button-link span { color: red !important; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2018 at 04:34 #201208emmanuelParticipantok 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.June 19, 2018 at 17:27 #201247RaduModeratorThe 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 20, 2018 at 15:35 #201336emmanuelParticipanthi 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.June 20, 2018 at 17:35 #201355RaduModeratoryes, 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 solutionJune 21, 2018 at 15:15 #201446emmanuelParticipantok 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.June 21, 2018 at 18:01 #201463RaduModeratorHi, 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 solutionJune 22, 2018 at 15:36 #201548emmanuelParticipantok 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; star1234here is my login information
https://www.eumello.com/
username; admin
password; k5qcieHEprxlrmVAttachments:
You must be logged in to view attached files.June 22, 2018 at 18:40 #201570RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 26, 2018 at 04:48 #201954emmanuelParticipantok 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.June 26, 2018 at 17:20 #202013RaduModeratorFiled 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 solutionJune 27, 2018 at 00:55 #202057emmanuelParticipantthanks and theses for messaging see attachment could it be remove
Attachments:
You must be logged in to view attached files.June 27, 2018 at 16:46 #202138RaduModeratorIf 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 solutionJuly 4, 2018 at 14:40 #202869emmanuelParticipanthi 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.July 5, 2018 at 16:29 #202954RaduModeratorHow 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 solutionJuly 5, 2018 at 16:32 #202956emmanuelParticipanthere’s a profile
username: james
password: star1234July 6, 2018 at 15:09 #203056RaduModeratorHere’s the css
COPY CODE@media(max-width:768px) { div#main { padding-top:0; } .five.columns p { display:none; } }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.