Forum Replies Created
-
AuthorPosts
-
Geoff B.
MemberGood evening Ezekial,
As promised I am following up with you.
We are pretty excited to roll-out this new “secret” feature and we did just that today.
Alas, we found a bug in the process which forced us to rollback.Our team is currently debugging this for you. Hang tight and thank you for your patience.
Best regards,
Geoff B.
Geoff B.
MemberGood evening Greg,
Just a quick note to let you know that we have been working hard with the WPML team to increase compatibility between our plugins. You can read all about it here: https://wpml.org/build-multilingual-events-websites-events-calendar-wpml/
Full disclosure, there are still a few things that are not quite to our liking yet (we will iron those out shortly).
In the meantime, I believe you will be glad to see that you can now use the Classic Translation module that fixes almost all issues related to Venues and Organizers (provided you upgrade to the latest version of everything and follow the instructions found in the article – you might have empty WPML’s cache and re-save your permalinks).
Give it a spin and see how you like it.
Have a great day!
Geoff B.August 23, 2018 at 5:59 pm in reply to: Cannot Change or Remove Organizer/Venue in Translated Recurring Events #1604627Geoff B.
MemberGood evening Jonah,
Just a quick note to let you know that we have been working hard with the WPML team to increase compatibility between our plugins. You can read all about it here: https://wpml.org/build-multilingual-events-websites-events-calendar-wpml/
Full disclosure, there are still a few things that are not quite to our liking yet, especially in the context of recurring events (we will iron those out shortly).
In the meantime, I believe we have fixed the venue and organizers issues specifically (provided you upgrade to the latest version of everything and follow the instructions found in the article – you might have empty WPML’s cache and re-save your permalinks).
Can you please confirm?
Have a great day!
Geoff B.Geoff B.
MemberGood evening Michael,
Just a quick note to let you know that we have been working hard with the WPML team to increase compatibility between our plugins. You can read all about it here: https://wpml.org/build-multilingual-events-websites-events-calendar-wpml/
Full disclosure, there are still a few things that are not quite to our liking yet, including how recurring events URLs are handled (we will iron those out shortly).
In the meantime, I believe we have fixed the venue issue specifically (provided you upgrade to the latest version of everything and follow the instructions found in the article – you might have empty WPML’s cache and re-save your permalinks).
Can you please confirm?
Have a great day!
Geoff B.August 23, 2018 at 5:55 pm in reply to: Yet again you seem to have messed up WPML with Events Calendar PRO #1604625Geoff B.
MemberGood evening Lorraine,
Just a quick note to let you know that we have been working hard with the WPML team to increase compatibility between our plugins. You can read all about it here: https://wpml.org/build-multilingual-events-websites-events-calendar-wpml/
Full disclosure, there are still a few things that are not quite to our liking yet (we will iron those out shortly).
In the meantime, I believe we have fixed the venue issue specifically (provided you upgrade to the latest version of everything and follow the instructions found in the article – you might have empty WPML’s cache and re-save your permalinks).
Can you please confirm?
Have a great day!
Geoff B.Geoff B.
MemberGood evening B,
Just a quick note to let you know that, in collaboration with the WPML team, we have significantly improved the compatibility of our respective plugins.
You can read all about it here: https://wpml.org/build-multilingual-events-websites-events-calendar-wpml/
One of the highlights of this is the ability to use the Classic Translator (which should enable you to do what you were looking for).
I realize it has been a long while, but you are more than welcome to give it a spin.
Best regards,
Geoff B.
Geoff B.
MemberGood evening Ezekial,
Just touching base to let you know I have not forgotten about you.
There was a slight delay on things today, but our product director will personally set you up tomorrow morning.Cheers,
Geoff B.Geoff B.
MemberGood evening Ezekial,
My name is Geoff and I am the Community Manager for Loxi.
Our product director is in the process of setting up our Loxi / the Events Calendar bridge for you and we should have it in place for you to use most likely by the end of the day tomorrow.
I will make sure I personally follow-up with you and grant you access to a couple of complimentary months on Loxi to see how you like it.
Hang in there!
Geoff B.
Geoff B.
MemberGood evening Paul,
I am so terribly sorry this went under the radar while I was out on vacations.
I understand but can you please give the roughest estimate and yes I won’t blame you if the extension is developed in that time. ?
Unfortunately, I cannot.
My website is giving HTTP 500 Error and I am unable to access my website.
This is less than ideal considering the nature of the issue, but we try to keep each thread to one topic.
Therefore, I will kindly ask that you open a new ticket for this (if you have not already done so).
In the meantime, I would highly recommend you do the following:
- Completely deactivate and delete the Events Calendar plugin (it is safe to do so)
- Reinstall and activate a freshly downloaded version.
If that does not work, please go through the following: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
I believe one of my colleagues will be able to assist you in further resolution.
Hang in there,
GeoffGeoff B.
MemberGood evening Paul,
Sadly, I do not a rough estimate.
This might seem like an odd statement, but experience has taught us that it is much better to underpromise and overdeliver than the other way around 😉
In all seriousness, extension work is typically done by our awesome team when support levels permit it. As you can imagine, forecasting support levels can prove to be challenging.
As stated before, I am hopeful since this is a great idea and it seems to be gaining some traction.
Have a great weekend and thank you for your understanding!
Geoff B.Geoff B.
MemberGood evening Paul,
As a matter of fact, I did open a legitimate ticket for the creation of that extension 3 weeks ago.
The team is currently tackling priority 1 and 2 extension work.
The good news is that someone else requested the exact same extension which means your idea is growing in popularity (and ultimately in priority).All that to say that I cannot offer a date for release yet, but as promised before you will be the first person contacted as soon as we are about to release it.
Hang in there!
GeoffGeoff B.
MemberGood afternoon Paul,
I am glad to see you are taking on that awesome feature 🙂
Here is my best attempt at giving you some high-level guiding concepts to get you started:
- Most of the code for additional attendee fields lives in /wp-content/plugins/event-tickets-plus/src/admin-views/ . More specifically, you will want to look at meta.php and the /meta-fields/ folder
- You will want to steal some of the code there and bring it to a modified version of the /wp-content/plugins/the-events-calendar-community-events-tickets/src/views/community-tickets/modules/tickets.php file and upload it back to [your-theme]/tribe-events/community-tickets/modules/tickets.php
- You will probably need to address the fact that adding those fieldsets require some specific WordPress capabilities and permissions (usually admin). This will need to be done either via functions.php or modifying WordPress roles on your site to grant the required superpowers. You can read more about the latter here: https://theeventscalendar.com/knowledgebase/admin-roles-and-permissions/
That is pretty much as far as I can take it. Our list of recommended customizers would be the next step if you get stuck.
Best of luck!
Geoff B.
Geoff B.
MemberHello again Greg,
As you can probably tell, we are doing a bit of housekeeping.
I have some more good news for you.
You now have a couple of ways to achieve translation of widget titles:- Widget titles are now automatically registered in String translation (look under the “Widgets” domain)
- You can now choose under which language every widget is displayed (allowing you to customize every language to entire satisfaction)
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Stefan,
Long time no talk!
Just a couple of quick heads up.
First off, we have a renewed partnership with WPML which means you should see increased compatibility in the next little while.
Specifically, I wanted to make you aware of one pretty cool change in WPML that might help to achieve what you were looking for (not having to translate every single event).
If you head over to WPML > Settings > Post Types Translation and select “Translatable – use translation if available or fallback to default language”, you should be able to display non-translated events in all languages.
This also opens all kinds of interesting doors (including using Event Aggregator combined with the Events Calendar and WPML).
Best regards,
Geoff B.
Geoff B.
MemberGood evening Israel,
Long time no talk!
Just a couple of quick heads up.
First off, we have a renewed partnership with WPML which means you should see increased compatibility in the next little while.
Specifically, I wanted to make you aware of one pretty cool change in WPML that might help to achieve what you were looking for (not having to translate every single event).
If you head over to WPML > Settings > Post Types Translation and select “Translatable – use translation if available or fallback to default language”, you should be able to display non-translated events in all languages.
This also opens all kinds of interesting doors (including using Event Aggregator combined with the Events Calendar and WPML).
Best regards,
Geoff B.
-
AuthorPosts
