• Resolved newtrics

    (@newtrics)


    Hello,

    We have added the Events plugin to try it out. It works fine on our multilingual (English/Greek) site when switched from WP-menu via WPML translation list. And translations to events work fine.

    The free version does not include a shortcode so we added the calendar directly in a page-frame to see it work.

    Problem: when switching language to Greek, it shows properly at first but once you move the month forward or backwards it turns to English -not only calendar interface, translated events too.

    Can the Pro shortcode solve this? Is there something we can do to fix? If it works, we buying it!

    Thanks,
    Andreas M.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Good morning @newtrics,

    First off, I would like to apologize for the delay answering.
    We are currently experiencing a higher level of requests than usual.

    Please rest assured that we are working hard at correcting this situation.
    We appreciate your patience while we try to normalize things.

    We are sorry for the inconvenience caused by this glitch.?
    We are actively working on a solution for this.

    Alas, I cannot guarantee when it will be fixed, as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    The good news is that you will be contacted as soon as a fix is available.
    Thank you for your patience as we see this through.

    In the meantime, I would recommend deactivating the built-in month view cache found under Events -> Settings -> Display

    Best regards,
    Geoff B.

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

    Good evening @newtrics,

    I believe I might have some good news.
    The following steps seem to fix the issue:

    Please update to the latest version of the Events Calendar (4.6), the Events Calendar Pro (4.4.17) and WPML (3.8.2)

    If required, head over to WPML > Support > Troubleshooting page.
    Once you are there, you should see several cleanup buttons.

    I would recommend:
    a) Clearing WPML cache
    b) Disabling language switcher cache
    c) Using ALL the cleanup buttons on that page
    d) Re-saving your permalinks

    Let us know how that goes.

    Best regards,
    Geoff B.

    Plugin Contributor Victor Zarranz

    (@vicskf)

    Hello @newtrics!

    Just wanted to share with you that a new maintenance release (for the Week of 16 October 2017) is out, including a fix for this issue ??

    Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-16-october-2017/

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    This info is a bit late, but I hope to save someone time by sharing my solution to this issue. I have a bilingual site – English and French. While on the French side if I would navigate month to month it would revert back to the English view.

    I have the latest release of both The Events Calendar & WPML plugins and this was still an issue for me….however I was able to resolve the issue by taking a copy of the following files:

    • default-template.php
    • month.php

    Placing them in a new folder, like this – [your-theme]/tribe-events/

    Then I edited the default-template.php file to include the following:
    if (ICL_LANGUAGE_CODE == ‘fr’) {
    get_header(‘fr’);
    } else {
    get_header();
    }

    The next step was to force the entire page to reload when the month is changed. I was able to do this by adding the following to the month.php file:
    Header(‘Location: ‘.$_SERVER[‘PHP_SELF’]);
    Exit();

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dual-lingual site not working properly?’ is closed to new replies.