Jes
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] PHP 8.2 causing error when using Event List widgetHi @netnothing
Thanks for reaching out.
Based on the error report, the Event List widget might not be properly initialized on your end. Would you mind re-installing the Events Calendar plugin? Also, what was the previous PHP version before this issue surfaced? Does our plugin and your WordPress version are up-to-date?
Also, it might be worth a shot to proceed with conflict testing for it. We just need to cross-out the possibility that this might be caused by your other plugin or the theme itself. As I was unable to replicate the issue using PHP 8.2.9 at the moment → https://share.zight.com/2Nuor94dPlease keep us on the loop on how it goes, and we’re looking forward to solving this.
Forum: Plugins
In reply to: [The Events Calendar] created event page not foundHi @sejimo
Thanks for reaching out.
Have you fully migrated to the new data system in version 6? Based on the log, the current post object might not have this type tribe_events which is for our events. The existing event is showing correctly, right? And just to double-check, do these newly created events belong to a series?
You can also try installing this plugin which allows you to record all the generated error messages when viewing the newly created events, see → How to Enable Debugging in WordPress
May I ask for the following details as well?
The Events Calendar version:
PHP Version
WordPress versionPlease do not share any credentials or sensitive information on this thread, this is for us to follow the WordPress Forum Guidelines.
Forum: Plugins
In reply to: [The Events Calendar] Display QuestionHi @ph3lectr0
Would you mind adding the snippet below to Appearances → Customize → Additional CSS and see if it does resolve the issue?
.single-tribe_events section#tribe-events-pg-template * {
color: #fff !important;
}Let me know how it goes.
Forum: Plugins
In reply to: [The Events Calendar] 2025 Events not showingHi @intersysx,
Thanks for reaching out.
I can see that the requests for event data when navigating to your calendar returns 401 (Unauthorized) → https://share.zight.com/geuKrlgd
Do you have any server security or plugins that are active on your site? If yes, kindly temporarily disable them and test the calendar navigation again and see if that resolves the issue.
I would suggest reading through our article about conflict test as well, as this might also help you diagnose and solve the problem.
Please keep us on the loop on how it goes.
Forum: Plugins
In reply to: [Event Tickets and Registration] paypal webhook probsHi @epicmedia
I appreciate your taking the time to do the initial troubleshooting here, let’s work our way to figure out what triggers this unexpected behavior.
During the conflict test, the only active plugin is Event Tickets? If no, kindly try this one to make sure that nothing blocks the communication between your server and PayPal.
Next question, does your server have an active security module/plugins or firewall? If yes, would you mind temporarily disabling and seeing if that helps? You can try to reach out to your server admin to verify this. It might be some problems with the REST API as well.
Just to double-check, I tried, but I was unable to replicate the issue → https://share.zight.com/Z4u9zXmA
Please let us know how it goes, and looking forward to helping you solve this.
Forum: Plugins
In reply to: [The Events Calendar] Removing end dateHi @sno543
Thanks for reaching out.
The end date plays a role in our calendar plugin. I suggest creating a recurring event which ends like 10 years and set the “end” option to never.
As for the second question, you could try embedding a calendar and set the “date” parameter to the event’s date, for example [tribe_events view="month" date="2024-09-02"]I hope this helps, and let me know if you have any other questions or follow-ups.
Forum: Plugins
In reply to: [The Events Calendar] No events showing in any viewHi @florismk
Thanks for reaching out.
I have checked your calendar page and I see the events are showing in both January and September → https://share.zight.com/QwuJQmbn. I am just curious if I am missing something here? Have you proceeded with the migration? You could also try to re-install the plugins and see if that helps as well.
Also, I haven’t found caching or script errors during the test, so I guess it maybe a good idea to disable this option WP-ADMIN → Events → Settings → Enable the Month View Cache if it’s turned on at the moment.Please keep me on the loop on how it goes.
Forum: Plugins
In reply to: [The Events Calendar] How can i purge the list of files in import history ?This is a valid question, let me go back to the team and share this. I will get back to you once I know more.
The team has responded, and they have mentioned that this issue was resolved in last week’s release (see Fixes). Would you mind updating your copy of The Events Calendar and circling back to me if it resolves the issue?
Forum: Plugins
In reply to: [The Events Calendar] 4th event breaks the homepageHey @arjanbrons
That’s a good find there. It might be an issue with the sticky post. Please keep us on the loop on how it goes.
Hey @leonardcraft
I could confirm the same scenario in the event category page on my end. Let me check the team regarding this and will get back to you once I know more.
Forum: Plugins
In reply to: [The Events Calendar] Accessibility Issue: focusable descendantsHi @trojanaslan
Just to confirm, does this tab come from the Elementor widget? Here’s the preview of the affected element.
<ul id="uscr-events-tabs" class="nav nav-tabs" role="tablist"><li class="nav-item" role="tab"><a href="#tab-spring-2024" id="spring-2024-tab" class="nav-link" aria-controls="tab-spring-2024" rel="nofollow">Spring 2024</a></li>...
</ul>Would you mind sharing a screenshot of what this looks like in the backend/editor?
Forum: Plugins
In reply to: [The Events Calendar] new events are no longer displayedThanks for reaching out. I noticed that when the navigation is clicked on your calendar, the requests returns 401 → https://share.zight.com/5zuoDog4. Do you have any security plugins installed and active on your site? If yes, kindly temporarily disable them and see if that helps with the issue.
Please keep us on the loop on how it goes.
Forum: Plugins
In reply to: [The Events Calendar] PHP Fatal errors when using Author Personal Blog themeHi @jjbte
Thanks for sharing that information, let me ask the team about it and will let you know once I have feedback from them.
Forum: Plugins
In reply to: [The Events Calendar] Import CSV ok except the date are in 1970-01-01Hi there,
Thanks for reaching out.
Have you tried removing the “”or “” and trying it again? I have confirmed that the sample CSV file works when previewing the import → https://share.zight.com/WnuWwKe9
You might want to check this online validator for CSV files to make sure that everything is composed properly.
Please let us know how it goes.