You can try add this into your functions.php
// Custom Admin Style
function admin_style() {
wp_register_style( 'admin_style', get_stylesheet_directory_uri() . '/css/admin.css' );
wp_enqueue_style( 'admin_style' );
}
add_action( 'admin_enqueue_scripts', 'admin_style' );
Replace get_stylesheet_directory_uri() using get_template_directory_uri() if your site not running via child theme.
You’ll also need to create a stylesheet in the /css directory in your themes folder.. let say admin.css and put this code http://pastebin.com/b2PyDqLC and the result http://pbrd.co/1eaHWJ0
Thank you Ervan Erfian,
This is really working 🙂
I have donated $5 and just after that upgraded to WP 3.8. Wasted 2 days trying to figure out what went wrong. Not happy!
When are you updating the plugin?
Meanwhile I’m down-dating back to 3.7.1.
And your suggested solution doesn’t work for custom sidebars.
In wp 3.7.1. it did.
Hope this will help you to repair the plugin for WP 3.8.
@kingmaico: If you require assistance then, as per the Forum Welcome, please post your own topic.
@esmi This is the same topic…
It is not YOUR topic. Please post your own topic,