Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi, Mel.
The line number has surely changed since whenever you were last advised.
Could you please send a link to view this at your site and explain (possibly with an annotated screenshot) exactly what you want removed. This way, I’ll be able to advise you accurately.
Cliff
MemberHi, Yoni. Thanks for sharing your use case. This functionality is not currently available.
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. If you post or find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
To accomplish something like this now, I think getting the events would be possible via tribe_get_events() or via our REST API. If you must then turn those results into RSS format for your emailing service, you’d have to do that as well.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
September 29, 2017 at 7:37 pm in reply to: Google Calendar import creates numerous duplicates for recurring events #1357174Cliff
MemberI looked through the events in that .ics file. Please let me know if some or all of these are the duplicating events (all the ones I found with special characters in the event titles):
- ROTH: Colt Starting 101
- School Group Volunteer/ZEAL activity Carly
- Mission Now (Veterans) Kitchen Remodel
- Dentals _Razz\,Adalgo\,Captain\,Shiloh\,Cy\, Ziggy
- ROTH: 7-Day Trainer’s Exams
- Kenosha Auctions Benefit & Concert
- Z- Live @ The Ranch Music Series
- Americorps volunteers \;)
- Wedding Lo & Joe @ Z-Mansion
- California Pizza Kitchen FUNdraiser!
- Valentine’s Day Happy Hour!
- Boomers Room Rental $450.00
- Whole Foods 5% Day
- Birthday Party!
- Landscaping Day!
- Baby Shower at the Ranch!
- Colorado Mammoth vs. Philadelphia Wings Game!
- Zuma’s Luck Party!
- Demolition Day!
- Volunteer orientation/ tour
- Chiro- Jim Campbell . Nepal and Wilma
- Craft Party!
Cliff
MemberHi, Marcus.
All the URLs should have the archive or single slug from your settings at wp-admin > Events > Settings >
- Events URL slug
- Single event URL slug
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi, Immanuel.
If I’m understanding your question fully, this snippet might be a good starting point for you:
https://gist.github.com/cliffordp/30481ca323012e298418095476d49337
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
Cliff
MemberHi, Bridgett. Sorry for the delayed reply.
The Events Calendar’s v1 uses WordPress’ built-in API, which didn’t get included into WordPress core until v2 of the API. So don’t worry about that…
You can go to /wp-json/tribe/events/v1/doc, and you can also reference https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/
/wp-json/tribe/events/v1/events?start_date=2017-09-22&end_date=2017-09-24does actually work for me though. Are you saying it doesn’t work for you?Cliff
MemberHi, Chris.
Please reference Do you offer discounts for nonprofit organizations?
If you do decide to purchase, 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.
September 29, 2017 at 3:52 pm in reply to: map appears above content [tribe_events view="map"] #1357129Cliff
MemberDoes the issue happen only with Make Plus or also with the free version?
If only with Make Plus, please send that .zip in a Private Reply. It won’t be a problem for licensing, since it’s just for troubleshooting purposes.
September 29, 2017 at 3:45 pm in reply to: Google Calendar import creates numerous duplicates for recurring events #1357105Cliff
MemberThanks for the update.
Could you please send the Google Calendar .ics URL you’re experiencing this with?
September 29, 2017 at 2:41 pm in reply to: Single Event Page: Add Meta Section to Meta Details Box #1357079Cliff
MemberIf you’re using Avada theme, they’re likely already leveraging our Themer’s Guide. You might need to override their overrides of our template files.
Alternatively, you might be able to leverage one of our or their action hooks.
Unfortunately, we cannot provide such in-depth customization help, per our Scope of Support / Terms.
If there’s a code snippet you’d like me to put some eyes on or something else I can help you with, please update this ticket or create a new ticket if it’s a separate issue.
Thank you very much for your understanding.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
Cliff
MemberThis reply is private.
Cliff
MemberHi, Levi. Sorry you’re experiencing this.
This isn’t currently a known issue, and I wasn’t able to replicate it… I just created a recurring event on my test site.
Therefore, I 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.
Of course, we always recommend restorable database and file backups before modifying anything on your site.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).
Then, please share your System Information (while in Testing for Conflicts Mode) in a Private Reply. That will give me a lot of extra information to help troubleshoot this.
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
MemberThis reply is private.
Cliff
MemberHi, Jason.
I don’t see you having a license for Filter Bar, but I actually helped 2 other users earlier this week by sharing this snippet:
https://gist.github.com/cliffordp/49d5f296dcae2e6f13773d48d32fd274
It’s not perfect, but I think it applies to what you’re wanting to accomplish — at least the part that detects if any filtering is happening. You’d then need to do the view switching / URL redirecting part yourself.
I hope this helps! Please let me know how this goes for you.
Cliff
MemberHi, Mark.
Our REST API returns JSON data format, and our Event Aggregator can read this JSON data to import from Site A to Site B if both are running The Events Calendar (TEC). It’s a bit more high-fidelity importing than straight iCal importing (which could also be done from one TEC site to another).
After writing all that, I think you’re actually asking about the full CRUD functionality of the REST API, including creating.
I’d suggest going through https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/, particularly the self-documenting Swagger part for details.
After doing so, please let me know how things go for you.
-
AuthorPosts
