Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anastasia.m

    (@anastasiam-1)

    For further reference I manage to get it work by adding the following to functions.php

    // Enable qTranslate for WordPress SEO
    function qtranxf_filter($text){
    return __($text);
    }
    add_filter(‘wpfc_title’, ‘qtranxf_filter’, 10, 1);
    add_filter(‘wpfc_events_event’, ‘qtranxf_filter’, 10, 1);
    add_filter(‘wpfc_qtip_content’, ‘qtranxf_filter’, 10, 1);

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    thanks for posting this!

    I’ve noted this down for an udpate at some point in the future.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘events manager and multi language’ is closed to new replies.