General settings
Default currency symbol: Here you can set the currency symbol/letters for the event price.(Eg: $ or USD)
Thousand separator: Here you can set thousand separator symbol for event price.(Eg : ,)
Decimal separator: Here you can set decimal separator symbol for event price..(Eg : .)
Date with year: Here you can set date with year format.(Eg : F j, Y). For more details Click Here
Date without year: Here you can set date without year format.(Eg : F j). For more details Click Here
Month and year format: Here you can set month and year format.(Eg : F Y). For more details Click Here
Date time separator: Here you can set date time separator symbol for event.(Eg : @)
Time Format: Here you can set time format for event. (Eg : h:ia) For more details Click Here
Time range separator: Here you can set time range separator for event.(Eg : -)
Datepicker date Format: Here you can set datepicker date format for event. (WordPress dashboard Date picker.)
Show Region: If this enabled, events will be grouped inside event in event list page.
Event Template:
Available options:`Grid layout with image`; `List layout without city`; and `List layout with city`. All those results different structure in event listing page.
In order to make `List layout with city work`. Show Region need to be enabled.
Show City:
If this enabled, City name will display instead of event title in event listing page. City should not be empty for location otherwise event will be ignored.
Extra participants in checkout: If enabled, customer can add more than one participants in checkout.
Display available seats in sign up form: If enabled, the available seats will show up in the sign up form.
Seats Available Format: Here you can set available seat format of an event, that is displayed in frontend. Example : %total_booking% out of %total_seats% remaining.
If it is empty, it will show “99 seats available.” Tags: %total_booking%,%total_seats%,%seats_available%
Administrator Email: Notification emails will be sent to this email address.
Sender Email Address: Emails will be sent from this email address. An email address registered with the current domain is recommended in order to avoid issues.
Sender Name: This is the name that appears in notification emails, sent from the website
Settings: Event manager
Phone:
If enabled, display event manager phone number in front end.
Email:
If enabled, display event manager email in front end.
Website:
If enabled, display event manager website in front end.
Email Settings
Event sign up – Admin notification Subject:
Here you can set the email subject for the admin notification email when a customer signs up.
Event sign up – Admin notification Body:
Here you can set the email content for the admin notification email when a customer signs up.
Event sign up – Customer notification Subject:
Here you can set the email subject for the customer notification email when the customer signs up.
Event sign up – Customer notification Body:
Here you can set the email content for the customer notification email when the customer signs up.
Event sign up (Dashboard) – Admin notification Subject:
Here you can set email subject for the admin notification email when someone is signed up by admin from the dashboard.
Event sign up (Dashboard) – Admin notification Body:
Here you can set email content for the admin notification email when someone is signed up by admin from the dashboard.
Event sign up (Dashboard) – Customer notification Subject:
Here you can set email subject for the customer notification email when that customer is signed up by admin from the dashboard.
Event sign up (Dashboard) – Customer notification Body:
Here you can set email content for the customer notification email when that customer is signed up by admin from the dashboard.
Admin Cancel Sign Up – Admin notification Subject:
Here you can set the email subject for the admin notification email when admin cancels a customer signup.
Admin Cancel Sign Up – Admin notification Body:
Here you can set the email content for the admin notification email when admin cancels a customer signup.
Admin Cancel Sign Up – Customer notification Subject:
Here you can set the email subject for the customer notification email when admin cancels a customer signup.
Admin Cancel Sign Up – Customer notification Body:
Here you can set the email content for the admin notification email when admin cancels a customer signup.
User Cancel Signup – Admin notification Subject:
Here you can set the email subject for the admin notification email when a customer cancels his signup via ‘My account’.
User Cancel Signup – Admin notification Body:
Here you can set the email content for the admin notification email when a customer cancels his signup via ‘My account’.
User Cancel Signup – Customer notification Subject:
Here you can set the email subject for the customer notification email when a customer cancels his signup via ‘My account’.
User Cancel Signup – Customer notification Body:
Here you can set the email content for the customer notification email when a customer cancels his signup via ‘My account’.
Event Settings
Here you can enable/disable fields in the signup form. You can also make the field mandatory from here.
Styling
In the styling tab, you have a couple of styling settings:
Button Color:
Here you can select the color of the button that displayed in the event listing page.
Button Text Color:
Here you can select the text color of the button that is displayed in the event listing page.
Available shortcodes
[wpeb_events_page]
For listing all events in WordPress page. It would not allow any arguments.
[wpeb_events]
For listing event in WordPress pages with custom option (se below:
Possible arguments:
category_slug – Slug of event category
event_region – Name of event region
event_city – Name of event city
order_by (Possible arguments – event_date/date/title/)
order (Possible arguments – asc/desc)
layout (Possible arguments – grid/list). Default is list. If you left this blank, it will show list view.
row (Possible arguments – 1 or 2 or 3 … ). Number of rows needed for grid layout.
col (Possible arguments – 1 to 12). Number of columns that needed for grid layout
Example: [wpeb_events category_slug=”your-category-slug-goes-here” order_by=”date” order=”asc” layout=”grid” row=”3″ col=”4″]
Event booking ADD-ON settings