-
Author
Tagged: navigation, icon
-
September 14, 2015 at 21:45 #77672SplendorParticipant
Hi there,
Is it possible to remove all the navigation icons?
September 15, 2015 at 17:55 #77862RaduModeratorHi,
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 solutionSeptember 18, 2015 at 16:11 #78365SplendorParticipantHi @Radu , I was thinking to remove the font-awesome icon in the buddypress nav. That is why I’m asking..
September 18, 2015 at 19:28 #78408RaduModeratorHi,
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 solutionMarch 4, 2016 at 12:22 #108462ubaakParticipantHi how can i remove the love icon as shown in the attachment
Attachments:
You must be logged in to view attached files.March 4, 2016 at 12:24 #108464ubaakParticipantOr how to change the icon to something else?
Attachments:
You must be logged in to view attached files.March 4, 2016 at 17:35 #108593RaduModeratorProvide 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 solutionMarch 4, 2016 at 17:45 #108603ubaakParticipanthere 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 🙂March 7, 2016 at 16:24 #108963RaduModeratorHi,
You can hide that icon by using this css
COPY CODEspan.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 solutionMarch 12, 2016 at 14:44 #110119ubaakParticipantAwesome 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.March 14, 2016 at 18:36 #110418RaduModeratorHi,
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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.