Viewing 15 replies - 1 through 15 (of 17 total)
  • For the old qtranslate i used qtranslate slug plugin. I still use it but i had to modify it to fit the new plugin (You need some coding skills). You can try it to. It worked fine for me. You mostly have to change the core that references the old plugin functions named qtrans_ to the new plugin function names ppqtrans_

    Hi alexandrosc2
    What do you mean by “mostly”?
    Would it be enough to simply run a search and replace ?
    I think this plugin would help my problem as well
    Thanks

    Thread Starter Sinkadus

    (@niwin)

    Okay – thanks for pointing the way. But I need a bit more help, if it is given ??

    I’ve changed the qtrans_ to ppqtrans_ in qtranslate-slug.php, but this is not enough since I get this error messange at the permalinks settings:

    Qtranslate Slug:
    This plugin requires at least WordPress 3.3, mqtranslate( 2.6.2.4 or newer) or Qtranslate(2.5.8 or newer)

    So… what more modifications does this plugin need in order to work nicely with qTranslate Plus?

    Thanks

    Check line 262 to be like this
    (!is_plugin_active(‘qtranslate-xp/ppqtranslate.php’) &&

    in the file you mentioned niwin
    the directory is not qtranslate but qtranslate-xp. This might be your problem

    Thread Starter Sinkadus

    (@niwin)

    Yep – that did got the plugin working. But I still can’t translate my categories/filters – only the name “Category” and “Filter”.

    But I need to translate the actual filters: Music, Movies, Books etc… is this not doable with this plugin?

    This plugin (qtranslate slug) allows you to translate the name and slug of taxonomies.
    It displays text fields for every language in e.g. Categories. There you can add the name and the slug of each category on every language you have enabled from the core plugin (qtranslate plus).
    I don’t understand the term Filter though. What do you mean by “Filter”?

    Thread Starter Sinkadus

    (@niwin)

    I am sorry. You are completely right. It works beautifully – my bad for not checking thoroughly enough.

    Thanks for the help!

    hello!

    I also installed the plugin qtranslate plus, but I installed qtranslate slug and say me that this plugin is only available with qtranslate. As you done!

    Thank you

    Thread Starter Sinkadus

    (@niwin)

    Well, have you done the changes that alexandrosc2 explained?

    This is the condensed version:

    1. Find and open qtranslate-slug.php (in the folder for qtranslate-slug)
    2. Search and replace all qtrans_ with ppqtrans_
    3. On row 262, make sure it says: (!is_plugin_active(‘qtranslate-xp/ppqtranslate.php’) &&

    Now it should work fine with qTranslate Plus.

    Hi, I’m having the same problem. Although I followed the steps, Slug plug-in doesn’t work and produces the same error message ” This plugin requires at least WordPress 3.3, mqtranslate( 2.6.2.4 or newer) or Qtranslate(2.5.8 or newer) “.

    Any idea how to fix this? All I get on search engines is a “404” page because of that…

    As alexandrosc2 has note, after you make all replace of qtrans_ to ppqtrans_ you need to change also on row 262 the line
    from
    (!is_plugin_active(‘qtranslate/qtranslate.php’) &&
    to
    (!is_plugin_active(‘qtranslate-xp/ppqtranslate.php’) &&

    I also follow his direction and all is fine (thanks alexandrosc2 ?? )

    it would be easier if the authors of this plugin didn’t changed the names of the functions. Hope they can revert it back.

    Hello guy100,

    i have update it so there is no line on 262, i have search in file bt i cant find it, please help me

    Thread Starter Sinkadus

    (@niwin)

    Same problem (so I downgraded to get the plugin to work again).

    Hello,

    Same problem here. There is no line on 262. There is another solution? Thanks

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘How translate Categories and filters’ is closed to new replies.