Forum Replies Created
-
AuthorPosts
-
Brian
MemberI think that is the best way to get the id of a single category.
However, this
tribe_events_cat_’.$term_id
will not correctly combine the string (tribe_events_cat_) with the id.
Look at the solution here:
http://stackoverflow.com/a/11740277
And see how it combines the word “check” with a variable. That is similar to how you need to do it.
Brian
MemberThanks kc22033!
Glad it helps marianoaran!
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
MemberSounds good. Again we will update this ticket once we have a resolution.
For now I am going to close out this ticket. If you have any new questions related to this or another issue please just create a new ticket and we can help you out.
Thanks
Brian
MemberGreat glad it helps.
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,
Thanks for using our plugins. I can help out.
The ticketing plugins cannot be used together except with Eventbrite.
So having both WooCommerce and Shopp Tickets will not work to get two PayPal accounts.
You can try to searching woocommerce two paypal accounts in Google and see if that finds some results that might help you out.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
We can help out here. Please email us using the form on this page:
https://theeventscalendar.com/contact/
And let us know the details there and we can get it to the right person.
Thanks
Brian
MemberHi Michael,
Thanks for trying out our plugin.
We do not have any features for multiple times per event.
All events are setup to have one time and date per event.
Recurring events can work, but each series is built off a standard frequency so every week, or every Saturday, etc…
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello Again,
Glad you are getting closer on this.
I do not see why adding a 3rd or even a 4th or more would not work.
What is the coding you working with? Does something like this work:
$contesturl = esc_url( tribe_get_custom_field( 'RSVP' ) );
<?php if ( tribe_get_custom_field( 'RSVP' ) ) { ?>
Output here
<?php } ?>Let me know and we can try to help out here.
Thanks
Brian
MemberHi,
Sorry for the issues you are having I can help out.
Please update to Eventbrite 3.9.4 to resolve the fatal error. That error occurs in 3.9.3 when running on PHP below 5.5
Also, look for Eventbrite 3.9.5 in the next couple of days to further improve the plugin after the API change two weeks ago.
Let me know how that works out.
Thanks
May 11, 2015 at 4:49 pm in reply to: [Migrated] Filter Bar, Changing Dates, And Unwanted Query Parameters #961990Brian
MemberThis reply is private.
May 11, 2015 at 4:48 pm in reply to: When creating eventbrite events, changing ticket details causing error #961989Brian
MemberHi,
I am unable to replicated the datepicker issue. It should work where if I have an event on the 23rd of May I can select the start and end sale dates of tickets anywhere from now until the start of the event. If it does not do this in 3.8.5 please run through our testing for conflicts guide and see if that narrows down the issue to a conflict or our plugin: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
We are hoping to release Eventbrite 3.8.5 tomorrow we tried for today, but ran into an issue that we had to resolve first.
Sorry for the delay in resolving this.
May 11, 2015 at 4:45 pm in reply to: Tickets disappeared and no longer able to import events #961988Brian
MemberHi,
I wanted to let you know we are working on resolving this, but I do not have an update today on the progress.
We have a release almost ready to go and hope to get it out tomorrow.
Sorry for the delay in resolving this.
Brian
MemberHi,
I wanted to let you know we are working on resolving this, but I do not have an update today on progress.
We have a release almost ready to go and hope to get it out tomorrow.
Sorry for the delay in resolving this.
May 11, 2015 at 2:54 pm in reply to: Moving from 2.0.11 to 3.9.3 Missing "View as List" page #961975Brian
MemberThis is the start of month view:
the-events-calendar\views\month.php
And this is the content function start:
<?php tribe_get_template_part( 'month/content' ); ?>It will then go through these files to build the month view in this order:
the-events-calendar\views\month\content.php
the-events-calendar\views\month\loop-grid.php
the-events-calendar\views\month\single-day.php
the-events-calendar\views\month\single-event.php
Is that what your are looking for?
Brian
MemberYour welcome, again you maybe interested in starting with the beta for 3.10 which we are hoping to release later this week as it does a major refactoring of the coding. We hope now this puts us in good position to move forward with shortcodes and other custom views.
You can check the sticky post in the forum for 3.10 Beta for more information.
Since this is resolved I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂
-
AuthorPosts
