Posted: May 6, 2020 at 4:00 pm
I’ve made some adjustments in Events > Templates > Event List Pages However, these adjustments aren’t showing up when I use the [ESPRESSO_EVENTS] shortcode. Am I misunderstanding how this should work? |
|
Hi there, What adjustments have you made to that section? They should be applied to the ESPRESSO_EVENTS shortcode. Do you have any caching enabled on the site? If so try emptying the caching as the page you have the shortcode on may be stale. |
|
Just basic changes, for example: yes to showing datetimes. Nothing custom – just the basic options there. I’ve cleared the cache as well, and it looks like it’s still not showing the datetimes. |
|
Can you link me to the page In question so I can take a look? |
|
Sure! On this page, the event list is below the calendar view: And then here’s the basic events page: https://the-collaborative.net/events/ Neither one of these is showing what I expected. Here’s a screenshot of the templates page: https://share.getcloudapp.com/WnuGZREq |
|
The event list from ESPRESSO_EVENTS looks correct, although there are additional fields from Event_Custom_Fields which I assume is something you have set? So the calendar-2 page matches your event listing. Status banner displays. The additional details as mentioned. May I ask, what are you expecting to be different there?
The output on that page is controlled by your theme and most likely it simply calls the post title and excerpt directly on archive outputs. EE hooks into the_content to output the additional details so if the theme does the above none of the custom details are added. For Divi you’ll need to enable ‘blog mode’ in the theme setting for the archives to function how you expect. |
|
Got it. This is really helpful. I think it’s the custom fields that are throwing me off here. Is there a way to limit the amount of characters it shows in the list? |
|
I found this snippet to limit characters https://gist.github.com/joshfeck/4bfdcaad62671a65583bac52df8e32eb Is it possible to hide the custom fields on the excerpts only? |
|
And on a similar note… Is it possible to limit the excerpt in the grid version as well? |
|
Including the custom fields? You’ll need to check however those are being added to the content as they aren’t from EE by default. For the default EE output, sure: https://gist.github.com/joshfeck/4bfdcaad62671a65583bac52df8e32eb |
|
Thanks Tony. I found that snippet earlier, but it’s not only limiting what’s in the WYSIWYG editor, not the custom fields. I think I’ll try targeting it with CSS to hide it. Is there a way to limit characters on the grid view? |
|
Those custom fields are not being added by Event Espresso itself, so whatever is adding them will need to set the limit.
Have you manually added the excerpt yourself? We don’t display the excerpt on the grid view. |
|
Thanks Tony. I was able to target it with CSS and hide it, so we’re set there.
No. I haven’t added the excerpt. Just hoping to keep the longer default tool-tip hovers a little shorter. |
|
Oh, so you mean the calendar view and not grid? We have both so by Grid view I assume you meant this add-on: https://eventespresso.com/product/eea-events-grid-view-template/ Or is the calendar? |
|
Oh! Yes, sorry for the confusion. I’m using the Calendar, this one: https://eventespresso.com/product/ee4-events-calendar/ |
|
Ok, I follow now. So by default you have a couple of options, you can either add an excerpt to your events which will then be used on the tooltip or you can add a Read More tag to your full content and EE will stop there. If you don’t want to do that for each event there is a filter on the description |
|
Great. Thanks so much! |
|
You’re most welcome 🙂 |
|
The support post ‘Events List not updating’ 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.