Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi, Al / Michael.
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, and thanks for your understanding.
===
1)
Regarding PRO’s Additional Fields integrating with Filter Bar, I wasn’t able to recreate this sorting issue. If you share a link and some annotated screenshots or a video screen capture, it might help communicate what you’re seeing and what exactly the issue is.
2)
Additionally, PRO’s Additional Fields does not become columns at the Events wp-admin screen, although that’s a neat idea.
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.
Cliff
MemberHi, Thierry.
Thanks for considering our plugin suite.
This sounds totally viable with a small amount of custom coding (which we can usually help with a little bit), except that you probably want to use our Eventbrite Tickets add-on instead of Event Aggregator.
And, yes, Events Calendar PRO would also be required in order to get the Map View.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
Cliff
MemberHi, Kulin.
Sorry you’re experiencing this.
I show you have a license for Events Calendar PRO but not Event Aggregator (EA). However, it sounds like you’re trying to import iCal/Gcal URLs… please advise…
As far as EA goes, I tested importing from https://calendar.google.com/calendar/ical/chueyfus%40gmail.com/public/basic.ics and picked a single event to test with: Anschutz medical campus on April 26, 2017.
Here are the details of the calendar and this specific event:
https://gist.github.com/cliffordp/82f5d3a6f95e3c410f837fe84c4bbf13
Note that the calendar’s timezone is Denver (UTC-6 at this time due to DST) and the event is from:
DTSTART:20170426T160000Z (4pm UTC)
DTEND:20170426T200000Z (8pm UTC)This event imported accurately as 10am – 2pm Denver time: https://cl.ly/2W452i1F242r
Therefore, in this sample test using the latest versions of all our products (specifically EA in this case), I was unable to replicate the issue.
Please let me know if I can clear up anything else for you or if you have any follow-up questions on this topic.
April 20, 2017 at 9:54 pm in reply to: Change the sender email address for all events-ticket related emails? #1272504Cliff
MemberI got this working for RSVP tickets but not for WooCommerce tickets:
https://gist.github.com/cliffordp/35d3c0a08e53b061920976f80f0f44b4
I hope it helps get you on your way with this neat customization!
Please let me know how this goes for you.
Cliff
MemberAny of the WordPress default themes like TwentyFourteen, TwentyFifteen, TwentySixteen, etc. are fine for Testing for Conflicts.
I’m not totally clear what you mean by “my website pages were gone” or “but not our Floyd Yoga Jam uploads”. Maybe you actually copied your site to a separate staging/development site/URL and things didn’t copy over 100%?
Please let me know how else you think I can assist you here.
April 20, 2017 at 8:52 pm in reply to: Daily imports do not work… License Type: 1000 Imports per Day #1272488Cliff
MemberYou’re welcome.
Sorry to hear you’re getting that error… if you still are, I’d suggest going to https://theeventscalendar.com/license-keys/ and see if disconnecting, deleting your license key and re-entering/saving it in your wp-admin settings gets things going again for you.
Please let me know how this goes for you.
Cliff
MemberHi, Mark.
Here’s the Events post type: Tribe__Events__Main::POSTTYPE
Unless you modify it, the string will be tribe_events
Similarly, the taxonomy is Tribe__Events__Main::TAXONOMY, which is tribe_events_cat by default.
I hope this helps. Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi, David.
Thanks for your question. Yes, this is possible via some minor custom coding.
You could use one of these action hooks from the /wp-content/plugins/event-tickets/src/views/tickets/email.php file:
- tribe_tickets_ticket_email_top
- tribe_tickets_ticket_email_ticket_bottom
- tribe_tickets_ticket_email_bottom
Here’s a working example for you:
https://gist.github.com/cliffordp/f9dfbb225d79fddd7154fa33ba25166a
Please let me know how this goes for you.
Cliff
MemberHi, Matthew.
Thanks for your detailed question.
From that save_post link, for example:
As of WP 3.7, an alternative action has been introduced, which is called for specific post types: save_post_{post_type}
Therefore, you could use the save_post_tribe_events hook.
Note that Organizers and Venues are different post types but should work in the same way.
Please let me know if you have any follow-up questions on this topic.
April 20, 2017 at 1:55 pm in reply to: Events are not added to back end after submitting on community form #1272393Cliff
MemberHi, Doron. Sorry you’re experiencing this. This isn’t currently a known issue.
If you share an annotated screenshot or video screen capture, it might help communicate what you’re seeing and what exactly the issue is.
I’d suggest following these recommended troubleshooting steps for your own site: 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?
- 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. If it is, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen 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 debug messages 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 re-share your System Information (while in Testing for Conflicts Mode). That will give me a lot of extra information to help diagnose the problem.
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
MemberSorry that link didn’t work for you. Maybe the site was down temporarily; it just worked for me.
Here’s another resource on the topic: https://theeventscalendar.com/adding-code-site-youre-not-coder/
Please let me know how this goes for you.
Cliff
MemberI’m assuming you know how to modify the file to your liking and you’re just asking how to get the value of that field.
You can see how it’s done by default in our templates here: https://github.com/moderntribe/the-events-calendar/blob/4.4.5/src/views/modules/meta/details.php#L51
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberThanks for sharing.
Your readme.txt file can be deleted. It’s not in the proper format and those code comments are already added to your .php file, after the opening <?php tag, which is correct. The readme.txt file is not necessary for your own plugin that you don’t share with / publish to others, but including it in the proper format is best practice, especially the changelog section in my opinion.
Your .php file is just fine except that you should not include the closing PHP tag: ?> at the end of the file.
Other than that, it’s suggested to edit the plugin header information–the comments at the top of your .php file.
I made these and some other minor edits and uploaded it into an installable plugin zip: https://cl.ly/0830163p0U0r
You can go to wp-admin > Plugins > Add New > Upload and install it that way. I hope it works for you.
Cliff
MemberI’m glad you’re all set. Thanks for letting us know.
Cliff
MemberExcellent! Thank you and you as well. 🙂
-
AuthorPosts
