Adds Adventer booking widgets to WordPress. Provide an Organizer ID in Settings, then use Gutenberg blocks or classic menus to open the event views.
- WordPress 6.0+
- Gutenberg/block editor for blocks (classic menu supported via custom link)
- Upload the plugin folder to
wp-content/plugins/or install via admin. - Activate the plugin.
- Go to Settings → Adventer Booking.
- Organizer ID: paste your organizer ID.
- Active: enable to inject the widget script and register blocks.
- Optional: Button CSS Override to style
.adventer-booking-button.
- Toggle the constant at the top of
adventer-booking-plugin.php:ADVENTER_BOOKING_USE_STAGINGtrue →stg.adventer.sefalse→adventer.se
- Adventer - All events (Link)
- Adventer - All events (Button)
- Adventer - Single event (Link)
- Adventer - Single event (Button)
Notes
- All-events blocks use the Organizer ID from Settings.
- Single-event blocks require an
Event IDattribute. - Alignment: use the alignment toolbar to center content.
To add a “See all events” link in classic menus:
- Add a Custom Link with URL
#adventer-all-eventsand your label. - Save the menu. When Active and Organizer ID are set, the link will open the Adventer “All events” dialog.
- Default button class:
.adventer-booking-button. - Override styles via Settings → Button CSS Override, or theme CSS.
- Update version in adventer-booking-plugin.php
- Create a new tag and release in github with same version name.
- Link/button does nothing: ensure plugin is Active and Organizer ID is set.
- Blocks not visible: enable Active in Settings.
- Wrong domain: set
ADVENTER_BOOKING_USE_STAGINGaccordingly.
- Email
[email protected]for Organizer IDs or support.