Home › Forums › Calendar Products › Events Calendar PRO › "View all" recurring events don’t list the events
- This topic has 56 replies, 7 voices, and was last updated 8 years, 11 months ago by
Hans-Gerd.
-
AuthorPosts
-
March 4, 2017 at 5:57 am #1249408
Hans-Gerd
ParticipantHi Andras,
I’ve just cecked it again (the-events-calendar-de_DE.po, tribe-events-calendar-pro-de_DE.po) – unfortunately the issue seem not to be fixed.
Although both files contain the correct translations “All” = “Alle” you see there “All Veranstaltungen”.Cheers,
Hans-GerdMarch 6, 2017 at 1:19 pm #1250081Andras
KeymasterSorry to hear that. 🙁
Could you send me over those .po files so I can run some tests with them?
Thanks!
AndrasMarch 6, 2017 at 11:29 pm #1250290Hans-Gerd
ParticipantHi Andras,
I just download the .po files from http://translations.theeventscalendar.com/projects and checked it once more, but unfortunately the issue is the same as before.
Please watch at uploaded .po files. Thanks for advice.A substantially bigger issue is for us the issue with the 24h format in community events.
I have checked also the possible solution in
– but it also doesn’t work at all.
As long as this problem exists, unfortunately, we cannot update to TEC 4.4.x. This is really unpleasant.
Any idea, whether the issue is solved in the next release ?Cheers,
Hans-Gerd-
This reply was modified 9 years, 1 month ago by
Hans-Gerd. Reason: issue 24h Format
March 7, 2017 at 2:24 pm #1250773Andras
KeymasterHallo,
I will give those translation files a test and will let you know what I find. Which version are you running now? 4.4.2?
The issue with the translations can be that the files you downloaded are for 4.4.3. What you can do is updating the .po files from the .pot of the install that you have.
I’ll check and will get back to you.
Regarding the timepicker, this is a frustrating issue. We are starting to scope the next maintenance release and I will try to push it into that one. Unfortunately it didn’t make it into the one which is coming later this week.
Cheers,
AndrasMarch 7, 2017 at 9:30 pm #1250873Hans-Gerd
ParticipantHi Andras,
thanks for information.
On our dev environment is running events calendar 4.4.3, events calendar pro 4.4.3 and events community 4.4.2.
I have try to update the po-Files from pot-files – unfortunately without any changes.Because the issue with the time format is a significant issue for all that uses community events in countries as Germany, France, Netherlands, Italy, Austria, etc. I’m very surprised that this issue is not solved for such a long time since coming out TEC 4.4.x
Cheers,
Hans-GerdMarch 8, 2017 at 5:11 pm #1251420Andras
KeymasterGrüss dich,
I was digging into that issue, looks like a bug / typo in one of the files.
The text domain for that string is wrong, once corrected the translation will go through. Will be fixed in the next MR.
The manual fix is also easy.
Open \events-calendar-pro\src\Tribe\Templates\Mods\List_View.php for editing.
Line 16 looks like this:
<?php printf( '« ' . esc_html__( 'All %s', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?>Change the text domain so it looks like this:
<?php printf( '« ' . esc_html__( 'All %s', 'tribe-events-calendar-pro' ), tribe_get_event_label_plural() ); ?>That should fix this.
Regarding the timepicker, we are starting to scope the next MR. I’m doing everything I can to push this fix into it.
Cheers,
AndrasMarch 8, 2017 at 9:10 pm #1251519Hans-Gerd
ParticipantGrüss Dich Andras,
thanks a lot – great work 🙂
I’ve checked it and the issue is fixed.I’m very happy that you do everything to push the fix for the timepicker issue into the next MR.
Good luckCheers,
Hans-GerdMarch 9, 2017 at 1:51 am #1251617Andras
Keymaster🙂
March 14, 2017 at 12:17 am #1253687Hans-Gerd
ParticipantHi Andras,
unfortunately just seen same issue – may be the issue is only solved partial:same issue seem to be in
/** * Single Event Template * A single event. This displays the event title, description, meta, and * optionally, the Google map for the event. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/single-event.php * * @package TribeEventsCalendarline 27 (TEC 4.3.5):
<a href="<?php echo esc_url( tribe_get_events_link() ); ?>"> <?php printf( '« ' . esc_html__( 'All %s', 'tribe-events-calendar-pro' ), $events_label_plural ); ?></a>instead
<a href="<?php echo esc_url( tribe_get_events_link() ); ?>"> <?php printf( '« ' . esc_html__( 'All %s', 'the-events-calendar' ), $events_label_plural ); ?></a>Cheers,
Hans-Gerd-
This reply was modified 9 years, 1 month ago by
Hans-Gerd.
March 14, 2017 at 2:00 am #1253698Andras
KeymasterHallo,
Hmmm… I’m not sure.
I suppose this is the template file in The Events Calendar and <span style=”text-decoration: underline;”>not</span> in Events Calendar Pro. In this case the text domain is correct as the-events-calendar.
So the issue is most probably with the translation files. The .po / .mo might be for a different version and it is not getting translated. So try to check that. I just looked at a single event page with 4.4.4 and it does get properly translated to Alle Veranstalltungen.
Andras
March 14, 2017 at 3:09 am #1253709Hans-Gerd
ParticipantHi Andras,
you are right – sorry for the misunderstanding.
I have checked it and the script seem to be an older script because at that time we had to change something.Cheers,
Hans-GerdMarch 14, 2017 at 3:57 am #1253719MAD for Swing
Participant(TEC PRO 4.4.4)
We have the same problem (in our case in Spanish), we think that the problem could come from the file and the lines referenced with the word (all) in tribe-events-calendar-pro- “lang_LANG”:We believe that in a payment complement, there should not be a community of clients for translations, Tribe’s own team should have its own translators or hire specialized translators and offer a finished product with each update.
Images can be descriptive enough:
March 15, 2017 at 3:06 am #1254314Andras
KeymasterHello MAD_for_Swing,
Thanks for chiming in here.
I have checked the issue with the “all” sting that you sent a screenshot of. This is what I did.
- Originally language set to English. Check a recurring event if “Show all” works. Confirmed it works.
- Set site language to a different one, German in my case. Check German .po file if “all” string pointed out in your screenshot is translated. Confirmed it is translated to “alle”.
- Go to front-end and open an instance of a recurring event. Hover over the “Show All / Alle anzeigen” link and check URL. Confirmed URL is proper, it show the translated slug “/alle” at the end.
- Click on the url, and I got a 404 page.
- Refresh permalinks: go to Back-end > Settings > Permalinks > Save
- (Recommended to empty cache as well.)
- Go to front-end and open an instance of a recurring event. Hover over the “Show All / Alle anzeigen” link and check URL. Confirmed URL is proper, it show the translated slug “/alle” at the end.
- Click on the url and confirmed that the page loads and the slug is proper in the address bar.
After translating the slug in the .po file, go and refresh your permalinks and empty your cache. Then check if it works properly.
Note that if you want your translations to stay after a plugin update, then put your .po / .mo files in this directory: wp-content/languages/plugins
Let me know how that works out. If you have a different issue that you would like to talk about, then please open a new thread so we can keep the forums clean. Thanks.
Cheers,
AndrasMarch 22, 2017 at 10:56 pm #1258468Hans-Gerd
ParticipantHi Andras,
the issue with datepicker seem to be solved:It seem to be very important to add the function at the bottom of the functions.php (I have tried it some time before without success).
I will check it at next days and if there are still issues will back here.
Thanks a lot for your patience and advice
Cheers,
Hans-GerdMarch 23, 2017 at 6:32 am #1258602Andras
KeymasterHallo,
Wow, thanks for reporting that here as well. I would have never thought of that.
I’m happy that this got solved – at least with a workaround.
I will keep this thread on pending fix until the datepicker issue is solved for good, so you will get a notification when it is finally fixed, so you can remove the code from functions.php.
Another note: a maintenance release is coming today or tomorrow which should solve some more string translation issues, mostly on the back-end. 🙂
Freundliche Grüsse
Andras
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
- The topic ‘"View all" recurring events don’t list the events’ is closed to new replies.
