Hi,
Id like to exclude or move, or remove the first section of the booking form in Event Organizer Pro the section with a map, “start date”, “venue” and “Categories ” in order to begin with an event description.
Grateful for some help!
“EsbjornAgain”

Esbjörn Börjeson
Hi Esbjörn,
Event Organiser uses your theme’s single.php
template (if it can’t find a single-event.php
) and inserts the event details before the description. So there are two ways of doing this:
- Create a copy of
single.php
named single-event.php
in your theme.
- …or copy
event-meta-event-single.php
from event-organiser/templates
into your theme and edit/remove the details.
Either is fine, but (1) is perhaps better. Once you have created single-event.php
you can also make changes specifically to an event’s page.

Stephen Harris
OK,
That seemed to work.! Thanks! Next problem is localisation in the booking form. Several terms like “price”, “quantity” etc, that previously was translated to swedish with a localisation plug-in is now in English again, and I cannot change them back with the localisation plug in.
Thanks!

Esbjörn Börjeson
When you say “previously was translated” – when did it change? Did it loose the translation when updated the plug-in / WordPress? Also, what localisation plugin were you using?

Stephen Harris