BP Maps Members compatibility
This topic contains 16 replies, has 4 voices, and was last updated by Giri 9 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 28, 2016 at 8:32 pm #254873
Hi !
I’m using 3 of your plugins in my website : Geodirectory – GeoDirectory BuddyPress Integration – GeoDirectory Location Manager (I’m very happy with them and work perfectly !).
I just have bought an other plugin called “BP Maps Members” ( http://www.philopress.com/products/bp-maps-for-members/ ) to located my buddypress member on a map and having autocomplete location in their profile editing page .
When Geodirectory is activeted, autocomplete members location doesn’t work (because of the API key using by both plugins)
I think it is the same problem than “Geomywp compatibility”
Can you please give me a solution to solve this issue ?
I also want to install “BP Maps Groups” ( http://www.philopress.com/products/bp-maps-for-groups/ ) so it would be great to solve the problem for this one to.
Thank you so much in advance
Best regards
Clément
August 28, 2016 at 10:53 pm #254902I am not sure that is possible, but I will have the developers have a look at your question.
It all depends what the issue is, the issue can be with the new plugins or with GD, and might even be impossible to solve.I am pretty sure they will want your URL, WP admin and FTP details, so please post them in a private reply.
Thanks for your patience.August 29, 2016 at 10:27 am #255222Hi Clément,
I guess these other plugins also add the Google maps API, this would need to be disabled, if you provide wp-admin and FTP i will find the code to do this.
Thanks,
Stiofan
August 29, 2016 at 1:38 pm #255376This reply has been marked as private.August 30, 2016 at 10:24 am #255941Hi,
Can you tell me how to recreate the problem?
Thanks,
Stiofan
August 30, 2016 at 10:53 am #255955Hi !
To reproduce the problem :
Member / clem / profile / edit
Try to change the location in the location field, the autocomplete won’t work …
Then, go to Geodirectory setting / design / map
change select Maps API with : Load open street map API (or desactivate Geodirectory plugin)
when you return to the setting profil page the autocomplete location will work correctly.
Clément
August 30, 2016 at 12:07 pm #255968Hey Clem,
Its working now
I have installed code snippets plugin and added some code over there. Feel free to move that code to child theme if you want.
yoursite.com/wp-admin/admin.php?page=snippets
function gdmapapi_dequeue_script() { if (bp_is_profile_component() && bp_is_current_action( 'edit' )) { wp_dequeue_script( 'geodirectory-googlemap-script' ); } } add_action( 'wp_enqueue_scripts', 'gdmapapi_dequeue_script');August 30, 2016 at 12:23 pm #255974Hi Giri
Thank you so much to solve my problem so fast ! it works perfectly ! 🙂
I will buy other Geodirectory plugins soon 😉
August 30, 2016 at 12:24 pm #255975You are welcome Clem 🙂
August 30, 2016 at 8:16 pm #256296Giri, as I told in my first message I wanted to purchase the other plugin of Philopress :
BP Maps Groups (same fonction than BP Maps Members but for groups)
I have done it right now but I have the same problem 🙁 Could you please write a few ligns of code for this one to ?
August 30, 2016 at 9:46 pm #256452This reply has been marked as private.August 30, 2016 at 9:56 pm #256457Hey i’m about to go to bed. Just found your mail. Give me few minutes. I’ll correct it.
August 30, 2016 at 10:12 pm #256464Clem, I have fixed that fatal error.
We are working from different timezones and its very late here. I’ll fix the group problem tomorrow. Please provide direct link to test the problem in the meantime.
Thanks
August 30, 2016 at 10:26 pm #256478This reply has been marked as private.August 31, 2016 at 8:47 am #256638Hey Clem, Just got back to my work.
I have just fixed your problem. Let me know if you still have problem
Thanks
P.S:
I use my personal email ID for work too and your issue seemed like a high priority issue since you had fatal error. Thats why I helped you last night. Hope everything’s fine now.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket