Posted: October 4, 2024 at 4:39 am
When you come to the detail page of an event, it shows at the section “when” the start date of the first event occurrence and the enddate of the last occurrence. Is it possible to get the dates per row of an occurrence? example: PSM II training expected: |
|
Hi there, Can you link me to the page you are referring to so I can take a look? |
|
Yes, I can.. |
|
Hmmm, ok so that’s not the default output from Event Espresso. Did you have a developer customize how the Events were output when setting up? |
|
No, no developer worked on it. The only thing I removed was the image on top |
|
But the output on your event page doesn’t match anything like what EE would output. I’ll show you, here: https://monosnap.com/file/Mvzjr9Ow7kwqT9IY7EoJOIIyzUalsF Event Espresso doesn’t have any ‘focus-block’ classes within the codebase, at all, if I search out entire repo for that class noting shows up. See HERE, that’s search all of out repo, core, add-ons etc. When EE outputs Datetime details to the event page it outputs differently to the above, it wraps those details in a div with the class So that ‘When’ section has to be something custom here, either a custom template or custom function hooking in and adding that section. |
|
OK, I will try to find out. Maybe it’s because all and everything is using this archive ‘thing’ |
|
Possibly but that would be another output. Would be the archive of EE events. https://innspire.nl/academy/professional-scrum-master-a/ Would be the ‘singular’ output for an EE event. Both would require custom code/templates to customize the output. I can see your using a custom built theme so I would guess you have custom templates within there. Take a look in /wp-content/themes/innspire/ Look for any templates that have the name ‘espresso’ in them, they are likely related to EE’s output. |
|
I found it indeed! We have in the themes folder a single-event_espresso.php which had copies from the examples provided in the EE plugin folder. I was able to remove the strange focus block. Thanks!! |
|
You’re most welcome, I’m glad you found it. |
|
You must be logged in to reply to this support post. Sign In or Register for an Account