All Recurrent Events result in 404 Error

Home Forums Calendar Products Events Calendar PRO All Recurrent Events result in 404 Error

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1245159
    Oliver
    Participant

    @Cliff
    Thank you for the temp. fix for german language => works!

    BTW: I noticed some other (bug?) in the singe event view when hovering the “show all” link. There is a popup showing all recurring events BUT, there is something missing (dates) – the the HTML-output:
    <div class=”tribe-events-event-body”>

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    Eine Veranstaltung am

    </div>

    @Dan
    Just edit the fix to fit in frensh – it’s easily done:

    function translate_all_slug_to_tous( $text, $original, $context, $textdomain ) {
    if (
    $textdomain !== ‘the-events-calendar’
    || $context !== ‘all events slug’
    || $original !== ‘all’
    ) {
    return $text;
    }

    return ‘tous’;
    }

    add_filter( ‘gettext_with_context’, ‘translate_all_slug_to_tous’, 10, 4 );

    #1245507
    Cliff
    Member

    Oliver, thanks for sharing where to edit the replacement translation.

    To be clear, this should only be a temporary fix until the next updates of The Events Calendar and PRO and their language/translation files are updated to have this string translated.

    As far as WPML goes, please reference https://theeventscalendar.com/?s=wpml&submit=Search&post_type%5B%5D=tribe-knowledgebase

    If you’re asking how this issue relates to WPML that you might already have setup on your site, I think the best route for you would be to go an alternate route (again, temporarily): if you are comfortable using PoEdit or similar tools you can try to identify and add the missing translation.

    #1245547
    Dan
    Participant

    not sure … think you will have quite a lot of fixing for the next release

    #1245651
    Cliff
    Member

    I didn’t quite understand that, Dan. Please clarify if you need further assistance at this time.

    Again, this will eventually be resolved once the updated translation files come along with the next update. They just happened to be a bit out of sync between the various updates and this should be resolved by the next update.

    Thanks for your understanding and patience. We apologize for this inconvenience.

    #1256354
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

    #1320793
    Victor
    Keymaster

    Hello there!

    Just wanted to share with you that a new maintenance release (for the Week of 10th July 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-week-10th-july-2017/

    Please update the plugins and try it out. If you encounter any issues, don’t hesitate to open a new topic to let us know.
    Best,
    Victor

Viewing 6 posts - 16 through 21 (of 21 total)
  • The topic ‘All Recurrent Events result in 404 Error’ is closed to new replies.