bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
29 stars 10 forks source link

Select activity by clicking on an image or text #154

Closed rayedgar closed 2 years ago

rayedgar commented 2 years ago

Is there a way to select activity by clicking on an image or text. Perhaps a hook i can call? or by some simple javascript? It would make the plugin a lot more flexible and more easy to integrate in page layout.

yoancutillas commented 2 years ago

Hello Ray, No, the only way is to pick the event on the calendar. This would be up to custom code indeed. You can use the bookacti_event_click() or bookacti_pick_events() functions.

rayedgar commented 2 years ago

Thank you.