Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Plugins
    In reply to: [WPGlobus] Multisite
    Thread Starter ryanchanplc

    (@ryanchanplc)

    lucidreamstate,

    It may be ugly , but i think it should work.

    add_filter('option_blogname', 'local_blogname');
    
     function local_blogname($name) {
            return apply_filters('the_title', $name);
     }

    Forum: Plugins
    In reply to: [WPGlobus] Multisite
    Thread Starter ryanchanplc

    (@ryanchanplc)

    It’s okay , thanks a lot , Gregory

    Forum: Plugins
    In reply to: [WPGlobus] Multisite
    Thread Starter ryanchanplc

    (@ryanchanplc)

    Thanks guys,

    I tried Gregory’s suggestion. Now on the second site , i can see 4 languages tabs on my post edit page. However there is no WPGlobus setting . I just want to change Russian tab into Chinese , is there any walk around?

    Thanks

    Hi Author,

    You are awesome! I found that i checked an option in ACF that hide content editor for certain post type. After unchecking it , everything goes back to normal.

    Thanks !

    Hello ,

    Thank you for your response.

    I have followed your suggestion . When i turned off all the plugins and switch back to basic theme, the WYSIWYG editors work normally. Then i start turn on other plugins one by one, finally i found that the problem happens whenever Advanced Custom Field Plugin is activated. I think that is the source of the problem?

    Regards,
    Ryan

    Hi ,

    About the first question, i guess you are talking about the WYSIWYG editor and i have the same problem.

    My site was using WPGlobus 1.2.0. After i have updated the plugin to 1.2.8. In the edit post page the WYSIWYG editor is visible , when i switch the tab from English to Other Language, the WYSIWYG editors are gone in all other tabs.

    But when i roll back to 1.2.0 , the WYSIWYG editors are visible in all language tab in the edit page again.

    I have no idea how to solve this…hope someone could help… Thanks

    Regards
    Ryan

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