This topic has 11 replies, 3 voices, and was last updated 8 years by Radu.

  • Author

    Tagged: ,

  • #77672
     Splendor
    Participant

    Hi there,

    Is it possible to remove all the navigation icons?

    #77862
     Radu
    Moderator

    Hi,

    Can you please provide page url where the icons appears ?

    Cheers

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

    Hi @Radu , I was thinking to remove the font-awesome icon in the buddypress nav. That is why I’m asking..

    #78408
     Radu
    Moderator

    Hi,

    If you are talking about buddypress subnav profile icons add this css

    COPY CODE
    
    #buddypress div#item-nav ul a:before {display:none !important;}
    
    #buddypress div#item-nav ul li a span {
        position: absolute;
        top: 2px;
        left: 28%;
        z-index: 12;
    }
    

    Regards

    Radu

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

    Hi how can i remove the love icon as shown in the attachment

    Attachments:
    You must be logged in to view attached files.
    #108464
     ubaak
    Participant

    Or how to change the icon to something else?

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

    Provide link to identify the element.

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

    here is sample login username :tomsom ; Password : password
    Basically you need to be logged in then select member Tab – then select any member i.e http://www.ubaak.org/members/victormentor/ the you will see the love icon it nice but the site is not about love…. so it is like am sending the wrong message 🙂

    #108622
     ubaak
    Participant

    I see you been any thoughts ?

    #108963
     Radu
    Moderator

    Hi,

    You can hide that icon by using this css

    COPY CODE
    
    
    span.hearts {
        display:none !important;
    }
    
    

    But if you want to replace that icon you can use this css

    COPY CODE
    
    
    .circular-item .hearts {
        background: url(../images/hearts_bg.png) no-repeat !important;
        display: block;
        width: 39px;
        height: 30px;
        position: absolute;
        right: 0;
        top: -20px;
    }
    
    

    Replace ../images/hearts_bg.png with your link to the img

    Cheers

    Radu

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

    Awesome Radu. Very effective.
    Thank you.

    Now I dont want to use the name Group and but I want to replace it with Alumni i.e create alumni or Alumni Directory, how do i do that? Find attached the image description.?

    2. How can i link a clients select a group on a drop down list from the registration form?

    Thank you again and hope to hear from you..

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

    Hi,

    You can do that by using loco translate plugin https://wordpress.org/plugins/loco-translate/

    You will need to go to the plugin dashboard and in buddypress section add new language, choose your language, and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ) then search for that string and translate it.

    Regarding the second question, Kleo doesn’t have this functionality, you can search on google for a plugin that can do that, follow this link for similar functionaity https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/

    Cheers

    Radu

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?