Jes
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] 2nd row pagination not workingHi @dawnwidmayer
We’d recommend submitting a support ticket directly at this link → https://my.theeventscalendar.com/get-help/ so we can continue the conversation and respect your preference not to share URLs publicly.Forum: Plugins
In reply to: [The Events Calendar] Custom Filter for EventsHi @jcmanlangit
Thanks for reaching out.
Based on what you’re looking to do, I’d suggest reviewing our ORM documentation here:
https://docs.theeventscalendar.com/apis/orm/query/events/examples/It provides a more flexible and manageable way to customize your queries. Once you’re comfortable with that, you can move forward with integrating your custom solution into an AJAX response.
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 foundHi @gattermeier
This is a rather interesting behavior, let’s start with the initial steps to solve this issue. Does the single event return 404? If yes, we could flush permalinks to see if this clears the issue. To do this, go to Dashboard → Settings → Permalinks, and click on the “Save Changes” button at the bottom of the page.
Also, it might worth a shot to deactivate and re-activate the Events Calendar plugin. I suggest re-installing the plugin as well.Please let me know how it goes, and looking forward to helping you solve this.
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 WordPress.org → https://wordpress.org/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 1 year, 8 months ago by Jes.
Hi @vatbub
Thanks for sharing this.
I have confirmed that the string is hard-coded and stored in a
$costvariable found in this filewp-content\plugins\the-events-calendar\src\views\blocks\event-price.phpI 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.phpand 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 site