• I installed this plugin and found it allowed me to translate 95% of the page and post contents. However, for some widget box title, ‘read more’ buttons, which require amendment of template files, couldn’t be translated.

    My website is in Chinese Language, there is a plugin displaying sliding photos and a related photo content section; when I switched the language to English, The related photos in the related photo content section disappeared. The WPGlobus have problem in working with this photo slider plugin.

    Worst of all, when I try to deactivate the WPglobus, the website page content became a mess! All the translated links corrupted leaving some codes there, e.g. the original word “演奏” became “{:zh}演奏{:}{:en}Performance{:}”. Moreover, all the pages’ content duplicated itself in the same page. My wordpress theme template corrupted and couldn’t display as usual before using the WPglobus. I’m forced to continue using this WPglobus plugin though my website can’t function properly in some area after switching to English language!

Viewing 6 replies - 1 through 6 (of 6 total)
  • We are sorry to see you so disappointed.
    Would you like us to check your website and see if we can help translating the rest of your site?

    Plugin Support Alex Gor

    (@alexgff)

    @hkwisely
    You can download zip from https://github.com/WPGlobus/WPGlobus (branch:cleaner), activate plugin and make cleaning procedure.Cleaning procedure will be added in next version of WPGlobus

    Thread Starter hkwisely

    (@hkwisely)

    Thank you for your helpfulness.If I need your help to fix the translating problem. How can I send you the log in information?

    Plugin Support Alex Gor

    (@alexgff)

    Plugin Support Alex Gor

    (@alexgff)

    @hkwisely
    I checked your site
    1.
    To get text in English like “more”, “related post”, “submit” and so on you need to create po/mo file in folder
    “themes/gemiz/languages/”. This is not related with WPGlobus. Please, read http://codex.ww.wp.xz.cn/Function_Reference/load_theme_textdomain
    for more info.

    2. Contact form
    You need to use alternate form for second language with appropriate text. Just create new post for english contact form and add new shortcode to English version of post.

    3. Widgets
    I made correct titles for Gemiz widgets. For example {:zh}新近項目{:}{:en}Recent{:}

    4. To get correct post title output in recent widget you need make changes in file blue_hookfunctions.php:1135
    from

    <h3><a href="' . get_permalink($recent["ID"]) . '">' . $recent["post_title"] . '</a></h3>';

    to

    <h3><a href="' . get_permalink($recent["ID"]) . '">' . apply_filters( 'the_title', $recent["post_title"] ) . '</a></h3>';

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    UPDATE:

    Version 1.4.3 introduces WPGlobus Clean-up Tool.
    It can be used to remove content in all languages except for the main one.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Page corrupted if deactivated’ is closed to new replies.