Replies
- Kim Hargis on October 23, 2024 at 3:04 pm in reply to: [Resolved] Hiding Users on BuddyPress based site blog articles? #53381
Thank you, I found some CSS that will hide enough to make it workable.
- Kim Hargis on September 19, 2024 at 5:51 pm in reply to: Geo Location BuddyPress Xprofile Custom Field Types? #53177
I got it!!! There is a text file in the plugin with instructions.
- Kim Hargis on September 19, 2024 at 1:24 pm in reply to: Geo Location BuddyPress Xprofile Custom Field Types? #53175
I missed part the the instruction
Do you want this field to save a geocode for each member?
Pick Yes or No
The geocode will be saved in the usermeta table in this format:
meta_key = geocode_[field id]
meta_value = [latitude], [longitude]You can then use the geocode in your mapping solution.
Or use a solution like BP Maps for Members.
For Groups Maps, see BP Maps for Groups. - Kim Hargis on September 19, 2024 at 1:22 pm in reply to: Geo Location BuddyPress Xprofile Custom Field Types? #53174
I have BuddyPress Xprofile Custom Field Types and I added in BP xProfile Location https://wordpress.org/plugins/bp-xprofile-location/
When I pick the field type as location is give me these instruction
The geocode will be saved in the usermeta table in this format:meta_key = geocode_[field id]
meta_value = [latitude], [longitude] - Kim Hargis on September 18, 2024 at 6:54 pm in reply to: Geo Location BuddyPress Xprofile Custom Field Types? #53164
Sorry to keep posting on this but I found other post on this topic which said to use BP xProfile Location. No matter if I use BP xProfile Location or the Google Place Autocomplete all that happens is when I click the box on the profile it’s a list of Exclamation points. thank you for an advice you can give me
- Kim Hargis on September 18, 2024 at 5:56 pm in reply to: Geo Location BuddyPress Xprofile Custom Field Types? #53163
I found a location plugin that was put in the website before I took it over. Does the Google Place Autocomplete work in a search for people to find others near by or within so many miles of them?
Thank you
- Kim Hargis on September 5, 2024 at 3:05 pm in reply to: [Resolved] Demo not loading Community Builder Pro #53120
Thank you, you guys have great support so I wanted to look at your product first.
Never mind but thank you
- Kim Hargis on August 15, 2024 at 3:56 pm in reply to: BuddyPress Member Types Pro as member list grid? #53027
Hi, I need some css help, The Active is on half on top of the name. Is it possible to hide the Active? I can’t get the css figue out. Do you know how I can make this happen?
.bp-list li .item .item-meta, .bp-list li .item .list-title {
float: left;
text-align: left;
}@media screen and (min-width: 46.8em) {
.bp-list li .item .item-meta, .bp-list li .item .list-title {
float: left;
text-align: left;
}
}Thank you
Kim - Kim Hargis on August 11, 2024 at 4:47 pm in reply to: [Resolved] BuddyPress Ajax Registration Not Working Auto activate on Registration #53012This reply has been marked as private.