-
Author
-
March 25, 2018 at 17:55 #192984emmanuelParticipant
i notice that not all the words would appear on the member page when a member write in the about me field so can at the end say …… to show you can continue reading for example
i love to live my life to the fullest and have fun this is what i live and i am looking for you to enjoy that with me ……
Attachments:
You must be logged in to view attached files.March 25, 2018 at 18:36 #192986Kieran_SQModeratorHi,
You can use the below CSS to add an ellipsis effect to the text.
COPY CODE.search-item .search-body p { overflow: hidden; white-space: nowrap !important; text-overflow: ellipsis !important; }
Note: This will clip after one line
More info: https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 19:26 #192991emmanuelParticipantthanks but can i show a little more characters
e.g
i love to live my life to the fullest and have fun this is what i live and i am looking for you to enjoy that with…March 25, 2018 at 19:33 #192995Kieran_SQModeratorHi,
By default there is no parameter to define the amount of lines shown via CSS, once it’s full width is met the content is then shown with the ellipsis.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 20:04 #193001emmanuelParticipantok early you give me a to change the arrow color but that code also changes the text color in the drop down on the registration page and some others text color how to avoid that here is the code
.kleo_members_carousel a:not(.button), div#main a:not(.button):not(.elementor-button) {
color: #ffffff !important;
}Attachments:
You must be logged in to view attached files.March 25, 2018 at 20:09 #193005Kieran_SQModeratorHi,
I can’t see where you have added the CSS so please try adding the class .form-footer before the CSS I gave to see if that makes a difference
COPY CODE.form-footer .kleo_members_carousel a:not(.button), div#main a:not(.button):not(.elementor-button) { color: #ffffff !important; }
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 20:20 #193006emmanuelParticipantok how to change the color of this button see attachment
Attachments:
You must be logged in to view attached files.March 25, 2018 at 20:25 #193009Kieran_SQModeratorHi,
To change the color, background-color and border-color for the ‘Create my account’ button within the register modal please use the below CSS
COPY CODE#register_form button#signup { background-color: #540b4a; border-color: #540b4a; color: #ffffff; }
Adjust the # values to suit your needs and Ctrl+F5 to see the changes on the front-end
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 20:30 #193010emmanuelParticipantok is there any plugin that could show to members who viewed there profile
March 25, 2018 at 20:34 #193011Kieran_SQModeratorHi,
There are two options as far as I know
1. Recent Visitors For BuddyPress Profile by BuddyDev (Premium)
https://buddydev.com/plugins/recent-visitors-for-buddypress-profile/
2. BuddyPress Who clicked at my Profile> by Florian Schiessl (Free)
Note: This plugin has not been updated for 2 years and should not be used without a full code review and should be tested on a local environment first.
https://wordpress.org/plugins/buddypress-who-clicked-at-my-profile/
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 20:47 #193012emmanuelParticipantok did you get any respond about the multi field ticket i had open yesterday
March 25, 2018 at 20:51 #193014Kieran_SQModeratorHi,
I did not, as soon as I do I will update the ticket. The question requires input from one of our developers who are generally not available outside of Mon to Fri.
As soon as I do have an answer I will update you.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 20:59 #193016Kieran_SQModeratorYou’re welcome, feel free to open a new ticket with any other questions and we’ll be happy to assist.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 25, 2018 at 21:02 #193017emmanuelParticipanti forgot to tell you guys that when a new ticket is created it is showing wordpress and not seventhqueen support in the automatic email
Attachments:
You must be logged in to view attached files.March 25, 2018 at 21:04 #193021Kieran_SQModeratorHi,
Thanks for the information, I will pass that on to the main developer.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.