• Resolved ksmith4134

    (@ksmith4134)


    I am trying to get the Dokan Pro Geolocation module to integrate with the built-in AJAX functionality of the WoodMart theme (from Xtemos).

    Essentially, the Geolocation module is broken up into two main sections: (1) the Map and (2) the Filters.

    The Map is working with AJAX after using the following code in the theme’s “on document ready” custom JS field:

    jQuery(document).on('pjax:end', function () {
    	if ('undefined' !== typeof DokanGeo) {
    		DokanGeo.LocationsMaps.init();
    	}
    });

    With that said, I cannot get the Filters section working. I have been looking through the dokan-geolocation-filters.js file and I see what appears to be relevant code to initialize the filters but after many attempts, I can’t get it right. I believe I need to init the GeolocationFilter function but it’s not as simple as the Map code above.

    Any help would be greatly appreciated. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ksmith4134 ,

    I am sorry that the Filter functionality of the Geolocation Module is not working while integrating with the Built-in AJAX functionality of the WoodMart Theme.

    I would like to inform you that the Geolocation Module is a part of our Dokan Pro version and as per the guideline of this forum, I am unauthorized to discuss any queries related to the Dokan Pro version here since this forum is meant to provide support for the free version of the plugins.

    For further support, I would humbly request you to contact the support channel on our website.

    Thank You.

    Thread Starter ksmith4134

    (@ksmith4134)

    I have been trying to go through the WeDevs support channel on this topic and it has been largely unhelpful and a huge waste of time. I’m looking for a single line of code. It should not be this difficult to receive guidance.

    Hello @ksmith4134 ,

    As my teammate mentioned this forum does not allow us to discuss any paid module’s feature here. We need to follow the forum guidelines in this matter.

    Also, according to our support policy, we are unable to provide a direct customization solution. We share the file locations of our functionality or if we have an example ready we try to share that as well.

    I am sure the teammates from the support channel will help you with file location and necessary guidelines. Please follow up on that.

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dokan Geolocation Module with AJAX’ is closed to new replies.