Forum Replies Created
-
AuthorPosts
-
February 9, 2018 at 1:19 am in reply to: refunds in event tickets plus not returning _tribe_ticket_global_stock_level #1448631
Andras
KeymasterCool. A.
Andras
KeymasterHi Stephan,
Well, no German roots, I just studied it for long and spent some time in Germany. ๐ I’m from Hungary.
Then the easiest would be is to download this file with the fixed translation, unzip it, and upload the 2 files into the following folder.
wp-content/plugins/the-events-calendar/lang
Overwrite the 2 files which are there. (Might be good to make a backup of the original files or rename them to .bak or something.)
Hope this helps.
Grรผsse
Andras
February 9, 2018 at 1:10 am in reply to: Link Facebook "Keywords" to Event Aggregator "Categorises" #1448629Andras
KeymasterYeah, if there was a set pattern at the end of the string, then it might be possible to use that as categories, though then string-matching needs to be done do get the category IDs, which can be resource intensive.
Thanks for the kind words, I’ll pass it on to the team. It always raises our spirits. ๐
Cheers,
AndrasAndras
KeymasterHi Suika,
Thanks for hanging in there.
I was able to dig into this a bit, with partial success.
In the recent versions of Event Tickets Plus the ticket SKU is already generated a bit differently. It follows this pattern:
{ticket-id}-{user-id}{ticket-name}I did not find any way to change this so that something else is generated. However you are able to set the SKU to your liking when you create the ticket. Open the Advanced section and you’ll be able to define the SKU. (screenshot)
There is also the possibility to totally disable the SKU generation, so it will be left blank. For this copy the following snippet to your theme’s functions.php file:
add_filter( 'event_tickets_woo_should_default_ticket_sku', 'change_ticket_sku', 10, 1 );
function change_ticket_sku( $original_sku ) {
return false;
}Let me know if this helps.
Cheers,
AndrasAndras
KeymasterHi again,
A teammate was kind enough to take a look at this and came up with this snippet.
https://gist.github.com/andrasguseo/f5c38a01e047da9a0bf0c955d905179a
Check and let me know if that does the trick.
Cheers,
AndrasAndras
KeymasterHi Sunanna,
Thanks for reaching out!
It is possible that the venue of the event does not have the proper latitude and longitude coordinates saved. Please open up the venue for editing and check. If they are not there, then add them manually and check if that solves it.
Cheers,
AndrasAndras
KeymasterHi Brent,
Thanks for your question!
We are using the timezones from WordPress core. So you would need to tap into that list and that probably would have an effect on the event timezone list too.
However this is a WordPress core related issue in this sense and beyond the scope of our support. I will try to look around a bit if that is possible and how and I’ll get back to you if I find something.
Cheers,
AndrasFebruary 8, 2018 at 12:12 pm in reply to: Automatically Add Product Category to a Ticket on Creation #1448184Andras
KeymasterAndras
KeymasterGern geschehen! Ich bin froh dass ich dir helfen konnte. ๐
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.
Cheers,
AndrasPS: If you like our plugins, and you didn’t yet do so ๐ we would be happy to receive a review in the wordpress.org repository. Thanks!
https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
https://wordpress.org/support/view/plugin-reviews/event-tickets/PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. ๐ If you can spare a few words, that’s even better. Doublethanks!
February 8, 2018 at 4:39 am in reply to: Link Facebook "Keywords" to Event Aggregator "Categorises" #1447465Andras
KeymasterHi Michelle,
Thanks for reaching out!
That would be an awesome feature. Unfortunately the Facebook API is limiting us here and it doesn’t provide us the tags of the events. So this is not possible until Facebook starts providing tags through the API.
Let me know if you have further questions.
Cheers,
AndrasAndras
KeymasterHi Justin,
Thanks for reaching out to us.
Can you share with me the following:
- the url to the feed you are trying to import and is giving you trouble
- couple specific events that are being duplicated
I would like to run some tests.
Do I understand correctly that it is only some events and not all of them which are being duplicated?
Cheers,
AndrasAndras
KeymasterHallo Thomas,
Thanks for reaching out!
It looks like that is a menu item. You should be able to change your menus under Appearance > Menu (Design > Menรผs wenn du WP auf Deutsch hast ๐ ).
If it is not there, then you can check in the translation file which is here:
wp-content\plugins\the-events-calendar\lang\the-events-calendar-de_DE.po
The original English string you are looking for is
list.Let me know if you find it and if you manage to change it.
Cheers,
AndrasAndras
KeymasterHi Finn,
Just chiming in here as I just saw and solved a similar issue with a German user.
Please check if you are still getting the same issue when you switch your WordPress language to English. (Settings > General)
If the issue is not there with English then there is a glitch in one of the translated strings. Let us know what you find and we will track it down.
Possible it is with this string
The current URL for your events page is %1$s. <br><br> You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, <a href="%2$s">enable pretty permalinks</a>.Make sure that the pattern of the translation matches as close as possible, especially the “%x$y” parts.
Cheers,
AndrasAndras
KeymasterOh, okay. Awesome job on finding the source of the issue.
Also sehen wir mal…
So, the problem is that in the translation the % mark is translated as ‘%’ and not as the html entity:ห. This is how the translation should look like:
Es wird Situationen geben, in denen keine Out-of-the-Box-Vorlage zu 100% perfekt ist. In unserem <a href="%s">Benutzerhandbuch</a> findest Du Anleitungen fรผr benutzerdefinierte Anpassungen.If you are familiar with changing translations with PoEdit or with the Loco Translate plugin, then this is easy to fix.
I will get this change in the repo so with the next version this should be fixed.
Let me know if you need help with changing translations, and if you use PoEdit or Loco Translate.
Cheers,
AndrasFebruary 8, 2018 at 3:01 am in reply to: Event ticket not showing as a cross-sell product in WooCommerce #1447383Andras
KeymasterHappy to hear that helped you to move forward. Great job on that Matt, congrats!
Since this is resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.
Cheers,
AndrasPS: If you like our plugins, and you didn’t yet do so ๐ we would be happy to receive a review in the wordpress.org repository. Thanks!
https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
https://wordpress.org/support/view/plugin-reviews/event-tickets/PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. ๐ If you can spare a few words, that’s even better. Doublethanks!
-
AuthorPosts
