Posted: September 27, 2018 at 1:06 pm
Hi, I need to make some edits to the page which appears prior to the registration form page. Can you tell me the file name(s) that make up that page? Thanks. |
|
Hi there, You mean the single event page showing the event content, ticket selector and so on? If so that’s output by your theme (likely single.php) and EE just invest the event content into the page, each section of content has it’s own template(s) so it really depends what you want to edit. Can you provide some details on the changes you would like to make? |
|
Yes, I believe it is the ticket selector page. If you take a look at the screenshot I need to move the register button under the text. You can’t see it now because I hid it with CSS, but I need to add back the datetime and put it under the title at the top. So I need to do those kind of things where I change the layout of the page. Screenshot |
|
You have the optiop to change the order of the details under: Event Espresso -> Events -> Templates -> Single Event Pages Set the ‘Use custom order’ setting to yes and then drag and drop the elements on the list below to change the order. Is that not what you are looking for? |
|
Hi, not exactly, so for example, right now I have .ee-event-datetimes-ul as display: none. But if I were to add it back, it would show the event name, date and time. But I already have the name of the event at the top so I don’t need it repeated. So I wanted to see if I could remove it from this instance. In addition, I’d want to move the .ee-event-datetimes-ul to right under the main title. Here is a screenshot of it not hidden, but its under the register button and I’d like to move it above it. http://oi66.tinypic.com/2qvh3j8.jpg Thanks. |
|
You could just remove the datetime name from within the event, the event title is at the top and just above the dates/times is the datetime name.
Just move the datetimes section above the ticket selector (which is what is outputting the ‘Register now’ button. Like so – http://take.ms/ndcPI Output – http://take.ms/Qagrb I can link you to some documentation on how to completely override the template for your theme, create your own and then each individual section yourself, however you taking over multiple different templates and will have to maintain the output yourself, which seems a little overkill for what you are trying to do. |
|
Thanks. Can you explain what you mean by:
|
|
Sure, within the event, you can set names on datetimes. On your example, you have an event with the title ‘Making sense of gift planning’. You then also have a datetime with the name set as ‘Making sense of gift planning’. That means you get this output – http://take.ms/6h7W5 And the cause is this – http://take.ms/Dz59G So just remove the datetime name and save – http://take.ms/t364H You’ll then have this output – http://take.ms/SijGd |
|
Thank you. Is there a similiar option to add the date and time to the form checkout page? So have the datetime under the title. See screenshot: |
|
Not currently, but just about the form you included in the screenshot should be a breakdown of the ticket those details are for, for example – http://take.ms/DHQM1 If you wanted to add date information there you could just manually add it to the ticket description in the event editor. |
|
The support post ‘Files which make up the page prior to the registration form’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.