Conflict with Dokan Multivendor

This topic contains 4 replies, has 3 voices, and was last updated by  Conrad Murray 7 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #342937

    Conrad Murray
    Buyer
    Post count: 28

    We have a site using Geodirectory and WooCommerce. The plan is to use the plugin Dokan
    https://wedevs.com/products/plugins/dokan/
    for both the provision of vendor stores and as the booking engine for our accommodation listings. I currently have a conflict between GeoDirectory and Dokan whereby when Dokan is activated the dropdown menus in both the backend and front end of Geodirectory cease to work. The effect is similar to a previous problem which existed with Yith Wishlist for WooCommerce which has now been resolved.

    WeDevs the Dokan developer are keen to work with GeoDirectory to resolve the conflict so it no longer occurs.

    How to Reproduce the Bug – Back-end logins available through private reply…
    Activation of Dokan on the site https://goodlocally.com means that the dropdown menus within Geodirectory cease to work. This can be demonstrated by going to https://goodlocally.com/wp-admin/admin.php?page=geodirectory and viewing the “search” tab.
    The dropdown item “Individual word search limit” works if Dokan is not activated and ceases to work when it is activated.
    The same is the case on the front end of the site: Dokan is currently inactive so the dropdown at https://goodlocally.com/list-a-shop/?listing_type=gd_shopping work but cease to work when Dokan is activated making the site almost unusable for the public to undertake front-end listings.

    We’re using GD Version 1.6.15 with pretty much all the premium plugins up to date under a Kleo theme Version 4.1.7 and WordPress 4.7.1

    We’re usinf the premium version of Dokan Multi-vendor Marketplace v2.5 with the Dokan WooCommerce Booking Integration v.1.

    #343718

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please provide admin credentials and we will debug it on your website directly.

    Thanks

    #344141

    Conrad Murray
    Buyer
    Post count: 28
    This reply has been marked as private.
    #344606

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Con,

    Please check now, i added a code snippet to resolve this.

    code for future reference:

    
    
    function _mygd_dequeue_script() {
      if(!function_exists('geodir_plugin_url')){return;}
      wp_deregister_script( 'chosen' );
      wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array(), GEODIRECTORY_VERSION);
       wp_dequeue_style( 'dokan-chosen-style' );
    }
    add_action( 'wp_print_scripts', '_mygd_dequeue_script', 100 );

    Thanks,

    Stiofan

    #344942

    Conrad Murray
    Buyer
    Post count: 28

    Thank you. That works. I think this may be the booking engine combination GD users have been looking for as it enables commission taking WooCommerce Bookings and Accommodation Bookings but will you know how we get on…

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

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

Open Support Ticket