BP Maps Members compatibility

This topic contains 16 replies, has 4 voices, and was last updated by  Giri 7 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #254873

    clem
    Buyer
    Post count: 87

    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

    #254902

    Guust
    Moderator
    Post count: 29970

    I 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.

    #255222

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi 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

    #255376

    clem
    Buyer
    Post count: 87
    This reply has been marked as private.
    #255941

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi,

    Can you tell me how to recreate the problem?

    Thanks,

    Stiofan

    #255955

    clem
    Buyer
    Post count: 87

    Hi !

    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

    #255968

    Giri
    Expired Member
    Post count: 3155

    Hey 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');
    #255974

    clem
    Buyer
    Post count: 87

    Hi Giri

    Thank you so much to solve my problem so fast ! it works perfectly ! 🙂

    I will buy other Geodirectory plugins soon 😉

    #255975

    Giri
    Expired Member
    Post count: 3155

    You are welcome Clem 🙂

    #256296

    clem
    Buyer
    Post count: 87

    Giri, 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 ?

    #256452

    clem
    Buyer
    Post count: 87
    This reply has been marked as private.
    #256457

    Giri
    Expired Member
    Post count: 3155

    Hey i’m about to go to bed. Just found your mail. Give me few minutes. I’ll correct it.

    #256464

    Giri
    Expired Member
    Post count: 3155

    Clem, 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

    #256478

    clem
    Buyer
    Post count: 87
    This reply has been marked as private.
    #256638

    Giri
    Expired Member
    Post count: 3155

    Hey 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.

Viewing 15 posts - 1 through 15 (of 17 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket