• Resolved aleguasp

    (@aleguasp)


    Hi,
    I have this problem with your plugin:

    If I start my navigation in my site (www.pruneta.com) from a language and I remain in that language I have no problem but If I start my navigation inside the site from a language and then I surf to another page (test page) and I change the language I get error: page not found or a return to home page.

    Let’s see an exemple:

    1)Start from the home page: https://www.pruneta.com
    2)Select english (top right corner)
    2)Click on “the property” in the top menu and after select “slow food dinners in the villa”
    3) You will notice that the page appears correctly and the translated slug is working
    4)Now try to select another language from the same page (top right corner). You will notice an error message like page not found or a strange return to home page.

    How can I solve this problem ?

    Many thanks

    https://www.ads-software.com/extend/plugins/qtranslate-slug/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Pedro Carvalho

    (@pedroghandi)

    how are you displaying the links? are you using the default qtranslate widget. you can use “qts_language_menu()” in your theme to display the right slugs.

    Thread Starter aleguasp

    (@aleguasp)

    Hi Pedro, could you explain how to use “qts_language_menu()” ?

    Plugin Author Pedro Carvalho

    (@pedroghandi)

    hi aleguasp,

    try this:

    <?php if (function_exists('qts_language_menu') ) qts_language_menu('image'); ?>

    Thread Starter aleguasp

    (@aleguasp)

    Hi Pedro,
    sorry to bother you again but where have I to paste this code? Which directory or file ?

    P.S. I’m not a prof webmaster

    Thanks

    Plugin Author Pedro Carvalho

    (@pedroghandi)

    no bother at all! ?? looking at the site source, you should place it on your header.php.

    how are you displaying your language menu?

    Thread Starter aleguasp

    (@aleguasp)

    Pedro, it works but now I have another problem:

    the flags of the language selector are vertical on the left. I would like them to be displayed horizontally on the top right corner . Where (directory/file) can I change the settings to get these modifications ?

    Plugin Author Pedro Carvalho

    (@pedroghandi)

    aleguasp, you’ve called the function inside the<div class="logo">. move it outside and use your theme style.css to target the.qts-lang-menu li selectors.

    let us know how it turned out.

    Thread Starter aleguasp

    (@aleguasp)

    Many many thanks …. problem solved !

    I will open another post for a cathegory problem I encounter in my site

    Thread Starter aleguasp

    (@aleguasp)

    Hi ,

    I would like to remove my links from this post ….Could you remove them for me?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Qtranslate Slug] Plugin not working..help’ is closed to new replies.