There are two methods,
Find and install wp Rollback, or
Go to wordpress The event Calendar
Select Advanced View
Scroll down to Previous folders and download a previous version.
Delete the new version and add the old version
Here’s the link
https://ww.wp.xz.cn/plugins/the-events-calendar/advanced/
Good luck
Peter
Hello all,
Thank you for reaching out.
I am sorry to hear the display of your views went south after the latest update. Yikes!
Regarding the Event Single view, it’s true that 5.5 included a revamp of the styles. The good news is that you can bypass the revamp using a constant. Look at the Developer section in the release notes https://ww.wp.xz.cn/support/topic/styling-problems-5-5-0/
As you can imagine, we would also like to fix the shortcode issue.
I have a couple of questions to help troubleshoot:
- Are you all also using the latest version of The Events Calendar Pro? If so, I would recommend using the premium support channel for faster resolution https://support.theeventscalendar.com/submit_ticket
- Could you share the WordPress theme you are using?
- Are there any template overrides or customizations in place for your views or shortcodes
Hang in there!
Geoff
@geoffbel Could you give us the correct link to the release notes.
Using MH Magazine theme
Extra CSS for TEC:
<?php
add_action(
'plugins_loaded',
function() {
remove_action( 'pll_init', array( PLL_Integrations::instance()->tec, 'init' ) );
},
1
);
@geoffbel
The code and location where to place it would be a simple and good fix, as I can’t find the solution either!
Thanks in advance and stay safe
@noahck
Yikes! You are absolutely right and I am terribly sorry to hear about your clients’ sites 🙁
The release notes post is being redirected to the latest one (which does not contain the relevant information) this is totally our bad!
In any case, you can find the procedure to revert the single event view changes here
@beemate and @markbosky regarding the shortcodes issue, if you disable the “Enable the Month View Cache” option under Events > Settings, the shortcodes should work properly with the latest version of our plugins. With that in mind, we will release a permanent fix for that issue in our next version.
Thank you all!