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

    (@grafcom)

    @luckyray,

    Settings – Languages – Advanced Settings – Compatibility Functions checked?

    Thread Starter luckyray

    (@luckyray)

    Thank you for your reply, @gunu.

    I did tick the “Compatibility Functions” checkbox in the settings. But it seemed make no difference.

    Plugin Author Gunu

    (@grafcom)

    @luckyray,

    have you done in the past made changes by yourself, manual applied code to some places for example used qtrans_ ?

    qtrans_ is changed to qtranxf_

    You might also be search in the Appointments plugin files to see if that code is used somewhere.

    Thread Starter luckyray

    (@luckyray)

    Thank you for your reply, @gunu.

    After examining the code of Appointments plugin, I found that there is some code as below:

    if ( $this->use_cache() ) {
    if ( has_filter( ‘wpautop’ ) ) {
    $this->had_filter = true;
    }
    remove_filter( ‘the_content’, ‘wpautop’ );
    remove_filter( ‘the_excerpt’, ‘wpautop’ );
    }

    I am not sure the purpose of doing this, but after commenting out the remove_filter statement, the problem is gone. I still don’t know why the mqTranslate worked fine with the Appointments plugin without my change.

    Plugin Author Gunu

    (@grafcom)

    @luckyray,

    because qTranslate X is built differently than mqTranslate.

    Maybe it makes sense to report this to the author of the Appointments plugin on their support forum.

    Best

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘qTranslate-X conflict with Appointments’ is closed to new replies.