Posted: March 7, 2016 at 6:44 pm
|
Hi there, I’m running EE Version 4.8.35.p with Calendar Version 3.2.6.p. I updated to the latest versions today as people were having trouble paying. Despite having the correct shortcode [ESPRESSO_CALENDAR] I get a page with a list of upcoming events, not a clickable calendar and I’ve had that issue for a year and was hoping the update would fix it. I can live with this BUT… on that list of events, the date displaying on the list is the date I created the event, i.e. 6 November 2015, instead of the date the event will take place in the future. When you click through to the event page itself the correct date shows for the event. How can I make the correct date show on the list? Have a look at http://www.rydebusiness.com.au/events/ and you’ll see what I mean. |
Hi Sabrina, The /events/ page is not actually a page, but an archive of EE events. So you have a page called ‘Events’ with the [ESPRESSO_CALENDAR] shortcode set there, but when you visit /events/ you don’t see the Calendar correct? If so that’s actually expected behavior in that EE is displaying all of the EE events in an archive view. You can either create a new page, lets say its called ‘Calendar’ and place the calendar shortcode there to view the Calendar OR if you want them listed within /events/ EE needs to be set to use a different ‘slug’. This can easily be done within the admin but means all of your events will change from: http://www.example.com/events/your-awesome-event/ To http://www.example.com/new-slug/your-awesome-event/ ‘new-slug’ will be whatever we set in the admin so I just want to confirm if that’s what you want to do?
That’s actually a feature of your sites theme, it is displaying the post date on the archive list. The quickest way to remove it is to hide it using some CSS: .espresso_events .meta-date { display: none; } We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these. Changing the theme to output the real event date can be done but will require the help of a developer, or we usually provide this using a support token. In a nutshel your theme needs to be modified to show the correct date within the EE archive of events, this is done a little differently for each theme. |
|
|
Hi Tony, thanks so much for your help. I started a new page called Calendar, put in the shortcode and it displays. Phew. I also now have a registration page with the archive links to all upcoming events, in the event people prefer to work that way, and thanks to your Custom CSS I have been able to get rid of the date. Brilliant! Love the service here on the EE forum, you guys rock! |
You’re most welcome, Sabrina. Thank you for the feedback, I’ll pass it on to the rest of the team 🙂 |
|
The support post ‘Calendar not displaying. Incorrect dates displaying.’ 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.