alexander.oswald
Forum Replies Created
-
Dear Caimin,
same problem for me. To Switch back to earlier Version of php is not an option, as we have memory issues with earlier php versions.
What is the project schedule to release an update? Can you provide a beta version already?
Kind regards
AlexanderGood Morning
sorry for opening this threat again.
The importer Tools do not longer work with latest WP and EM revisions. Hence please provide an update of the EM plugin providing csv import.
Kind regards
AlexanderHi Angelo,
thank you for the reply. I think my question was misunderstood.
I have to specify more clearly what I mean:
Its not the events list which I mean. It is the single event.
I show the event on a single page: events > settings > pages : events pages: display as page.Then I have for each page a heading which is the same as the event title. This is enclosed in <h1> tags from the theme.
I want to expand this by the date of the event.
Means: somewhere events manager probably hands over the title of the event to wordpress theme variable which is put in between the <h1></h1> tags. Please see following html snippet from the header where the Event Name is displayed. This I want to expand by the date
<header id="page-header"> <img .... class="page-header-image wp-post-image" title="" /> <h1>Event Name</h1> </header>
I assume that I have to manipulate this part of the code to expand it but I cannot find it.
Regards
Alexander
I have found out now how to edit non registered bookings:
I have to call the dedicated user in the users menu.
Then I hover with the mouse over the user and can see “bookings”.
Following that link I can edit the bookings bound to this user.Problem solved.
Regards
Alexander
Ok will try this.
Thank youIn the list of bookings for the event I cannot edit the single booking. For registered users the name entry is presented as a link. For the guest bookings there is no link.
There is no edit button as well.
Yes that was my idea using a csv file.
Is there any other possibility maybe by xml or something else.
If it helps to speed up creation of events this would be helpful.Hi Caimin,
yes. The following options are set:
Section General Options:
Guest Bookings: YESSection No-User Booking Mode:
Booking for non registered user: YES
Booking for registered Emails: YES
Bind Booking to User: default_userOk, understood. Thanks. Will try.
solved
there is no bug.Found out that I have also to set the max limit when using only one type of ticket.
Thank you – that is very helpful.
Regards
AlexanderHi Caimin,
For every event the presentation of content shall be identical. Each event needs the same type of documents to be attached.
e.g. notice about the event, results, instructions.
For each event I upload some documents and copy paste the URL manually to an attribute field in the event editor.
If I leave it to the authors to include the documents within the eventnotes editor, the uniformity of presentation is not guaranteed.
Therefore I a looking for a possibility to upload documents via dedicated fields to the event.
Regards
AlexanderHi,
yes I am using the PRO Version. The custom fields are already in use.
But I have no idea how to implement selective function to find out which fields are used for which form, to send a confirmation mail to the client which only contains those fields which are also used in the respective form.
Let me detail my question:
Form 1 is holding fields
Name and Phone for exampleForm 2 is holding fields
Name and Phone and Accompanying for exampleIf i use Form 1 now, then I would like to reply to the client only with the information about the two fields. If I reply to Form 2 then the client shall receive information from the three fields. If I use the #_BOOKINGFORMCUSTOM{accomp} within the Mail settings in the dashboard of the Events Manager, and I use Form 1, then I get an entry in the Email which is #_BOOKINGFORMCUSTOM{….} at the place for the second person when Form 2 is used.
I hope this makes my question more clear.
Kind Regards
The use of the library is clear so far.
But I think, that is not the solution I am looking for. I am looking for a solution where the file can be taken from the library and linked via a field. The link shall be put to a shortcode which can be placed to a side bar widget for example. The purpose it to have the same site structure for each event with the same look.
Sure, I could add the download directly for each event manualy. But it would be nice if this works automatically.