Posted: April 26, 2016 at 8:35 pm
|
I simply want my registration page to look like this https://eventespresso.com/wiki/add-new-event/#40_ Simple featured image and two items in a table like view to select to purchase. Running EE4.8.41.p, all updated plugins, Mondree template. |
Hi there, The output of the event page is determined by your theme so it will depend on how your theme outputs posts. Can you link us to one your events so we can take a look? |
|
|
http://s617934876.onlinehome.us/events/sticks-n-steps-2016 Mondree template documentation states that it only calls the short code for Event Expresso ticket selector. https://showthemes.zendesk.com/hc/en-us/articles/206712279–Mondree-Theme-Mondree-Theme-Guide#8.2 |
That’s referring to the integration within the theme, as in you can use the ESPRESSO_TICKET_SELECTOR shortcode within the registration widget within the theme. However most of the output on the single events page you link to is Event Espresso, EE basically hooks into your single.php template and injects the event details into the_content. You can remove the event details from: Event Espresso -> Events -> Templates -> Single Event Pages -> Display Venue Details Set that to No and save the settings. Displaying a feature image depends on the theme, does Mondree support feature images for single posts and does it have a setting to allow you to display them or not? |
|
|
Unfortunately, you are not answering my question. I have an event that has two ticket options. When patrons register I want to display the two tickets in a table with the add to cart button just below the table. I only selected to implement the Mondree template because it was highly recommended from your site as a partner template. Mondree does allow me to add a feature image that’s not the problem, the layout of the registration page to select the ticket needs minor layout changes. I do want to display the venue information as well. |
My apologies. Your initial question is not very specific and asks about the feature image, which currently is not displayed on the page so I thought that is what your looking to display. The ticket selector currently displays both tickets you have created within your event in a table, however the theme explicitly resets all styles on tables, which is the reason it displays as it does now.
The two tickets are already displayed within a table, however as mentioned the theme does not style tables at all (in fact it actually ‘resets’ all table styles to nothing), so that is why it looks how it does. We can provide some base styles for tables that you can use to build on if that helps? table, th, td { border: 1px solid rgba(0, 0, 0, 0.1); } tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 8px; vertical-align: baseline; } To float the ticket selecotr left rather than right you can use: .ticket-selector-submit-btn { float: left; } We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.
Unfortunately we can not control how the theme chooses to integrate with Event Espresso and the styles they chose to add. If you are unhappy with the integration I would recommend contacting showthemes to see if they can provide any additional information that may help. To completely customize the look of Event Espresso single events you have a few choices. You can completely take control of the single event output using a single-espresso_events.php template file, then take a look within: /event-espresso-core-reg/public/Espresso_Arabica_2014/ For an example of how you can create a complete template to control the output. Or for specific sections you can customise each sections specific template and plate that within a child theme, it all depends on what you want to do 🙂 I’m more than happen to provide any additional details to help you find the correct templates however you will need to be more specific as to what it is you actually want to change. |
|
|
I was able to get the ticket selector to display in a decent table like format by simply copying and embedding the code on the tickets page. However once I select the number of tickets, the registration page does not have the same style and look. Where is the embed code button for the registration form so that I can copy the syntax code into the Mondree’s template registration page? |
It turns out that there isn’t embed code for the registration form. The way forward will be to use some CSS to change the style and look of the registration page/form. |
|
The support post ‘Registration page layout — how to customize’ 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.