Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    you can either use github or the other link above.

    thanks

    Hello jnorell ,

    have you uploaded the changes for WP FullCalendar in order to work with qTranslate-X ?

    thanks

    I’ve manage to get it work adding the following to my 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);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘qTranslate-X support’ is closed to new replies.