Title: Admin broken
Last modified: February 25, 2018

---

# Admin broken

 *  [darknesso](https://wordpress.org/support/users/darknesso/)
 * (@darknesso)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/)
 * once updated to version 2.2 the admin page broken
    before that everything was
   working great .. please help and iam afraid to uninstall plugin so it may broke
   my site or lost translation
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadmin-broken-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/admin-broken-3/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/admin-broken-3/page/2/?output_format=md)

 *  [asilva54](https://wordpress.org/support/users/asilva54/)
 * (@asilva54)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10012889)
 * same here –
 * simple things like the wp sidebar admin menu, it wont do the drop down (like 
   appearance – cant see the sub-menu of widgets, menus, etc).
 * while editing a page – can’t change url slug
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10013286)
 * Hi everyone.
    Thank You for your review. Can You enable WP_DEBUG and show what
   error is it? I can’t see any error.
 *  Thread Starter [darknesso](https://wordpress.org/support/users/darknesso/)
 * (@darknesso)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10014625)
 * [https://prnt.sc/ijtu4u](https://prnt.sc/ijtu4u) look how it looks like if i 
   deactivated it by changing the name of plugin folder it back working great can
   u tell me what to do
 *  Thread Starter [darknesso](https://wordpress.org/support/users/darknesso/)
 * (@darknesso)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10015634)
 * also the website in english is broken tottally
 *  [imn0mad](https://wordpress.org/support/users/imn0mad/)
 * (@imn0mad)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10015854)
 * Same here :/
    All the pages in english and dutch are down on my website.
 *  Thread Starter [darknesso](https://wordpress.org/support/users/darknesso/)
 * (@darknesso)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10016245)
 * try to replace the files in folder with the older one that worked with me
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10017479)
 * Can anyone enable WP_DEBUG and show me the error?
    I tested this version on different
   sites that on different servers. And no one errors was.
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10017620)
 * I tested for you.
    Here are screenshots of the errors: [https://www.dropbox.com/sh/qtzupiz83dk3i10/AACjr_uZVy0JJhM5DgAHCzyOa?dl=0](https://www.dropbox.com/sh/qtzupiz83dk3i10/AACjr_uZVy0JJhM5DgAHCzyOa?dl=0)
 * I reverted to version 2.1.12
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10018494)
 * [@anticosti](https://wordpress.org/support/users/anticosti/)
    Thank You very 
   match. Can You show me what code in your theme in ‘functions.php’ on line 191?
   This error only during update or always exist?
    -  This reply was modified 8 years, 3 months ago by [VaLeXaR](https://wordpress.org/support/users/valexar/).
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10018504)
 * [@valexar](https://wordpress.org/support/users/valexar/)
    Here’ the code I have
   starting at line 190:
 *     ```
       // https://wordpress.org/support/topic/postpage-title-with-prefixes-en-etc-of-all-languages/
       add_filter(‘single_post_title’, ‘wpm_translate_string’);
       // end of insert
       // https://wordpress.org/support/topic/acf-link-field-type/
       add_filter('wpm_acf_url_config', '__return_empty_array');
       // end of insert
       add_action( 'admin_enqueue_scripts', function(){
   
       	$languages = wpm_get_languages();
       	if ( count( $languages ) <= 1 ) {
       		return;
       	}
   
       	$screen    = get_current_screen();
   
       	if ( $screen && 'admin_page_wonder-layout' === $screen->id ) {
       		add_action( 'admin_head', function () {
       			?>
                   // Stled through the main site at:
                   // https://www.iroutier.com/wp-admin/themes.php?page=admin-css-mu&settings-updated=true
       			//<style>
       			//	h3#wpm-language-switcher,
                   //    h3.nav-tab-wrapper.language-switcher,
                   //    h3.nav-tab-wrapper,
                   //    h3.language-switcher {
       			//		top: 234px !important;
                   //        border: solid 1px red !important;
                   //        z-index: 999999 !important;
                   //        left: 2em !important;
                   //        position: static !important;
                   //        display: block !important;
                   //        float: none !important;
                   //        clear: both !important;
       			//	}
       			//</style>
       			<?php
       		} );
           }
       } );
       ```
   
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10018511)
 * [@anticosti](https://wordpress.org/support/users/anticosti/)
    This code I added
   to the plugin. So You can delete the string `add_filter(‘single_post_title’, ‘
   wpm_translate_string’);`. Try to delete the string and update again.
    -  This reply was modified 8 years, 3 months ago by [VaLeXaR](https://wordpress.org/support/users/valexar/).
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10018600)
 * Your solution solved the issue.
    Thank you Valentyn!
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10018614)
 * [@anticosti](https://wordpress.org/support/users/anticosti/)
    So no any error
   in the admin now?
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10018683)
 * [@valexar](https://wordpress.org/support/users/valexar/)
    From my mobile, I don’t
   see any error in admin. So… All looks good! Thank you!
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/#post-10019234)
 * [@valexar](https://wordpress.org/support/users/valexar/)
    Uoups! Playing on the
   front end with my language switch, I realized that the output is broken, and 
   this only in the second language (EN). I added a screenshot in the folder above…

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/admin-broken-3/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/admin-broken-3/page/2/?output_format=md)

The topic ‘Admin broken’ is closed to new replies.

 * ![](https://ps.w.org/wp-multilang/assets/icon-256x256.png?rev=1760406)
 * [WP Multilang - Translation and Multilingual Plugin](https://wordpress.org/plugins/wp-multilang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multilang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multilang/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multilang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multilang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multilang/reviews/)

 * 21 replies
 * 6 participants
 * Last reply from: [oskam](https://wordpress.org/support/users/oskam/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/admin-broken-3/page/2/#post-10025354)
 * Status: not resolved