"View all" recurring events don’t list the events

Home Forums Calendar Products Events Calendar PRO "View all" recurring events don’t list the events

Viewing 15 posts - 31 through 45 (of 56 total)
  • Author
    Posts
  • #1249408
    Hans-Gerd
    Participant

    Hi 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-Gerd

    #1250081
    Andras
    Keymaster

    Sorry to hear that. 🙁

    Could you send me over those .po files so I can run some tests with them?

    Thanks!
    Andras

    #1250290
    Hans-Gerd
    Participant

    Hi 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

    Time format when creating events only uses 24 hour


    – 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
    #1250773
    Andras
    Keymaster

    Hallo,

    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,
    Andras

     

    #1250873
    Hans-Gerd
    Participant

    Hi 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-Gerd

    #1251420
    Andras
    Keymaster

    Grü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( '&laquo; ' . esc_html__( 'All %s', 'the-events-calendar' ), tribe_get_event_label_plural() ); ?>

    Change the text domain so it looks like this:

    <?php printf( '&laquo; ' . 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,
    Andras

    #1251519
    Hans-Gerd
    Participant

    Grü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 luck

    Cheers,
    Hans-Gerd

    #1251617
    Andras
    Keymaster

    🙂

    #1253687
    Hans-Gerd
    Participant

    Hi 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 TribeEventsCalendar
    

    line 27 (TEC 4.3.5):

    		<a href="<?php echo esc_url( tribe_get_events_link() ); ?>"> <?php printf( '&laquo; ' . 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( '&laquo; ' . 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.
    #1253698
    Andras
    Keymaster

    Hallo,

    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

    #1253709
    Hans-Gerd
    Participant

    Hi 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-Gerd

    #1253719
    MAD 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:

    #1254314
    Andras
    Keymaster

    Hello 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,
    Andras

    #1258468
    Hans-Gerd
    Participant

    Hi Andras,
    the issue with datepicker seem to be solved:

    Event time defaulting to am

    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-Gerd

    #1258602
    Andras
    Keymaster

    Hallo,

    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

Viewing 15 posts - 31 through 45 (of 56 total)
  • The topic ‘"View all" recurring events don’t list the events’ is closed to new replies.