Forum Replies Created
-
AuthorPosts
-
Cliff
MemberI’m glad to hear that. Thanks for the update.
Cliff
MemberHere’s an installable .zip file (install it at your Plugins screen) that adds two URLs:
- example.com/events/?ical=1&tribe_display=recently-published
- example.com/events/?ical=1&tribe_display=year
The first is useful when folks are trying to use the iCal importer to pull events from one website to another. It will contain any recently published or modified events. Note: It is subject to the postsperpage setting in WP-Admin > Events > Settings.
The second is much like the code snippet I shared with you before, but it only exports this year’s events (from January through December). The one I shared with you exports a year from today.
Maybe this plugin version is better suited for your needs (if using it, do remove the code from your theme’s functions.php)?
August 2, 2016 at 11:19 am in reply to: Link to EDIT event doesn't link me to the edit page #1146721Cliff
MemberSo when you click the “Edit” button from the CE List, it takes you to the CE edit form but you’d expect it to take you to the wp-admin post editor screen instead?
Or are you saying it takes you to the CE edit form but that event’s data isn’t displayed in the form at all?
Cliff
MemberThanks for all the additional details.
One of our developers and I looked into this. It looks like Pods is using a really old version of handlebars.js (1.0.beta.6) and we use version 3.0.3
If their version is getting enqueued instead of ours, that might be the cause for the problem.
Cliff
MemberHi Lynn. I didn’t see any attachments come through.
It sounds like you’re trying to use Events Calendar PRO’s Additional Fields functionality or Event Tickets Plus‘ Attendee Meta functionality.
If trying to use ET+ with RSVP tickets, please reference our Making Tickets KB article (screenshots are from an install using WooCommerce) for an idea how to create tickets for an event.
Site visitors would purchase tickets from each event’s single page/view (e.g. example.com/events/rogers-day-at-the-zoo/) — if there is an RSVP to submit or ticket to purchase.
The order confirmation email will include a QR code that can be scanned to “check in” someone at the door at the time of the event. You can read more at Tickets: Managing your orders and attendees.
However, I do not see that you’ve purchased ET+.
If you’re referring to PRO’s Additional Fields, or even something else, please share some links and/or screenshots so I can further assist.
August 1, 2016 at 3:27 pm in reply to: Events Calendar Pro Not Auto-Updating on Home Page.. #1146291Cliff
MemberHi Frank. That definitely sounds like an odd error.
From your system information report, I saw you have a caching plugin. I’d suggest disabling that and clearing your browser’s cookies, cache, and any other data for this site.
With a fresh browser session, does the issue persist?
If yes, I’d suggest following our recommended troubleshooting steps:
Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide (basically switch to TwentySixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any PHP errors you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.
Then, please share your System Information (while in Testing for Conflicts mode).
You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
Let us know what you find out.
Thanks.
Cliff
MemberHi again, Sunny.
The yoursite.com/events page is actually a WordPress archive page for the “tribe_events” custom post type. Your theme might not have a setting for how to handle this.
You may need to ask your theme’s support for how to display your site’s menus when on a “tribe_events” custom post type archive page.
Please let me know what you find out.
Cliff
MemberHi Riccardo. You could use one of our plugin’s widgets or shortcodes. However, I believe there are only ways to include specific categories (include only these), not exclude them (i.e. include all but these).
If your categories are static (i.e. not changing/editing them), it would be easy to just select all the categories except the one you want to exclude.
Please let me know if this answers your question.
Cliff
MemberHi Sunny. Thanks for your detailed question.
I believe I understand what you’re asking for, but we’re limited in helping with customizations, per our Scope of Support / Terms. However, I can try to help point you in the right direction.
I’m not certain if what you’re experiencing is what is to be expected, but I can tell you that the List View’s prev/next links come from https://github.com/moderntribe/the-events-calendar/blob/4.2.3/src/views/list/nav.php
which runs tribe_get_listview_dir_link() from https://github.com/moderntribe/the-events-calendar/blob/4.2.3/src/functions/template-tags/link.php#L168
which has a filter.
So maybe you could leverage the tribe_get_listview_dir_link hook to add a query string parameter to all prev/next URLs (assuming your custom taxonomy is available via a query string). Or maybe reviewing that function will point you in another direction that may be a better type of solution.
Please let me know if you get any further along after reviewing this information.
Cliff
MemberHi, Emil. Thanks for your detailed question.
The List View’s prev/next translated link text are here:
- GitHub view: https://github.com/moderntribe/the-events-calendar/blob/4.2.3/src/views/list/nav.php#L26-L34
- location on your site: /wp-content/plugins/the-events-calendar/src/views/list/nav.php
Additionally, we have this information regarding translations:
- Translating the premium plugins
- Translating The Events Calendar (free/core plugin)
- How to Override Plugin Language Files (custom language files on your own site)
Please let me know if you need any further assistance.
Cliff
MemberHi Paul. I believe what you’re asking is for your theme’s “edit” button on each event to go to the Community Events edit form instead of the wp-admin post edit screen.
To accomplish this, you would need to change the “edit” button’s link from something like http://example.com/wp-admin/post.php?post=205&action=edit to http://example.com/events/community/edit/event/205/
I hope this makes sense and your theme author might be able to help accomplish this.
Cliff
MemberHi Alex.
I’m sorry to hear you’re frustrated about this.
If I’m not mistaken, I believe you’re requesting the same thing as one of our existing feature requests: Recurring Event Support for Tickets
Please do add your vote there.
This allows us to gauge interest in this particular feature request, which helps us prioritize our development efforts.
Please let me know if there’s anything else I can help with on this topic.
August 1, 2016 at 2:25 pm in reply to: Multiples of the same event when I use recurrance rule #1146274Cliff
MemberHi. Sorry you’re experiencing this.
What version of The Events Calendar are you using? There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide (basically switch to TwentySixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any PHP errors you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.
Then, please share your System Information (while in Testing for Conflicts mode).
You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
Let us know what you find out.
Thanks.
August 1, 2016 at 2:23 pm in reply to: Moving Ticket Purchase Form in Genesis, How to Properly apply remove_action #1146273Cliff
MemberHi Yulia.
Please reference our Genesis theme framework integration and Moving the Tickets Plus form KB articles and let me know if you have any follow-up questions.
Cliff
MemberHi Debra. I installed that theme on my local testing site and there’s definitely a conflict loading The Events Calendar.
I believe the reason is because that theme doesn’t add body classes. Please reference our What is a body class and why do I need one? KB article.
Please know that we do not provide support for themes besides a WordPress default theme like TwentyFourteen, TwentyFifteen, TwentySixteen, etc, per our Scope of Support / Terms.
-
AuthorPosts
