-
Author
-
July 3, 2015 at 15:11 #66317
alexlim91
ParticipantHi,
I have few question that going to ask
1) Where can i change the name “Site-Wide Activity” to other name?
2) Why everytime member (except admin) login to their profile account, it always show the admin dashboard and it no showing the user profile?
3) Why the geodirectory “place page” layout look didnt arrange properly? How to fix it? (Please refer to this url : http://www.kangtao.com.my/places/
Thanks
July 3, 2015 at 16:54 #66328sharmstr
ModeratorPlease search before posting
1 – https://archived.seventhqueen.com/forums/topic/change-title-page#post-51389
2 – You need to set up a redirect. Try Peters Login Redirect Plugin
3 – https://archived.seventhqueen.com/forums/topic/geodirectory-importing#post-63566
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 3, 2015 at 17:12 #66330alexlim91
ParticipantHi Sharmstr,
For the first question, the code style localization plugin no available in wordpress.org? How should i do now?
Thank You
July 3, 2015 at 18:24 #66345sharmstr
ModeratorYou can do it within any translation editor. Site-Wide Activity is in the buddypres translation files: https://codex.buddypress.org/translations/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 4, 2015 at 05:14 #66437alexlim91
ParticipantHi Shrmstr,
How can I change the thumbnail picture border size? Currently the border is white colour, so I want to border size to 1px
Thanks
Attachments:
You must be logged in to view attached files.July 4, 2015 at 16:10 #66464sharmstr
Moderator#buddypress #friend-list li div.item-avatar, #buddypress #member-list li div.item-avatar, #buddypress #members-list li div.item-avatar {
border-width: 1px;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 4, 2015 at 16:46 #66469alexlim91
ParticipantHi sharmstr,
Thanks. I got realize that the phone view, under profile everytime click the profile list the listing background showing transparent. How can i change the background to white colour?
Attachments:
You must be logged in to view attached files.July 4, 2015 at 16:52 #66471alexlim91
ParticipantBy the way, just now i got try using the code that given by you. But it see dont have any changes the border still maintain the same size?
Attachments:
You must be logged in to view attached files.July 4, 2015 at 16:57 #66474sharmstr
Moderator#buddypress .dropdown-menu li {
background-color: #fff;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 4, 2015 at 17:18 #66479alexlim91
ParticipantHi Sharmstr,
The mobile view dropdown fix already. How about the border that I mention just now with 2 attachment?
Thanks
July 4, 2015 at 17:23 #66482sharmstr
Moderatorput !important on it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 4, 2015 at 17:39 #66485alexlim91
Participant!important #buddypress #friend-list li div.item-avatar, #buddypress #member-list li div.item-avatar, #buddypress #members-list li div.item-avatar {
border-width: 1px;
}Like This?
July 4, 2015 at 17:48 #66487sharmstr
Moderatorborder-width: 1px !important;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 4, 2015 at 18:05 #66496sharmstr
Moderatortry this instead
.main-color #buddypress .activity-list .activity-avatar {
border-width: 1px !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 5, 2015 at 05:05 #66544alexlim91
ParticipantHi Sharmstr,
Still same. The border dont have any changes?
Thanks
July 5, 2015 at 13:16 #66595sharmstr
Moderatorwhere are you adding it? I looked at your source code and it doesnt appear to be added.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 5, 2015 at 13:20 #66596sharmstr
ModeratorThis is the only custom css that you have
COPY CODE.bpfb_form_container {background:none;} #buddypress .item-avatar.rounded, #buddypress .avatar, #item-header-avatar.rounded, .bp-login-widget-user-avatar, .bp-login-widget-user-avatar .avatar, .item-avatar, .item-avatar .avatar { border-radius:0px !important; } body.buddypress.is-user-profile div #item-header { min-height: 350px; } #buddypress .dropdown-menu li { background-color: #fff; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 5, 2015 at 13:22 #66598alexlim91
ParticipantHi,
I add in theme option > general setting > custom css. After i insert then i saw it didnt work then i remove it.
July 5, 2015 at 13:29 #66599sharmstr
ModeratorAhhh. Because that was the box shadow, not a border. I’ve added it for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 5, 2015 at 14:19 #66612alexlim91
ParticipantHi Sharmstr,
You already help me to add in the code to fix the problem?
July 5, 2015 at 14:26 #66614sharmstr
Moderatoryes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 5, 2015 at 14:49 #66618alexlim91
ParticipantHi,
I got saw the border gone but under the profile picture the border still appear
http://www.kangtao.com.my/members/st16/July 5, 2015 at 14:54 #66623sharmstr
Moderatorfixed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 5, 2015 at 14:59 #66625alexlim91
ParticipantHi Sharmstr,
Thank You very much. it fix already.
Thanks
July 5, 2015 at 15:02 #66627sharmstr
ModeratorI know because I fixed it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 6, 2015 at 10:01 #66788alexlim91
ParticipantHi,
Why i can find the “place” page in the wordpress pages list?
Because i going to set a menu that will show the directory listingThanks
July 6, 2015 at 14:05 #66819sharmstr
ModeratorBecause its not a page. Its a slug. Use the custom link to add a menu item for it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 6, 2015 at 14:32 #66828alexlim91
ParticipantOk. By the way, For site wide activity posting when I posting something other user can view it right, Can I change the setting that only my friend can see my posting, if other user want to see my posting they need to add me as a friend?
July 6, 2015 at 14:35 #66830sharmstr
ModeratorI think there is a plugin for that. Its not built into kleo or bp by default. You should read the bp documentation.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 6, 2015 at 14:48 #66838alexlim91
ParticipantHi Sharmstr,
How can I change the hover for the user profile? Because i got saw the new demo version it got hover function
Attachments:
You must be logged in to view attached files.July 7, 2015 at 13:39 #67086sharmstr
ModeratorTo add the map, read the last part of the documentation: https://archived.seventhqueen.com/documentation/kleo#geo-directory
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 7, 2015 at 13:52 #67087alexlim91
ParticipantHi Sharmstr,
If i need to create business directory then i need to create new page then inside the code into the header content right?
July 7, 2015 at 14:12 #67095sharmstr
ModeratorIf you followed these directions: https://archived.seventhqueen.com/forums/topic/geodirectory-importing#post-63566 then the code goes in the locations page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The topic ‘GeoDirectory problem & Site-Wide Activity name’ is closed to new replies.