Jes
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Access Venues Post Type in Page BuilderHi @dude101
This is a great question! Venues itself is a custom post type with additional element on it (where the address information is stored) and you can view its content publicly on this default URL format yoursite.com/venue/venue-slug-goes-here.
If you want to display them on the front end, there shouldn’t be any problem with it. Also, if you want to modify the upcoming events at each venue, this filter might help.
Forum: Plugins
In reply to: [The Events Calendar] No Edit Page/Site LinkAwesome! If you’re satisfied with our support, I would appreciate it if you could drop a review on www.ads-software.com → https://www.ads-software.com/support/plugin/the-events-calendar/reviews/#new-post and share your thoughts. Your feedback helps us improve our services and make sure all our users have the best possible experience.
Please reach out to us again if you have any other questions.
Forum: Plugins
In reply to: [The Events Calendar] The list of countries in Italian is gone!Hi @dgpixel
I have switched my WP-ADMIN → Settings → General → Site Language to Italiano. Then tried to add a new venue for Italy and I can see the Italia option in Nazione → https://share.zight.com/yAuevEJB
Do you have any translation plugin installed? If yes, kindly temporarily disable it and see if it addresses the issue. Also, would you mind resaving your WordPress Site Language setting and see if that helps?
Looking forward to your reply and helping you solve this.
Forum: Plugins
In reply to: [The Events Calendar] No Edit Page/Site LinkThanks for reaching out.
May I ask where does those placeholders text located at? Is it on the calendar (default URL is yourwebsite.com/events) or on the single event page (default URL is yourwebsite.com/event/sample-event-slug-here)? You can probably edit them via template customization.
These articles will help you understand how our this works.
Looking forward to your reply and helping you solve this.
Forum: Plugins
In reply to: [The Events Calendar] Display QuestionHi @ph3lectr0
From what I’ve found, the issue triggers when both the calendar and the menu overlap with each other on this page.
Would you mind adding the snippet below to Appearances → Customize → Additional CSS and see if it does resolve the issue?
.tribe-events-view{
top:3rem;
}Please let me know how it goes.
Forum: Plugins
In reply to: [The Events Calendar] How can i purge the list of files in import history ?We don’t have this feature by default, but you can try to delete them directly on your database’s post and post_meta tables.
The first step is to find the CSV file on post_meta table → https://share.zight.com/QwuJQml7 and delete it. Remember to take note of the post_id before doing so. Next is to delete that post_id in the post table → https://share.zight.com/QwuJQml7
Afterward, your import history should look like this → https://share.zight.com/kpuvdqwm. Lastly, delete this ID on the post table (usually it’s the ID found on the 2nd screenshot +1) with tribe-ea-record post_type → https://share.zight.com/jku0KKzw.
I understand that this is a lot of work, but I think this is the best work-around at the moment.
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] created event page not foundHi @sejimo
Appreciate your cooperation here.
Have you tried logging the possible error message when viewing the event, as mentioned in my previous reply?
Also, would you mind providing your calendar URL so that I can take a closer look? We might also consider that there’s an issue with style or script there.
Looking forward to your reply and helping you solve this.
Hi @dorelaiepan
You’re welcome! Please keep us on the loop on how it goes
Forum: Plugins
In reply to: [The Events Calendar] The list of countries in Italian is gone!Hi @dgpixel
Thanks for reaching out.
I have checked both your home page and calendar page. I might be missing something here, since I was unable to find where should these missing list located at. Would you mind sharing a screenshot or providing further information about it?
Looking forward to your reply and helping you solve this.
- This reply was modified 2 months, 3 weeks ago by Jes.
Hi @vatbub
Thanks for sharing this.
I have confirmed that the string is hard-coded and stored in a
$cost
variable found in this filewp-content\plugins\the-events-calendar\src\views\blocks\event-price.php
I have added your case in to the bug report [TEC-5064] for this issue. We don’t have a time estimate, but you’ll be notified with a reply when there are any updates. Rest assured that we are working on a permanent fix regarding this issue.
As for the temporary work-around, kindly copy that file to
[your-theme]/tribe/events/blocks/event-price.php
and replace line 26 with:<span class="tribe-block__event-price__cost"> <?php echo esc_html( $cost == 'Free' ? 'Kostenlos' : $cost ) ; ?> </span>
I hope this helps, please let me know how it goes.
Awesome! I am glad that it is now working on your end.
Please reach out to us again if you have any other questions or concerns.
Forum: Plugins
In reply to: [The Events Calendar] Calendar slow down and then broken my siteForum: 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.