Forum Replies Created
-
AuthorPosts
-
George
ParticipantHey Michael,
Thanks for reaching out!
As Brian noted in that original forum thread, we are not supporting the REST API until the rest of the endpoints are merged into core. At this time, the REST API is still not fully integrated into coreβto much controversy and community agita, I’m afraid. π
REST API integration will be a priority once it is available within core, but until that time, it is unfortunately not possible nor do we have a definitive timeline for the release of full API integration.
Sorry to disappoint here, Michael. Please let me know if there’s anything else I can try to help out with.
Sincerely,
GeorgeGeorge
ParticipantGlad to hear it James, thanks for the update here and for your troubleshooting work there.
Open a new thread any time if other issues or questions ever arise! π
Sincerely,
GeorgeGeorge
ParticipantHey Matthew,
Thanks for reaching out. The US Bank Stadium used The Events Calendar and other plugins for a long time to render its calendar on http://www.usbankstadium.com/events/ as shown in the screenshots in our Showcase.
They recently have changed their entire site and no longer are even using WordPress, unfortunately. π We may be removing their entry from the Showcase.
I hope this information helps. Let me know if there is anything else I can try to help with!
Cheers,
GeorgeOctober 8, 2016 at 7:20 pm in reply to: Stopping Ticket Email with Membermouse/Authorize.net (not WooCommerce) #1174182George
ParticipantHi Annie,
Thanks for reaching out.
1. Can you post your site’s system information? I’m just curious to see under-the-hood and it could be helpful here. Sharing that info is simple; here is how to do it β https://theeventscalendar.com/knowledgebase/sharing-sys-info/
2. Are you already selling tickets through MemberMouse, or have you not yet started actually selling tickets? I only ask because Event Tickets Plus is only built to work with WooCommerce, Shopp, Easy Digital Downloads, and WP E-Commerce. There is no out-of-the-box configuration for or with MemberMouse.
Thank you!
GeorgeGeorge
ParticipantSorry to see this, Mike!
1. Can you share a screenshot of what you see when you go to http://theeventscalendar.com/license-keys? Take a full-page screenshot if possible (Google for how to do this in your specific web browser, if you’re not currently familiar with how).
<small>You can share the screenshots by uploading the images to this thread. If you have issues with that, you can upload to Imgur.com, Flickr.com, CloudUp.com, or any similar image-hosting site; then just share the links to those images here and I’ll take a look.</small>
2. Do you get this notice for JUST the Filter Bar license key, or for all license keys?
3. What is the exact process you are using to “disconnect” a license key from your dev site?
Thanks,
GeorgeOctober 8, 2016 at 4:21 pm in reply to: The calendar is no longer displayed when I add or edit an event #1174164George
ParticipantThis reply is private.
George
ParticipantHey James,
Thanks for doing that testing and reporting these findings.
What might be the main cause of issues here is minification in your site’s W# Total Cache settings. I would recommend heading to your W3 Total Cache settings and looking for any settings there that refer to “minifying” or “compressing” scripts and stylesheets on your site.
If you find any such settings, make sure they are OFF.
Does this help at all?
Thanks,
GeorgeGeorge
ParticipantYes, that is possible Donald! Let us know if you have any other questions.
β George
George
ParticipantThis reply is private.
George
ParticipantThis reply is private.
George
ParticipantThanks Drew. You say, “If it begins and ends on the same day, it should show up.” β to be clear, are there any issues with these events showing up now? Or are you just saying, if it begins and ends on the same day, it should show up, but if it does not begin and end on the same day, it should not show up?
I’m sorry to ask another clarifying question here, but I just want to make sure whether you are reporting a bug or not.
Sincerely,
GeorgeGeorge
ParticipantCool, sounds good Mark.
I will close up this thread for now to help keep things organized, but please feel free to open a new thread any time if other issues or questions arise!
β George
George
ParticipantCheers! ?
Open a new thread on these forums any time if other issues or questions arise.
β George
George
ParticipantThanks for clarifying Craig!
So, the good news is that this is technically possible. The bad news is that it’s unfortunately only possible with some extensive custom codingβa level of custom coding beyond the scope of support forums.
It’s unfortunately tricky to do because, while you can filter the columns exported for attendees lists with the filter tribe_events_tickets_attendees_csv_export_columns, it’s tricky to access the order notes from there and to ensure that they export in the CSV. π
If you want to tinker on your own, then to find the necessary code check out this file within Event Tickets:
/event-tickets/src/Tribe/Tickets_Handler.phpSorry to disappoint, Craig!
GeorgeGeorge
ParticipantSure thing Steve, thanks for the link.
You have a few customization options here. Being that the contents of the embed are within an iFrame, using CSS is a bit tricky. However, since the embeds are happening on the same domain, you may be able to use a bit of JavaScript, especially jQuery, to customize some of the elements. You can learn more about this online, and check out this StackExchange question to start learning the basics of doing this.
The other method requires making custom template files within your theme.
The process for doing this is documented in our Themer’s Guide here β https://theeventscalendar.com/knowledgebase/themers-guide/
All of the calendar’s embed features are generated based on template files located in the /src/views/embed/ folder of The Events Calendar plugin files.
The CSS from the plugin that helps style the embeds is located here in the plugin files:
the-events-calendar/src/resources/css/tribe-events-embed.cssβοΈ There are some instructions for modifying the CSS in the top of that file…
So, there are a few different angles of attack here, Steve. I hope the information I’ve shared here about them helps you proceed with your project!
Cheers,
George -
AuthorPosts
