• Hi Franky,

    is it possible to ad a function that users can use more then one Events page?
    This maybe can be helpful when using EME whit more then one language, so every Language can have its on Events page which is than assigned to the language.
    In my case I got in troubles when I cal a event it self, then in the english part through EME I got the german top Menue instead it remains at english…

    Best Theo

    https://wordpress.org/plugins/events-made-easy/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Franky

    (@liedekef)

    Don’t use that page directly, use the available shortcodes in regular pages. EME is multi-language ready (for qtranslate and derivates, or via “lang=”) .

    Thread Starter Theodor Machnich

    (@theodor-machnich)

    Dear Franky thank you for your replay and sorry that I set this back to a open request.
    I now this but what you wrote, I thinks it works only for the short code in pages but when a user clicking on a event, in the background than the Event Page we set under Events will handle the language thing an this page is german and so we see the top Menu in German instead of english.
    Do you have a concrete solution for this.
    I can also pay for your support, but want only fix this thing.
    Think this is also for others interesting.

    Best Theo

    PS: Do you need a link to the page?

    Plugin Author Franky

    (@liedekef)

    Normally I override the language and try to use the correct language (also on single event page). Which multi-language plugin are you using?

    Thread Starter Theodor Machnich

    (@theodor-machnich)

    Thank you for your answer Franky,

    I use xili language…

    Best Theo

    Plugin Author Franky

    (@liedekef)

    If you could tell me the xili api call to find the correct language-related page for a certain page, then I could cook up something here …
    Edit: I think it is something like:

    $xili_language = new xili_language( false , false );
    $language = the_curlang();
    $id = get_post_meta( $events_page_id, QUETAG.’-‘.$language->slug, true );

    with QUETAG being $xili_language->xili_settings[‘reqtag’]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘More then one Events page’ is closed to new replies.