Replies
Thank you, I found some CSS that will hide enough to make it workable.
I got it!!! There is a text file in the plugin with instructions.
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.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]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
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
Thank you, you guys have great support so I wanted to look at your product first.
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