• Hi
    I am using word press 4.1.1 and qTranslate last version , before update my qTranslate to last version my slider translate work probably with two language , but now it is not working and print this text in slider box !
    [:fr]VIVEZ[:en]LIVE
    any body has the same problem ?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter behnazam

    (@behnazam)

    I found the answer :
    thanks :ElectricFeet (member):

    You would have to modify class-fire-init.php around line 320 to add:
    add_theme_support( ‘mqtranslate’ );

    and change line 419 from:
    if ( current_theme_supports( ‘qtranslate’ ) && is_plugin_active(‘qtranslate/qtranslate.php’) ) {

    to:
    if ( ( current_theme_supports( ‘qtranslate’ ) || current_theme_supports( ‘mqtranslate’ ) ) && (
    is_plugin_active(‘qtranslate/qtranslate.php’) || is_plugin_active(‘mqtranslate/mqtranslate.php’) ) ) {
    (Thanks to d4z_c0nf for this code.)

    Let us know how you get on.

    Hi,
    the support to qtranslate has been dropped in favor of qtranslateX, since qtranslate is basically dismissed.
    You might want to use qtranslateX then.

    Cheers

    Thread Starter behnazam

    (@behnazam)

    Hi
    thank you for your answer but , I install qtranslateX but I couldn’t find any code for switch language with select menu, my template support one menu in top and I couldn’t import the code in php work properly!

    If you have any solution for that it will be very helpful

    Sorry don’t know what you’re talking about ??
    Did qtranslate allow you to have two different menus?
    Don’t remember this feature.
    Anyway the compatibility code for qtranslate is exactly the same used for qtranslateX (they share the same apis used in the comp code).
    So if the slider text, the featured pages and the archive titles are correctly translated the compatibility code works ??
    For any other issue you’re having with qtranslateX beyond those translations above, you might want to ask for that to their support forum, I don’t know the plugin very well ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘qTranslate problem on slider’ is closed to new replies.