Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Sorry for the issue here.
There is an issue with some all day events not importing correctly.
We think we found the issue and believe we have it fixed in 4.0.2.
Can you verify you are on that version and please try again and see if that helps.
Thanks
Brian
MemberOk let us know what you find out and we can go from here.
Thanks
December 17, 2015 at 2:11 pm in reply to: Can not access specific date event detail page on a recurring event #1043188Brian
MemberHi,
Thanks for providing that.
I see what you mean.
I was not able to reproduce the issue on my test site.
If you tried to resave permalinks and that did not work.
Can you please follow our testing for conflicts guide:
And see if that can narrow down the cause of this.
Thanks
December 17, 2015 at 1:51 pm in reply to: Does the new Event Tickets Plus resolve the issue of total seat stock? #1043182Brian
MemberHi Will,
It is currently not an option, but it is something we are developing and hope to have in the next couple of releases if everything goes according to plan. I do not have a better timeline then that.
That is all I have on this right now as there is no simple snippet to add this feature.
Thanks
Brian
MemberI think you said you already tried this, but this is how to change the event template.
Events > Settings > Display Tab
Then change this setting:
Events Template to Default Page Template
A sidebar would not show on any theme if you are using the Default Event Template.
December 17, 2015 at 1:47 pm in reply to: Event Calendar Disappeared From Website and Will Not Update #1043180Brian
MemberHi,
Yes all the plugins require the free version of the Events Calendar. That must be installed and active.
That error you are getting is because WordPress will not overwrite an existing plugin.
Follow these steps instead for manual updates:
Brian
Member🙂
Brian
MemberYep it looks like the issue it was I outlined in my first reply here.
You can either start at 4.0.1, update to 4.0.2 and make that change or wait for 4.0.3
Thanks
Brian
MemberHi,
After 12 months Pro will continue to work, but you will not longer have access to support or plugin updates.
Cheers
Brian
MemberHi,
Sorry for the issues here.
In versions less than PHP 5.5 this error is occurring due to the incorrect use of the empty function.
In this file:
event-tickets-plus/src/Tribe/Commerce/WooCommerce/Orders/Cancelled.php
on line 51
If you replace this:
if ( empty( get_post( $ticket_id ) ) ) {With this:
$ticket_post = get_post( $ticket_id );
if ( empty( $ticket_post ) ) {
That should fix the issue for now.
Let me know if that works for you.
Thanks
Brian
MemberSounds good.
If you get stuck I might be able to help get you to the next step.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberNo worries 🙂
I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
Sorry for the issues here.
In versions less than PHP 5.5 this error is occurring due to the incorrect use of the empty function.
In this file:
event-tickets-plus/src/Tribe/Commerce/WooCommerce/Orders/Cancelled.php
on line 51
If you replace this:
if ( empty( get_post( $ticket_id ) ) ) {With this:
$ticket_post = get_post( $ticket_id );
if ( empty( $ticket_post ) ) {
That should fix the issue for now.
Let me know if that works for you.
Thanks
December 17, 2015 at 10:38 am in reply to: Fatal error in 4.0.2 patch; frontend Sales en Attendees rapport #1043069Brian
MemberHi,
Sorry for the issues here.
In versions less than PHP 5.5 this error is occurring due to the incorrect use of the empty function.
In this file:
event-tickets-plus/src/Tribe/Commerce/WooCommerce/Orders/Cancelled.php
on line 51
If you replace this:
if ( empty( get_post( $ticket_id ) ) ) {With this:
$ticket_post = get_post( $ticket_id );
if ( empty( $ticket_post ) ) {
That should fix the issue for now.
Let me know if that works for you.
Thanks
-
AuthorPosts
