Viewing 10 replies - 1 through 10 (of 10 total)
  • orp7

    (@orp7)

    Same here.

    A workaround (for smaller menus) may be using [:de][:en][:es]…
    You have to edit and save all menu items at once. Editing of items translated this way is not possible. You always have to do it all at once.

    It’s not an option for me with over 200 items in menu.
    Please fix and update soon. Otherwise this plugin would not be usable any longer and will be excluded from all web projects.
    Thank you!

    voala

    (@voala)

    Same issue here. What could be the fix? Hope an update is released soon.

    orp7

    (@orp7)

    Another workaround (see qtranslate on github):
    Switch qTranlate-x to editor raw mode (settings/languages) and do your translations with [:language]. After saving you can switch off raw mode.
    Hope that helps temporary.

    Thread Starter harisio78

    (@harisio78)

    Propably i am going to use the manual method of [:language ] for the most important menus .Although this has been a lesson for me. Next time I’m going to check each plugin compatibility.

    bjoerne

    (@bjoerne)

    Tech Sa

    (@dheeru46)

    In wp-admin folder open nav-menus.php and search code $data = json_decode( stripslashes( $_POST[‘nav-menu-data’] ) );
    replace the stripslashes
    $data = json_decode( stripslashes( $_POST[‘nav-menu-data’] ) );
    Replace by
    $data = json_decode($_POST[‘nav-menu-data’]);

    Hope your menu work in another languages.

    vop72

    (@vop72)

    dheeru46, It works! Thank You!

    orp7

    (@orp7)

    That works, thank you dheeru46!
    It’s a core mod and has to be undone when an official fix is released.

    Plugin Author John Clause

    (@johnclause)

    Thank you all for the reports. We will try to fix it asap. One of the workarounds also described at GitHub in issue #374.

    Plugin Author John Clause

    (@johnclause)

    I am closing this thread, please, watch thread https://wordpress.org/support/topic/issues-with-wordpress-45 for the updates.

    If any of you have time, please, test the fixes as described in the cited thread and report the results and/or new problems in it too.

    Thank you very much!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘QTranslate issue with wordpress 4.5’ is closed to new replies.