• Resolved matteor78

    (@matteor78)


    I have on the site of tours in different locations, I would like to show on each tour page only the events geolocalized in the tour area. For example I have a tour in Rome in via veneto I would like to show on the page only events within a radius of 3 km.

    I saw your shotcode but it does not allow to filter the events by location, but only by category.

    did you get hooks to implement such a function? or do you have any suggestions?

    thank you so much

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Xylus Themes

    (@xylus)

    Hello @matteor78,

    Thanks for reaching out to us.

    Your requirements are little bit different from plugin’s default functionality. we are using CPT for store events in WordPress and location data (lat, lon) are stored in meta table. So, you can extend our plugin with custom code for filter events based on lat-lon from event meta. Currently, you may not find enough hooks at each point, but we are ready to add hooks in our plugin to help you in achieving this functionality. you can check our GitHub repository here (https://github.com/xylusthemes/import-eventbrite-events/) and you can also send us PRs.

    Let us know if you require any technical help from our side.

    Thanks.

    Thread Starter matteor78

    (@matteor78)

    I would also need to format the text when amount, so I would need a list of hooks you make available. Is it possible to have it?

    thank you so much

    Plugin Author Xylus Themes

    (@xylus)

    Hello @matteor78,

    Yes, we would be happy to make available all hooks which are possible.

    Please list it down and sent to us. you can also contact us using support form of our website.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Geolocation to filter events’ is closed to new replies.