Forum Replies Created
-
AuthorPosts
-
Courtney
MemberHi again 🙂
Yes, we do offer non-profit pricing. For that, you’ll need to fill out our application at https://theeventscalendar.com/apply-for-npp/.
Is there anything else I can help you with?
Thanks,
Courtney 🙂Courtney
MemberHello
Yes, the Events Calendar Pro does allow for shortcodes. You can get an overview of what our shortcodes can do at https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/ and default widgets at https://theeventscalendar.com/knowledgebase/events-calendar-widgets/.
Additional shortcodes for views other than widgets can be found at https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/.
Is there anything else I can help you with?
Thanks,
Courtney 🙂March 20, 2017 at 10:18 am in reply to: Event Calendar Pro does not display Event RSVP tickets #1256776Courtney
MemberHi Robert
I was able to see the RSVP form at the bottom of http://www.functionalmedicineconsultant.net/event/general-meeting-chandler-arizona/2017-04-19/.
Are RSVPs missing elsewhere?
Thanks,
Courtney 🙂March 20, 2017 at 10:11 am in reply to: [tribe_mini_calendar] shorcode error, showing events mark as hidden #1256764Courtney
MemberHi Nauj
You are correct. This is a known bug. Unfortunately, I do not know when this will make a maintenance release fix. I will flag this ticket to be notified as soon as the bug is resolved.
But the good news is that there is a workaround. Try adding the following to your theme’s functions.php
https://gist.github.com/GeoffEW/1070a19b06a35a6abb73098749e9b7b1
Let me know how it goes!
Thanks,
Courtney 🙂Courtney
MemberHello Sams
Using the Tribe Events Bar, I searched for events in June. http://sustainabilitydays-energyacademy.dk/?tribe_event_display=photo&tribe-bar-date=2017-06 shows these events. Would using this link work?
What other way would you like to display June 2017 events? Where would it be displayed?
Thanks,
Courtney 🙂Courtney
MemberHi Randy
Unfortunately, I’m not able to see your difficulty. From my view, images seem to be working fine on the month view of the calendar and on single listings.

Can you point me toward the location where you are still seeing a broken image?
CDNs can be a huge help, but also complicated to get configured initially.
Thanks,
Courtney 🙂Courtney
MemberHi Kam
It looks like your site is also using Easy Digital Downloads.  It looks like we don’t have an official guide yet on how to achieve this.  However, others have shared that the Post Types Order plugin helped them achieve the results they wanted.
Let me know if that works for you.
Thanks,
Courtney 🙂March 20, 2017 at 6:29 am in reply to: Removing White Space After Removing Search & View As Bars #1256640Courtney
MemberThis reply is private.
Courtney
MemberHi Frank
To modify additional elements, try some of these tips:
- Start by modifying what you can at Appearance » Customize » The Events Calendar.
- Typically, don’t change the theme or plugin’s css files, they will be overwritten on updates. To avoid this, follow the steps outlined in Themer’s Guide
- Use overriding CSS files, or add CSS to your site using Appearance » Customize » Additional CSS.
- Use !important before a semicolon to override every css rule. It’s a brute force method, but works for quick fixes.
- Please check out this Customizing WordPress #2 – Using Chrome Developers Tools YouTube video in addition to our Using Chrome Developer Tools tutorial on how to easily make changes using CSS.
You’ll want to override the css for each of these
#tribe-events-header.single-tribe_events #tribe-events-content div.cart, .single-tribe_events #tribe-events-content form.cart{ background-color: #651212 !important;}
To change the text of the button, you’ll need to override the WooCommerce settings. Â You can do this with a plugin, or by following this tutorial. Â If you use a different ecommerce solution, you’ll need to look up similar methods for that system.
Let me know how styling goes!
Thanks,
Courtney 🙂Courtney
MemberHi Rob
You are correct. We have a bug logged resembling what you’ve described, so I’ve added this forum thread to the report which helps expedite the process of getting a fix included in an upcoming release.
I don’t have a date when that will be, but please stay tuned to our Release Notes and the plugin changelogs for more information.
You’ll be notified as soon as that bug is resolved.
Thanks,
Courtney 🙂Courtney
MemberHi Rob,
Event Tickets Plus currently supports WooCommerce, Shopp, WP E-Commerce, and Easy Digital Downloads, per https://theeventscalendar.com/knowledgebase/choosing-ecommerce/.
You can connect PayPal through several of these choices. Authorize.net may be a paid add-on to the basic e-commerce platform for each. You should be able to find those within the websites of each listed e-commerce platforms we support.
Is there anything else I can help you with?
Thanks,
CourtneyCourtney
MemberThis reply is private.
Courtney
MemberHi Marin
I would override: /the-events-calendar/src/views/modules/meta/venue.php using the steps outlined in the Themer’s Guide and then swap the following line:
<dd class="tribe-venue"> <?php echo tribe_get_venue() ?> </dd>With this:
<dd class="tribe-venue"> <?php echo get_the_title( tribe_get_venue_id() ) ?> </dd>And that should do it! Did that do what you wanted?
Thanks,
CourtneyMarch 17, 2017 at 7:26 am in reply to: Eventbrite Plugin Asking for venue and valid address #1255789Courtney
MemberHi Deloris
It looks like you’ve found a bug. Thanks for that. I’m flagging this thread so that you will be notified as soon as we release a fix.
Courtney
Courtney
MemberHi Marin,
Which view are you using for your /events page? List/Photo/Month/etc? That will help me determine where to override the code best.
Thanks,
Courtney -
AuthorPosts
