Hello, I’m trying to edit single event template, I have copied “page.php” to my child theme and did everything as in your documentation and now my event appear like this: http://jordantrail.org/thru-hike/demo/
how can I change the template to display as following:
feature image——–description———–ticket-selector
now each one of them appears on different section and the feature image isn’t showing at all
Hello Tony,
First I don’t asked to just reorder details, but I want to arrange them on the same line, this is why I created custom template and I choose page.php because I wanted to use same website page layout not the blog layout.
First I don’t asked to just reorder details, but I want to arrange them on the same line
Oh, my apologies. That wasn’t clear in the above so I thought you wanted to change the order rather than display the details on a single line.
how can I change the template to display as following:
feature image——–description———–ticket-selector
now each one of them appears on different section and the feature image isn’t showing at all
The output of the feature image is controlled by your theme, is there a call for the_post_thumbnail(); or similar in your template file?
You will need that to be called before the_content().
To force the other sections onto a single line you’ll need to either float them left or set them to display: inline-block; using CSS and then set a max width of 33%.
Viewing 3 reply threads
The support post ‘single event template’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.