Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi, Marilyn. Any iCal link can be subscribed to. The difference is if someone downloads the link as an .ics file, in which case it’s a static file, not receiving updates.
The key is to have some documentation for their own calendar system (Apple, Outlook, Google, etc.) — they need to add the link to their calendar system, not download it.
For Google users, this snippet adds an additional export button specific to Google Calendar: https://cl.ly/2j2d2d1B3s1E
https://gist.github.com/cliffordp/96759ce94fedb344509ba2a02fc334ce
And this one changes “iCal Export” buttons to be webcal:// links, which suggests to calendar applications that they should subscribe instead of download the .ics file.
https://gist.github.com/cliffordp/be034504a2c530495b7d58e704352069
Please let me know how this goes for you.
Cliff
MemberThanks for the kind words. I believe this snippet does what you did but without requiring CSS or template override:
https://gist.github.com/cliffordp/60b5acf003fa68ad7803313d662c08e7
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi. Thanks for your detailed message.
I wouldn’t personally consider these bugs, since the primary use case is for all events to be displayed as part of a single/master calendar.
However, I understand your specific concerns because you want your calendar to be very category-centric.
The “All Events” link comes from https://github.com/moderntribe/the-events-calendar/blob/4.6.13/src/views/single-event.php#L28
The Related Events comes from Events Calendar PRO: /wp-content/plugins/events-calendar-pro/src/views/pro/related-events.php
That file uses tribe_get_related_posts() to get the events, which is filterable. You can see the function at /wp-content/plugins/events-calendar-pro/src/functions/template-tags/general.php
Hopefully this will help you in your customization, if you choose to do so.
Please let me know how this goes for you.
Cliff
MemberThe code snippet makes it so you don’t have to manually check the box in WooCommerce product settings for each past and newly-created ticket.
Thanks for your feedback. I’ll close this thread now since the original poster, Vuk, is taken care of.
Have a great weekend.
Cliff
MemberHi again. Thanks for creating separate tickets for each question. 🙂
Here’s what I see with Filter Bar: https://cl.ly/0n1s0j1J2Y1L
Are you seeing something else or are you wanting all or one of the text fields removed? (It’s what we call the Tribe Bar.)
Cliff
MemberHi again. Some of those strings may be in The Events Calendar instead of in Filter Bar.
Additionally, this information regarding translations may prove helpful:
- Translating the premium plugins
- Translating The Events Calendar (free/core plugin)
- How to Override Plugin Language Files (custom language files on your own site)
- Customizing/Changing any bit of text (actual code snippet is at the very bottom) — or using the Say what? plugin (third-party, not guaranteed or supported by us) might be easier to setup and use to do the same thing as our provided code snippet
Please let me know if you need any further assistance.
March 30, 2018 at 5:41 pm in reply to: How to display events from just one certain organizer under a page #1493270Cliff
MemberHi. We are correct that we do not offer this functionality.
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.
March 30, 2018 at 5:39 pm in reply to: Trying to get full iCal feed past current month, but it's not working #1493269Cliff
MemberHi, Nabha. We don’t provide technical support in our Pre-Sales forum, but here’s some information that may help:
The “Export Events” iCalendar link at the bottom of Month View contains different events from the “Export Events” link at the bottom of the List View.
Please try that view’s iCalendar link and see if it works more how you’re wanting.
Cliff
MemberHi, David. Sorry for the lack of clarity. The event organizer order not saving after drag-and-drop was the issue fixed.
The other issue — of the Linked Post Types outputting alphabetically — is currently in queue for an upcoming update. We’ll leave this in Pending Fix status until this thread gets updated again.
Thanks for your patience.
Cliff
MemberRight, Dmitry… just that this snippet makes it so all WooCommerce tickets act as if that box is checked.
March 30, 2018 at 3:57 pm in reply to: Don’t allow users to insert events that pass the present date ? #1493226Cliff
MemberHi, João Dessain Saraiva.
Thanks for your patience.
We released this functionality as a free extension, available at https://theeventscalendar.com/extensions/custom-datepicker-start-date/
If you have usage questions or bug reports, please post to our Extensions forum (https://theeventscalendar.com/support/forums/forum/others/extensions/#dl_new-post) instead of commenting here.
I hope you like it! 🙂
Cliff
MemberJeremy, you can alter what gets imported using one or more of our hooks.
Here’s a snippet that disallows Venues from being imported (for all EA imports, not just from Facebook — let me know if that’s what you want instead):
https://gist.github.com/cliffordp/f2045efa4b19b39d1b52db5d072b85a7
Please reference https://theeventscalendar.com/knowledgebase/implementing-custom-code-snippets/ for how to implement custom code snippets.
Please let me know how this goes for you.
Cliff
Member1)
The User Switching plugin makes it so you don’t need their credentials to “sign in” as them (switch to them). You would do so and then go through the purchase process, same as they would themselves.
Like I said before, this is a workaround and not functionality we provide natively or provide support for.
2)
If you’re using WooCommerce, for example, the ticket order would go into Processing status. Once you change it to Complete status, the ticket email would send. So, in essence due to how payments are handled, yes this functionality can exist.
Cliff
MemberThanks, Ilkka.
Stephanie, please make sure you’re on our latest versions (we released updates this week) and see if the issue is still happening for you.
If it is, please record a video (share a link, such as Dropbox or Google Drive) of you reproducing this issue so I can try to reproduce it on my own testing site.
Please also re-share your System Information in a Private Reply.
That will give me a lot of extra information to help troubleshoot this.
Thank you.
March 29, 2018 at 9:25 pm in reply to: Problem with "tribe-events-nav-next" -> it goes into the very past #1492408Cliff
MemberI am very glad to hear this. Sorry for the trouble you experienced.
-
AuthorPosts
