Forum Replies Created
-
AuthorPosts
-
Cliff
MemberI’m glad you got a working solution!
I believe the day names are customizable via the tribe_events_week_day_header filter.
I’ll close this thread since we answered your initial question, and we like to keep our forum threads focused on a single question.
Thanks! 🙂
Cliff
MemberOkay. Thanks for the update. Have a great weekend.
Cliff
MemberCharles, I’m sorry if my previous reply wasn’t clear, but this specific thread will have a new reply added by a staff member once a release that includes a fix for this bug is available.
To clarify, you might see more updates to our products, including The Events Calendar, without receiving a reply here. This would mean this bug isn’t yet fixed.
August 4, 2017 at 6:35 pm in reply to: Output Hierarchical List of Upcoming Event Categories #1331066Cliff
MemberHi. Thanks for all the details.
Why do you have
'hide_empty' => false?Your
// Loop through the upcoming events with tribe events category taxonomydoes a foreach() but doesn’t use $event.You should also probably either wrap
tribe_events_catin quotes or do this:'taxonomy' => Tribe__Events__Main::TAXONOMY,As you know, we can’t do this customization for you… but maybe looking at the source code of the wp_list_categories() function might help you with your logic?
Please let me know if any of this helped.
Cliff
MemberYou’re welcome!
Cliff
MemberHi, Preston. Sorry you’re experiencing this.
Event Aggregator’s limits are per import source, not per event.
For example, if google/calendar-one has 40 new events, it’ll use 1 of your 100, not 40 of your 100 limit.
Do you think this matches up with what you’re experiencing?
Cliff
MemberHi, Shawn. Sorry you’re experiencing this.
Could you please provide the Facebook URL you’re unable to import from manually so I can test for myself?
Cliff
MemberHi, Patrick.
Here’s how our recurring events logic currently works:
- When you create a new event (say Post ID 100) and set it to be a recurring event (weekly for 4 weeks), it’ll create Post IDs 101, 102, and 103 as new/separate posts with Post ID 100 as the post_parent
- If you delete Post ID 100 via wp-admin, it’ll delete the entire series (100-103) because you’re deleting the parent post (the recurrence series)
- Or you could instead break Post ID 101 from the series; then it’d be a standalone event (basically Post ID 100 is no longer its post_parent)
Maybe you deleted the parent post / recurrence series (e.g. Post ID 100)?
Please let me know if this clarifies things for you.
Cliff
MemberHi. We always like hearing of things like this! 🙂
I’m not totally clear what you’re needing here: you posted in the Events Calendar PRO forum and you say you’re using your own ticketing solution but then asking about the (re)creation of Event Tickets Plus Additional Information.
Could you please clarify your request and maybe provide a code sample (if it adds context)?
Cliff
MemberHi.
In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues. Please keep this in mind for the future. Thanks for your understanding.
1)
Are you asking for new functionality or reporting a bug here?
If requesting new functionality, please share your idea to https://tribe.uservoice.com/forums/195723-feature-ideas/category/85258-event-tickets-events-tickets-plus
2)
I understand you’re thinking this shortcode has a bug in it.
That is the correct shortcode, and it’s working on my test site. Are you sure there are upcoming events the logged-in user is attending? Are you experiencing issues with a certain ticket type?
Cliff
MemberYou’re welcome. Let me know if you need anything else if/when you attempt to implement this.
Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.
Thank you!
Cliff
MemberI see your site is set to Los Angeles time zone (currently GMT-7) so 6am minus 7 hours would be a different day of the week…
My site is set to Chicago time zone (currently GMT-5) so I created a new recurring event on today’s date at 4am, but I didn’t experience what you are saying your site is doing. Instead, the Month View did display this recurring event properly on today’s date and each weekly thereafter.
Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
- Downloads / Version Numbers
- License Keys
- TEC Automatic Updates
- or TEC Manual Updates
- WordPress core updates
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
Cliff
MemberThey are incomplete; you need to reference those functions for what you choose as the best way to implement this customization. Referencing this snippet might be helpful to get you started.
If there’s a code snippet you’d like me to put some eyes on or something else I can help you with.
August 3, 2017 at 8:03 pm in reply to: Event Aggregator: Event country imported from Facebook in wrong language #1330506Cliff
MemberCorrect. This thread will get an update once the fix for this issue is released. This doesn’t mean it will be the next release. Our development team does advanced planning and prioritizing of all the outstanding issues.
Thanks for your patience and understanding.
Cliff
MemberThanks for doing that.
I see you’re using a Genesis child theme. I’d recommend referencing https://theeventscalendar.com/knowledgebase/genesis-theme-framework-integration/ (note that some of it may be outdated but it might still prove helpful).
-
AuthorPosts
