Admin broken
-
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 translationThe page I need help with: [log in to see the link]
-
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
Hi everyone.
Thank You for your review.
Can You enable WP_DEBUG and show what error is it? I can’t see any error.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
also the website in english is broken tottally
Same here :/
All the pages in english and dutch are down on my website.try to replace the files in folder with the older one that worked with me
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.I tested for you.
Here are screenshots of the errors:
https://www.dropbox.com/sh/qtzupiz83dk3i10/AACjr_uZVy0JJhM5DgAHCzyOa?dl=0I reverted to version 2.1.12
@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.
@valexar
Here’ the code I have starting at line 190:// https://ww.wp.xz.cn/support/topic/postpage-title-with-prefixes-en-etc-of-all-languages/ add_filter(‘single_post_title’, ‘wpm_translate_string’); // end of insert // https://ww.wp.xz.cn/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 } ); } } );@anticosti
This code I added to the plugin. So You can delete the stringadd_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.
Your solution solved the issue.
Thank you Valentyn!@anticosti
So no any error in the admin now?@valexar
From my mobile, I don’t see any error in admin. So… All looks good!
Thank you!@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… -
This reply was modified 8 years, 3 months ago by
The topic ‘Admin broken’ is closed to new replies.