Forum Replies Created
-
AuthorPosts
-
Geoff
MemberYes, that would be possible. Check out our Themer’s Guide because it outlines the steps for customizing the calendar templates.
Once you identify which templates you would like to customize, I would suggest adding the sidebar shortcode in there and wrapping it in a conditional statement to display on a specific event category. Something like this:
// Checks for a specific category, then outputs shortcode if( tribe_is_tax('category-name-goes-here') ) { ...shortcode stuff goes here } else { ...code for everything else }Cheers!
GeoffJanuary 13, 2016 at 9:51 am in reply to: Need a subscribe to calendar button on my calendars please help. #1055412Geoff
MemberHi Ted,
Sorry, I do not have a date or timeframe for that. It’s not currently slated for an upcoming release as far as I can see at the moment.
Thanks,
GeoffGeoff
MemberHi Doug,
So you says we just need Events Pro and Event Tickets Plus now?
You need the three plugins I mentioned earlier:
But do I need to purchase Event Tickets Plus separately now or it included?
You should have Event Tickets Plus in your account if you already purchased WooCommerce Tickets. We provided Event Tickets Plus free of charge to customers with an active WooCommerce Tickets licensed. Please log into your account here on this site, head to My Account > Licenses and let me know if you do not see the Event Tickets Plus license in there.
Does this help answer your question? Please let me know.
Thanks,
GeoffGeoff
MemberMy pleasure! I’ll go ahead and close this thread but will update it once an official fix has been released. 🙂
Cheers!
GeoffGeoff
MemberMy pleasure and thanks for following up!
I’ll go ahead and close this thread but do please feel free to open a new one if any other questions come up–we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Tara,
The RSS feed uses the main calendar view as the basis for what is included in the feed. In this case, the site is set to Month View, so it will display the first ten events in the current month in the feed.
We have more information on RSS feeds here, including a tutorial on how to customize it further.
Cheers!
GeoffGeoff
MemberHi Marlen,
You can import events from Google Calendar into The Events Calendar, as long as the Google Calendar has a valid iCal feed and you have our iCal Importer add-on installed.
Does this help? Please let me know.
Cheers,
GeoffJanuary 12, 2016 at 1:22 pm in reply to: Load Next and Previous Months Not Working – Spinning Wheel #1054837Geoff
MemberHi Dylan and welcome to the forums!
First off, nice work finding the conflicting plugin. That’s seriously awesome detective work and I appreciate you doing that in advance.
It’s possible that the other plugin is firing javascript that is interfering with The Event Calendar’s code.
Your best bet is to reach out to the Sermon Manager plugin author and ask for a method to remove that plugin’s scripts from loading on calendar pages. Definitely not trying to bounce you off to someone else, but that other plugin author knows that plugin’s much better than we do and would be able to provide a better solution.
And, of course, I’ll leave this thread open if any questions pop up that we can help answer while this is being looked at.
Thanks!
GeoffJanuary 12, 2016 at 1:14 pm in reply to: eventbrite tickets not showing on my wordpress site #1054833Geoff
MemberHey @ca4it,
Would you be willing to share the Eventbrite link to the event you are importing? I would like to try importing it on my test site as well to see if I run into the same issue.
Thanks!
GeoffGeoff
Member🙂
Geoff
MemberShoot, sorry about that. The snippet corrected my issue and I was hoping it would do the same for you as well and would help relieve the issue while we work on an official release.
I’ll keep you updated with the status of this issue as I know more.
Thanks,
GeoffGeoff
MemberThanks for the update, Hans! No news on this issue yet. We are in the middle of working on our next release (4.1) and will be scoping out the following release after that, which will include reported bugs. I’ll keep you posted as I know more.
Thanks!
GeoffJanuary 12, 2016 at 12:52 pm in reply to: EventBrite Import removes country from event address #1054814Geoff
MemberHi Jessie,
No update at the moment. We are working on our next release (4.1) and will be scoping other releases shortly after, in which we will slot bug reports into the mix.
I’ll keep you posted in the meantime.
Thanks,
GeoffGeoff
Member🙂
Geoff
MemberThanks for your patience on this, Tom. I’ll definitely keep you posted as I learn more about the status of this issue.
One way to disable the tooltips in the meantime would be to add this to your theme’s style.css file or by using a plugin like Simple Custom CSS:
.tribe-events-tooltip { display: none !important; }Cheers!
Geoff -
AuthorPosts
