Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
I do not have information to give on this.
I found this link that might help:
http://stackoverflow.com/a/7881255
Otherwise I do not have anything else for customizations such as this.
Brian
MemberHi,
I can do that.
I am going to close this ticket to new replies, but the issue is still open and we will update this ticket once we release a fix. It will not be part of 4.0 as that is about to launch, I am pushing to get it included in 4.0.1, which will be out shortly after that, but I do not know for sure.
If you have any new questions or issues please create a new ticket and reference this one.
Thanks
November 30, 2015 at 11:29 am in reply to: Calendar doesn't show link to next month after December 2015 #1032759Brian
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
MemberHi,
I am not sure they will be able to add it as they might have to redesign their theme to do it.
Our feature only works in the main query is setup like any of the WordPress Codex themes.
You or the developer might be better off creating a custom loop using our custom post type: tribe_events
Cheers
November 30, 2015 at 6:45 am in reply to: Bug: Updating Cart with non Tribe Event item empties the cart #1032570Brian
MemberHi,
Sorry for the issues you are having on this and thanks for providing so much information on the issue.
I was able to reproduce the issue as well.
I have created a high priority ticket for us to look into this and fix it.
Let me know if you have any follow up questions.
Thanks
November 30, 2015 at 6:45 am in reply to: Site Fees are being calculated on entire order not only the ticket line items #1032569Brian
MemberHi Again,
Thanks for providing information on this issue as well.
I was able to reproduce this issue as well.
I do not have a work around right now, but bringing this to the developers to see what we can do.
I will update this ticket once I have more information.
Thanks
November 30, 2015 at 6:06 am in reply to: Community Events User Submissions and Category Selection #1032545Brian
MemberHi,
Thanks for using our plugins.
I can help out here.
You can remove the section or add instructions to the section by following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
With the guide you want to move and edit this template in your theme:
plugins/the-events-calendar-community-events/src/views/community/modules/taxonomy.php
Moved here:
yourtheme/tribe-events/community/modules/taxonomy.phpLet me know if you have any follow up questions.
Thanks
November 30, 2015 at 5:59 am in reply to: Calendar, Events, Ticket Purchases and Event Submission #1032341Brian
MemberThis reply is private.
November 30, 2015 at 5:58 am in reply to: Calendar, Events, Ticket Purchases and Event Submission #1032340Brian
MemberHi Nick,
Thanks for the interest in our plugins.
We do not have an All and One Solution.
The core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/ is the base for everything and all plugins only require that.
Pro has more feature for display of events and features such as recurring Events.
https://theeventscalendar.com/product/wordpress-events-calendar-pro/
For tickets with have our ticketing plugins:
https://theeventscalendar.com/tickets/
And for Front End Event Submissions we have Community Events:
https://theeventscalendar.com/product/wordpress-community-events/
Those are all separate plugins to purchase.
At this time we do not have any bundle deals at this time, but we do have a Black Friday Sale Ending today with coupons for that.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
We have been spending time with our families for Thanksgiving and getting back to support today.
I am not seeing the duplicate issue in any of my test sites so I am not sure if it was a one time case with you or a bug in general. If you have a ical feed link I can try it out and see what it does in my sites.
As for the updating content it appears this is still a bug as I am even finding it in the new release so that is not resolved.
As a way around this you could add this snippet:
/*
* Prevents iCal importer from saving a copy of "deleted" events
* This means when you rerun an import, it will reimport any events you previously deleted
*/
function tribe_ical_dont_save_deleted () {
$ical_importer = Tribe__Events__Ical_Importer__Main::instance();
remove_action( 'before_delete_post', array( $ical_importer, 'deletedEventSave' ) );
}
add_action( 'wp_loaded', 'tribe_ical_dont_save_deleted' );That will prevent events from being “saved” even after deleted so they will not import again.
Once that snippet is in place you could delete the events that you want to update and that will then enable them to be reimported.
That is not a great solution, but it is a work around.
I have created a bug ticket for us to resolve this issue as well.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
I have done testing in a couple sites and it appears to be a bug here.
As a way around this you could add this snippet:
/*
* Prevents iCal importer from saving a copy of "deleted" events
* This means when you rerun an import, it will reimport any events you previously deleted
*/
function tribe_ical_dont_save_deleted () {
$ical_importer = Tribe__Events__Ical_Importer__Main::instance();
remove_action( 'before_delete_post', array( $ical_importer, 'deletedEventSave' ) );
}
add_action( 'wp_loaded', 'tribe_ical_dont_save_deleted' );That will prevent events from being “saved” even after deleted so they will not import again.
Once that snippet is in place you could delete the events that you want to update and that will then enable them to be reimported.
That is not a great solution, but it is a work around.
I have created a bug ticket for us to resolve this issue as well.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
You can edit all the Event Templates in your theme following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
You can change the event titles there for the single events and the views you would like.
November 30, 2015 at 5:12 am in reply to: Event Details, & Google Map Not Showing on Event Page #1032319Brian
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
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
MemberHi,
Unfortunately, The Events Calendar only works with WordPress.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Cheers
-
AuthorPosts
