Forum Replies Created
-
AuthorPosts
-
Nico
MemberHey CDC,
Thanks for reaching out to us on this! Currently we support WPML integration with The Events Calendar and Events Calendar PRO, we cannot ensure compatibility with other plugins for now. We are working with the WPML compatibility team to add support for our ticketing plugins as well.
We have some knowledge base articles on how to configure WPML to work with TEC + TEC PRO: Setting up The Events Calendar with WPML and Creating translations for events using WPML, please check them out!
Maybe what you are experiecing as something to do with the fact that Chinese translation for Community Events are not complete? Not sure if you are using the Chinese (Taiwan) or Chineses (China) lang code.
Sorry not to have a better answer for this right now,
Best,
NicoNico
MemberHey Smyth,
Thanks for following up with this!
The form you are seeing is generated by WordPress, via the wp_login_form function.
Can you send over your site url? Not sure of how this is displaying in the site, Are you only seeing the login form?
Best,
NicoDecember 17, 2015 at 11:32 am in reply to: Calendar search section not displaying correctly #1043102Nico
MemberHey Alan,
Thanks for following-up on this! Regarding your question:
Iโm guessing it should be possible to add a filter to my functions.php to not show the featured image if itโs trying to display content from the Events Calendar?
Yeap, that sounds like the way to go. I’m not much familiarized with the Genesis theme, maybe it’s best for you to reach out to them on how to enable/disable this functionality. With that I can surely integrate the The Events Calendar part to disable this on event pages/archives.
Please let me know about it,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberHey Petr,
Thanks for the heads-up! I see that Leah has already posted the request, so I guess you’ll be added soon ๐
Iโll go ahead and close out this thread, but if you need help with anything else please donโt hesitate to create a new one and we will be happy to assist you.
Cheers,
NicoNico
MemberHey Smyth,
Stocked to hear ๐
My previous reply was unintentionally deleted, just for future reference the updated code is here: https://github.com/bordoni/tec-forum-support/blob/plugin-950694/plugin.php.
Yeap I guess this can be improved in the future as you say, if you are up to doing so you can commit those changes to the snippet on GitHub.
Iโll go ahead and close out this thread, but if you need help with anything else please donโt hesitate to create a new one and we will be happy to assist you.
Glad to be of service,
NicoDecember 17, 2015 at 10:38 am in reply to: Issues with German translation in Events Calendar 4.0 #1043067Nico
MemberHey folks,
Leah has sent the request, and seems like you’ve been added. Oliver take a look at the comment here: https://make.wordpress.org/polyglots/2015/12/16/hiya-folks-i-am-one-of-the-plugin/
Please let me know if you have the right permission to approve the strings now,
Best,
NicoNico
MemberHey William,
Just wanted to give you a heads up on this issue, unfortunately this is still not fixed in the maintenance release 4.0.2, but it’s slated for next maintenance release 4.0.3 in which we are working now.
Thanks for the patience while we solve this,
Best,
NicoNico
MemberHey Folks,
Good news ๐ Maintenance release 4.0.2 is here with a fix for this issue. You can read the details here!
Please update the plugins and let me know if this is working as expected!
Cheers,
NicoNico
MemberThis reply is private.
Nico
MemberHi there Birgit,
Thanks for reaching out on this! I’ll try to clarify on this.
You are seeing the message because there’s a page with the same slug as the calendar slug. There’s nothing wrong with that, but as the messages states, the calendar will be shown instead of the page with the same slug. Some users do this intentionally to have a menu item or something similar. If you want to remove the message just add the following snippet to your theme functions.php file (wp-content/themes/active_theme/functions.php):
// remove slug conflict admin notice
if (class_exists('Tribe__Events__Admin__Notice__Archive_Slug_Conflict')) {
remove_action( 'admin_init', array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
}
Please give that a try and let me know,
Best,
NicoNico
MemberHi there Petr,
Thanks so much for your support ๐
Unfortunately we do not have control over the .Org translator editors, that’s something that you should request directly to your country/language translation group (a pain we are aware of). Once you are approved you’ll be able to translate all plugins and themes in the .org repo.
We are going to bulk request this for a couple of regular translator (as you) soon, if you want me I can add you to that list. I’m afraid the bulk request thing will take a bit longer as we are gathering info from several folks.
Please let me know if you want me to add you to our bulk request or if you prefer to go ahead and contact your corresponding translation team on this,
Best,
NicoNico
MemberHi @smythkowalczyk,
Thanks for getting in touch with us!
While there’s no settings to do this, Brain gave a nice explanation on how this works and how to customize it here.
Please check that thread and let me know if it answers your question,
Best,
NicoNico
MemberHi Paige,
Thanks for reaching out to us and really sorry to hear about this issue, I’ll try to help you here.
We just released our new plugins Event Tickets and Event Tickets Plus, which replace the (now) legacy ticketing plugins WooTickets, WP-Ecommerce Tickets, Easy Digital Downloads Tickets and Shopp Tickets. Please check out this article on Moving to Event Tickets Plus. Mostly sure updating will solve the issues you describe above, if you have a staging site to test the update that will be even better ๐
Please let me know how the update goes,
Best,
NicoDecember 16, 2015 at 10:45 am in reply to: Translation not working in new Event Tickets Plus #1042391Nico
MemberHey Lukas,
I see that string in Event Tickets Plus, try re downloading the mo/po files and replace those in the lang folder of the plugin (wp-content/plugins/event-tickets-plus/lang).
If that doesn’t solve the problem, can you please open up a new thread for this? Having just a user/issue per thread usually makes them move faster. When creating the new thread please be sure to Test for conflicts and include your system information, that will surely help getting a better reply. You can also include a link back to this thread if you want.
Best,
Nico -
AuthorPosts
