GD and Geo My WP conflict

This topic contains 5 replies, has 2 voices, and was last updated by  Alex Rollin 6 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #413492

    Michele
    Expired Member
    Post count: 54

    Hey guys,
    Having an issue with Geodirectory and Geo My Wp. It seems as though the plugins are conflicting with each other. When Geo Directory is active, the address fields within the geomywp don’t work properly. The google auto address doesn’t work and adding an address to the users profile defaults to Nevada every time.

    However, Geo Directory does seem to still be working fine when both plugins are active.

    I was able to successfully change the user location as the administrator in the back end but, I need the user to be able to input their address themselves.

    I tried an old snippet you guys gave me for a different site I made and it did not resolve the issue. In fact when I activated the snippet, all it did was break the selection css for the profile fields. In other words the bullet selector next to “Gender” disappears and the other issue persist.

    This is the old snippet I used:
    function _geowp_dequeue_maps_api() {
    wp_dequeue_script( ‘google-maps’ );
    wp_deregister_script( ‘chosen’ );
    if(defined(‘GEODIRECTORY_VERSION’)){
    wp_register_script(‘chosen’, geodir_plugin_url() . ‘/geodirectory-assets/js/chosen.jquery.min.js’, array(), GEODIRECTORY_VERSION);
    }
    }
    add_action( ‘wp_print_scripts’, ‘_geowp_dequeue_maps_api’, 100 );

    Any ideas on how to fix the conflict and be able to use both geolocation plugins??

    Michele

    #413493

    Michele
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #413494

    Michele
    Expired Member
    Post count: 54

    Scratch the note that GD works fine when Geo My WP is active. When Geomywp is active the drop downs in the dashboard and add listing are all messed up too. :/

    #413534

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    please take a look at this post and let us know if it helps:

    https://wpgeodirectory.com/support/topic/geo-my-wp-conflict/

    #413860

    Michele
    Expired Member
    Post count: 54

    Hey Alex,
    Thanks so much at first glance here, this seems to have fixed the drop down and google problem. Thank you so much! You guys rock!!

    Michele 🙂

    #413919

    Alex Rollin
    Moderator
    Post count: 27815

    Hey that’s awesome that you got it fixed up.

    Thanks for letting us know

Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket