Forum Replies Created
-
AuthorPosts
-
September 7, 2016 at 2:19 pm in reply to: Navigation arrows on the top of the default month view #1161199
Cliff
MemberHi Ted. Thanks for your question.
Mathew, thanks for helping here.
Ted, please let me know if you need any additional assistance on this topic. If you do, please include a link to view the issue at.
Cliff
MemberHi Peter.
The posts come from the tribe_get_related_posts() function, which does
'orderby' => 'rand',and that is able to be overridden via the tribe_related_posts_args filter.You could use the following as a reference (but you’d want to override the ‘orderby’ — or do whatever else you might want to do):
https://gist.github.com/elimn/1e6797dd1a5d8ee666c5
I hope this helps. Let me know if you need anything else.
September 7, 2016 at 2:07 pm in reply to: Trouble with Adding new venue, organizer, and recurring events options #1161184Cliff
MemberThis reply is private.
September 7, 2016 at 1:49 pm in reply to: "tribe_get_recurrence_start_dates" Not working as Expected #1161177Cliff
MemberAh ha. We figured out that this function/method is incorrectly including Revisions. (screenshot)
I’ve reported the bug to our developers, and I marked this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.
I apologize for this issue and appreciate your understanding and patience.
Cliff
MemberHi.
Sorry you are experiencing this.
I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. However, I know it’s already been patched and should make it to a maintenance release soon.
I apologize for this issue and appreciate your understanding and patience.
Cliff
MemberKaren, what am I comparing that URL to? (I just want to be sure.)
Feel free to share any screenshots that may help.
September 7, 2016 at 8:36 am in reply to: Filter bar customisations – adding to theme templates #1160956Cliff
MemberYou bet. Have a great day!
September 7, 2016 at 8:36 am in reply to: Disappearing navigation menu – theme/plugin conflict of some sort #1160954Cliff
MemberI’m saying the parent theme you shared with me (I didn’t look into the child theme) has code that’s been deprecated since The Events Calendar version 3.10, which was released in or around June 2015.
You can report this to your theme author or just continue using things as-is.
We do not provide support for themes besides the WordPress default themes like TwentyFourteen, TwentyFifteen, and TwentySixteen, but we especially couldn’t help with a theme that is not updated with our current plugin versions.
I hope this clarifies the situation. I’ll be glad to help however I can. I’m looking forward to hearing back from you.
Cliff
MemberLooking at the code that generates the shortcode: /wp-content/plugins/event-tickets/src/Tribe/Shortcodes/User_Event_Confirmation_List.php
It appears to only be for Upcoming Events.
You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
And/Or, you could build your own shortcode based on the existing code to include Past Events.
I hope this helps!
Cliff
MemberIsaac, here’s a code snippet I made just the other day for someone else for RSVP tickets:
https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182
Please let me know how it goes for you.
Cliff
MemberMathew, thanks for helping here.
Clay, none of our orders are auto-renew. And please let us know if W3TC is one of the issues here. This is a helpful article about W3TC’s settings for The Events Calendar.
Plugin conflicts like this is one of several reasons we ask you to deactivate all non-Modern Tribe plugins in our recommended testing instructions.
Cliff
MemberThe tribe_get_end_date() function has a parameter for $date_format, which by default comes from tribe_format_date(), which defaults to using tribe_get_date_format(), which gets the date format specified in the tribe options.
Long story short, the date format specified in the wp-admin > Events > Settings > Display tab — particularly the first two options in the case you’re asking about — are used unless you need tribe_get_end_date() to have a different $date_format than the rest of your site’s date formats.
I hope this clears things up even if it’s a bit more detailed than you needed. 🙂
I’d suggest entering your preferred date format in those 2 settings and then try things out on your site. Let me know if you need some help with the date formats for those 2 options.
Cliff
MemberI’m very glad to hear you’re no longer experiencing this. Since I wasn’t able to replicate the issue, I’m really not sure how else to be of help — no additional suggestions.
I hope it all works just fine going forward though!
Cliff
MemberHi.
Here’s a temporary code snippet to fix the issue until its included in a future maintenance release:
https://gist.github.com/cliffordp/36a25ef87f2e78ab3d3177e9462415a3
Please let me know how things go for you.
Cliff
MemberMary, I tested on the latest version of Chrome (which is Version 53.0.2785.89) on my iMac OS X 10.11.6
Here’s a video of my testing: https://cl.ly/3G3R2X363u3u
-
AuthorPosts
