Viewing 10 replies - 16 through 25 (of 25 total)
  • Plugin Author Gunu

    (@grafcom)

    @alexisms

    the page title is translated correctly and show correctly if you’re viewing the page right?

    Search for the php file where the page title is show correctly.

    Match the (page title) code with the code in the part where it is not correct.

    Adjust them if necessary and see if that makes a difference.

    Thread Starter AlexisMS

    (@alexisms)

    Thanks for your help. I tried to get the right code, but until now either crashed the whole page or changed nothing at all. Since I’m not really good in php, I might have tried to replace the wrong code parts, too.

    That’s the whole page code, if that helps in any way:

    deleted

    Plugin Author Gunu

    (@grafcom)

    @alexisms

    Wow, do not post so much code please…. ??

    It is best to contact the authors of your theme and explain the problem.

    The page titles are translated correctly and visualized on front end only the (same) titles are not correct treated on the next and previous items by some code.

    Plugin Author Gunu

    (@grafcom)

    @alexisms

    So this is not a problem of qTranslate X that does what it is expected to do

    I mark this topic therefore for now as resolved.

    You can always respond again and this topic can also be opened again.

    Thread Starter AlexisMS

    (@alexisms)

    Ok, I’ll try to contact the theme authors to see if we can find a solution for the problem. Thanks for your help!

    Plugin Author Gunu

    (@grafcom)

    You are welcome!

    Let us know here so that others also have advantage of it.

    Thread Starter AlexisMS

    (@alexisms)

    I’m back again ;).

    I’ve asked the theme authors, and they’ve checked the code for any modification – but it’s standard WordPress functions only. The following code is used:

    <?php echo _e( ‘Next Tour’, THEMEDOMAIN ); ?>

    and

    <?php echo $next_post->post_title; ?>

    Is there anything I need to change to make it work with qtranslate?

    Plugin Author Gunu

    (@grafcom)

    @alexisms

    if it works in one place and the other place it is not then there must be a difference. Check all codes and compare.

    The theme authors had it actually can do for you but…..

    Thread Starter AlexisMS

    (@alexisms)

    It does not work in any previous/next-coding on the site. The titles and content is translated correctly, but this is of cause not the code which is used for previous/next links…

    Plugin Author Gunu

    (@grafcom)

    @alexisms

    maybe you can use this <?php echo qtranxf_use($q_config['language'], $post->post_title, true);?>

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘qTranslate X issue with Altair theme’ is closed to new replies.