Forum Replies Created
-
AuthorPosts
-
Brian
MemberOk glad you made some progress, here is some information based off your last posts.
This is the file with the List View Previous and Upcoming Event Links:
the-events-calendar\views\list\nav.php
That will show the new previous event link and unfortunately, there is no setting to change that to just /past. It could be possible, but would take customizing the plugin itself which is not recommended.
As for reversing the Past Events, see if this snippet entered into your theme’s function.php works:
https://gist.github.com/elimn/0be6c4cbcf80b3721c81
Let me know how that works out and any other issues you find.
Brian
MemberOk I was able to import that event. Did you import it before the new Eventbrite Update and are you trying again?
Also, can you verify when you setup your new Eventbrite App on Eventbrite.com you entered in your OAuth Redirect URI
Which should look something like this:
http://yoursite.com/tribe-oauth/eventbrite
Thanks
May 7, 2015 at 11:28 am in reply to: Plugin could not be activated because it triggered a fatal error. #961255Brian
MemberHello,
Thanks for posting here. I can certainly help you here, but we can help you better if you create your own topic in the forum where we interact with you one on one. Also, we encourage you to post on your own topic because every time we post we email the author of the topic.
So I am going to close this thread as the original issue is resolved. Please create a new thread if it turns out you have an issue.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins I can help answer your questions.
1. The ability for users of a specific role to submit an event from the front-end. Perhaps integrated with a front-end publisher. The idea is when they submit a post about a topic – they can also submit related events. (if Yes – is there an optional approval processs by admin just like the posting article permissions differentiation between contributor and author?
We have the Community Events Plugin that enables front end submission of events. You could limit it to a specific role on the front end if you like. The creation of that role or registration is not part of that plugin. It also has no ties to the post editor so it is not possible to create a post and submit a related event without customization on your end. There is either the status to have all events approved or unless an admin to set them to pending approval.
You can see how all the features for Community Events here:
2. I need a shortcode to display an events list of certain tags only – not categories. So one – are short codes available for displaying events? and can an event have a tag?
We only have the minicalendar shortcode. So we do not have this feature. There is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Isaiah, unfortunately, I do not have a timeline or estimate on when that might be released. It is something we are working on still.
Brian
MemberHi Again,
I can help out here.
You can wrap your coding in checks such as this for The Events Calendar:
if ( class_exists( 'TribeEvents' ) ) { //enter coding here }and for Pro:
if ( class_exists( 'TribeEventsPro' ) ) { //enter coding here }That will only run only if those classes are active.
Please note in 3.10 those classes will change to to Tribe__Events__Main and Tribe__Events__Pro__Main
Let me know if that works for you.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
There is no feature to increase the height from the admin.
You can modify this script:
events-calendar-pro\resources\tribe-events-week.min.js
You can search for 500px and change that to the height you would like.
Let me know how that works out.
Thanks
May 7, 2015 at 7:00 am in reply to: EventBrite Tickets addon 3.9.4 causes problems on event details page #961124Brian
MemberOk well I am not able to reproduce, but I will look out for it to see about resolving it.
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi,
That is a pretty neat site.
It looks like they created a custom taxonomy called Audience.
That is possible through WordPress customization, but not a feature of our plugins.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues and the images.
I was able to reproduce the bug on my site as well and I have created a bug report to address this.
I do not have an update when we might release that, but I am trying to get it into the next update.
We will update this ticket once we know more.
Thanks
May 7, 2015 at 6:53 am in reply to: Cart page is not advancing to the Checkout page as anonymous user #961118Brian
MemberHi,
Sorry for the issues you are having I can help out.
First I noticed you are using WooCommerce 3.9.2.
Please update to Version 3.9.3.
Also I was able to visit your May Event, add tickets to the cart, and go to the checkout page without issues.
If you try on another browser then you usually use does it work?
Let me know.
Thanks
May 7, 2015 at 6:52 am in reply to: EventBrite Tickets addon 3.9.4 causes problems on event details page #961117Brian
MemberI have mine setup the same way, yet I am only seeing one $.
When you entered in a cost for Eventbrite did you include the $ there?
May 7, 2015 at 6:31 am in reply to: EventBrite Tickets addon 3.9.4 causes problems on event details page #961101Brian
MemberHi,
Glad you where able to resolve the issues.
Where did you see the $$ I was not able to see it on my site, but would like find it to get this resolved.
Thanks
Brian
MemberSorry for the issues. We are working to resolve them.
Can you share the event you are having issues with? I would like to try and see if it works for me.
Thanks
Brian
MemberOk I have created a bug report for us to address this issue. We will update this ticket once we have a release to fix it.
Thanks
-
AuthorPosts
