Posted: December 3, 2018 at 5:30 am
|
Crazy that I spent $80 to get one to one support time and I have to leave a post here… strange approach. I have questions on layout and function… but would much rather talk to someone via chat / skype. Thanks. |
Hi David, Thanks for reaching out today. Since we do not offer chat or Skype support, we can refund the $80, and we can answer your questions here, or via email if you prefer. With regards to your comment:
If you can send a screenshot of an improved layout, we can give you the steps to snap that layout into shape. Usually this involves adding a few CSS tweaks to override the theme’s styles. |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
You’ll find some examples in the showcase:
After you’ve set up some events, you can display multiple listings by setting up a category, assign the similar events to a category, then display on a page using a shortcode like this: Then, you can configure how the output of the shortcode looks by going to Event Espresso > Events > Templates, and change the settings under “Event List Pages”
The page that the screenshot is from the demo site: and that page is the “native” single event post. You can get the same look with the “twentysixteen” WordPress theme, available from here:
You go to Event Espresso > General Settings > Admin Options and set “Link to Event Espresso in your Registration Page?” to No. Then you click Save.
It will normally look like what’s in the demo: If you intend on using that theme, you can get a head start on cleaning up the mess it makes of html tables by adding the following CSS to its custom CSS panel:
|
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
The look of the site is subjective so it really depends on what you want to change, how I like to display tables will not be how you would, personally I think the current output is fine but no everyone will.
May I ask, where would you prefer it to load?
‘Details’ loads the ticket description, click the <span class=”gear-icon dashicons dashicons-admin-generic”></span> icon on your ticket and input some text in the description field – http://take.ms/89hWF ‘Price’ will show a breakdown of how the price is calculated on that ticket, if you have price modifiers on the ticket, that’s were you would view those. For a ticket with a just a simple price set, it just lists the price you set in the editor.
There some options on what is shown in that section in: Event Espresso -> Events -> Templates -> Ticket Selector Template Settings You’ll see ‘Show Ticket Details?’ to completely remove that section and ‘Show Ticket Sale Info?’ which removes the sale counts in the ‘access’ section. Adding location could be done but you’ll need custom development, are you familiar with PHP?
Yes, there is a ‘duplicate’ button under the event title – http://take.ms/lxuWP
Neither of those are using Event Espresso.
The problem with that question is ‘our’ event list page looks different depending on your theme. The default Event List for Event Espresso is the post archive for posts so the how that looks depends on the theme and if the theme author spent time building out the archive template. So, yes, that is our event list, but the output is very much controlled by the theme, we just inject the event content into the templates. The reason for this is so that Event Espresso continues to follow the styles of your other ‘posts’ within your site.
Again, yes, that’s our single event page, which is just a single post template from the site’s theme, so the exact look changes from site to site. The event content is generally the same, but how its presented can change depending on what the theme is doing.
Thats our Event Grid template but the site is running a modified version to output the details how they prefer. The links used on that site go to event brite, for that they are just using the ‘Alternative Registration URL’ feature within the Events – http://take.ms/CrV7f If you set a URL there, any links to the event use that link, if its external (like above) that’s were the user goes…. so yes its our output, customized and then used to link to eventbrite.
No, that’s using a different events plugin, you can do something simiar with EE using the feature mentioned above.
No, that’s custom, they are displaying EE events but using their own output, we don’t have any kind of selector/filter as shown on that page.
Yes, that’s a single EE event page but again, it’s the theme that controls the majority of the output.
It is yes, but, that’s Event Espresso 3 which is the ‘older’ version of Event Espresso, all development time is now spent on EE4 (any time you see
In short, manually. Event Espressod doesn’t currentl support ‘recurring events’ in that you can’t create an event that runs weekly for x amount of weeks. You need to either create multiple datetimes (and tickets) within a single event, one datetime for each ‘instance’ of the event and a ticket to allow registrations onto that datetime… Or, you create multiple single events, each with a single datetime for that specific week. We can provide more specific details on setting this up, but point being there isn’t an option to generate X amount of weeks for an event, you need manually create multiple events, or multiple datetimes in an event |
|
You can change the size of the image with some CSS:
The link to buy button is the ‘register now’ button, they need to select a qty of tickets and click ‘Register now’. As for styling that page its based on your theme, can you send me a copy of the theme so I can take a look? You’ll likely need a custom template for EE single events. You can send a copy to support[at]eventespresso.com |
|
Yes, hangworkshop.com uses Event Espresso for their class registration & event calendar. |
|
|
This reply has been marked as private. |
Hi, It was probably Tony that downloaded your theme. If you can clearly define what you mean by getting the theme to “look decent” & “style up”, e.g. “Change this {specific element on a specific page} to have this {specific change to element}”, we’ll have something actionable to work with. |
|
|
This reply has been marked as private. |
Can you post a link to the page? The screenshot is helpful, but we’ll need to see the source to move forward on this. The part where you want to remove “Upcoming Events” is something you can do by adding a
|
|
|
This reply has been marked as private. |
You can add the following CSS to change the elements within the event list entries:
I’m not sure what you want moved to 3 columns though, can you explain? |
|
|
This reply has been marked as private. |
Ok. You will need to add a division wrapper around the shortcode to allow for 3 columns (normally not necessarily, but the Visual Composer plugin really mucks up the markup) e.g. Then, you can add more CSS to your stylesheet to achieve a column layout:
|
|
Are you still there? Here’s some additional CSS that will help snap the elements into place on the single event view. The EventBrite layout you shared isn’t really possible because of the differences of html markup between the two.
|
|
|
This reply has been marked as private. |
A few fixes I can suggest for those dates: 1) Change this:
to this:
and change this:
to this:
|
|
|
This reply has been marked as private. |
For only those courses? Or everywhere? If you want to disable that sitewide you can use the option within EE: Event Espresso -> Events -> Templates -> Ticket Selector Template Settings (bottom of the page) Set ‘Show Ticket Details?’ to No and save. If you only want to hide that link on the above event only, you can use some CSS:
|
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
Not with our shortcodes, you would need to add them to a category and then use the category slug to pull them in. How are you planning on ‘listing’ the events? You’re going to need some custom development if you want the output to look similar to the link you posted. |
|
|
This reply has been marked as private. |
|
This reply has been marked as private. |
Hi David, With regards to multiple categories in one shortcode, the shortcode can only accept one category. What you can do instead is install the Display Posts Shortcode plugin and use its shortcodes to display an event list filtered by multiple taxonomies. The plugin can be downloaded from here: Then, in order to filter by both “Gentle-intro-7-8-Year-Olds” and “half-term”, one of them will need to be a tag (instead of a category). So for example, “Gentle-intro-7-8-Year-Olds” can be an event category, and “half-term” can be a tag. Then, to display a list of events that are in the “Beginner” event category AND are tagged “All”, you’d use this shortcode: [display-posts post_type=”espresso_events” taxonomy=”espresso_event_categories” tax_term=”gentle-intro-7-8-year-olds” taxonomy_2=”post_tag” tax_2_term=”half-term” tax_operator=”AND” order=”DESC”] Then, one other thing you might want to do if you don’t want past events displayed in that list, is add this code to a functions file/plugin on your site: You can add the above to a functions plugin or, if applicable, into your WordPress child theme’s functions.php file. What that will do is make it show only events that are available for registration, so past events will not be displayed. You’ll note the output of the |
|
The support post ‘layout and walkthrough’ 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.