This topic has 15 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #192984
     emmanuel
    Participant

    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.
    #192986
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #192991
     emmanuel
    Participant

    thanks 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…

    #192995
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #193001
     emmanuel
    Participant

    ok 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.
    #193005
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #193006
     emmanuel
    Participant

    ok how to change the color of this button see attachment

    Attachments:
    You must be logged in to view attached files.
    #193009
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #193010
     emmanuel
    Participant

    ok is there any plugin that could show to members who viewed there profile

    #193011
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #193012
     emmanuel
    Participant

    ok did you get any respond about the multi field ticket i had open yesterday

    #193014
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #193015
     emmanuel
    Participant

    ok thanks alot for the assistance today

    #193016
     Kieran_SQ
    Moderator

    You’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 solution

    If 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.

    #193017
     emmanuel
    Participant

    i 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.
    #193021
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?