Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter dotwarner17

    (@dotwarner17)

    ETA: The same thing happens for all of my tags – only the description changes, not the name.

    Plugin Author John Clause

    (@johnclause)

    Thread Starter dotwarner17

    (@dotwarner17)

    The newer version seems to have made the problem worse; in the old version, I could at least still input the correct information using the country code labels, but while the new version now displays each language correctly, the title shows three times!

    Also, in both versions, changing the description for one language changes it for all languages. In categories I can get around this by adding the appropriate country code label (and it’ll only show the text for each selected language), but with tags nothing seems to work.

    Plugin Author John Clause

    (@johnclause)

    This seems like a conflict with other plugins. Also, please confirm you now use the latest from GitHub version, 2.9.7.1b: https://github.com/qTranslate-Team/qtranslate-x

    I assume you have a testing site to play with. Could you start from “Twenty Fifteen” theme and qTranslate-X the only plugin, see if you have problems, then add other plugins one by one. Please, find the minimal configuration with a problem and let mek on so that I could reproduce it.

    I currently aware of one conflict with “Qtranslate Slug”, which we are resolving now together with its author. You may try to apply my pull request to “Qtranslate Slug” on GitHub, if applicable.

    Thank you very much for your patience and cooperation.

    Thread Starter dotwarner17

    (@dotwarner17)

    With version 2.9.6 (and the fastr theme), I was having the problems described above (category and tag names can’t be edited except through using the [:whatever] tags, and any tag description edits are visible across all languages). I will try 2.9.7.1b on Twenty Fifteen this afternoon and let you know the results.

    Thread Starter dotwarner17

    (@dotwarner17)

    The browser I’m currently using is Mozilla Firefox; I will also try other browsers and report whether I’m having the same problems.

    Thread Starter dotwarner17

    (@dotwarner17)

    qtranslate-x version:2.9.7.3
    browser:Google Chrome
    plugins that give qtranslate-x problems: none that I have

    Once I updated, I still got the “everything in triplicate” issue, but once I fixed the category names it all stuck. (The tag description problem is also fixed.)

    On my install of wordpress the category field translations do not get saved.
    The switching works, but the input data saved is just from the one field.

    Is there any way to fix this?
    That would be good, since I’ve noticed this only after a few days ago.

    Using the latest wordpress 4 install as of now.

    Currently I have these plugins activated:
    Advanced Custom Fields
    Disable Comments
    Ninja Forms
    Regenerate Thumnails
    Simple Custom Post Order

    Plugin Author Gunu

    (@grafcom)

    @otoinsa,

    did you used the latest test version download here?

    otoinsa

    (@otoinsa)

    Yes, actually I did the update to 3.0 last night and it started working,
    so this is resolved. ?? The update to 3.0 fixed it for me.

    On another topic – this no longer lets my acf work,
    on previous stable version it worked like a charm:

    //make qtranslate work with custom fields
    add_filter(‘acf/format_value_for_api’, ‘theme_format_value_for_api’);
    function theme_format_value_for_api($value) {
    return is_string($value) ? __($value) : $value;
    }

    Regardless, I’m thankful that I can finally save category names ??

    Plugin Author John Clause

    (@johnclause)

    @otoinsa: nothing changed, that I can think of, which would break add_filter. Are you sure that filter is active? Can you put debugging print inside and see what values you get in and out?

    otoinsa

    (@otoinsa)

    @john Clause

    Something odd was happening – either my functions.php was broken partially or some db error, because it’s working now.

    I know it was broken, since I cracked my head for this over 2 evenings,
    now it seems like it never happened. Oh well… ??

    This one has resolved itself!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Editing category names doesn't seem to work for sub-categories’ is closed to new replies.