w3code
Forum Replies Created
-
Forum: Plugins
In reply to: [Dashboard Widgets Suite] CSS styling@spcialk: Thank you very much!
From your special link above (WordPress Codex) I’ve tried the following hook:
function load_custom_wp_admin_style() {
wp_register_style( ‘custom_wp_admin_css’, get_template_directory_uri() . ‘/admin-style.css’, false, ‘1.0.0’ );
wp_enqueue_style( ‘custom_wp_admin_css’ );
}
add_action( ‘admin_enqueue_scripts’, ‘load_custom_wp_admin_style’ );and I created this file in my themes’ parent directory:
admin-style.css
and applied the style for the notes background. It works! 🙂
- This reply was modified 8 years, 11 months ago by w3code.
Forum: Plugins
In reply to: [Adminimize] Profile page not hiding@duongcuong96: As I mentioned, I’ve resolved the problem through your description above. It doesn’t make sense to post screenshots with my configuration, as it is the same like yours. 🙂
Forum: Plugins
In reply to: [Dashboard Widgets Suite] CSS stylingYes, in my own theme stylesheet (I’ve developed my own theme).
Forum: Plugins
In reply to: [Adminimize] Profile page not hidingHi @duongcuong96!
I have made my config based on your recommendations above. But I could share it, if I’m back in office on Monday. 🙂
Forum: Plugins
In reply to: [Adminimize] Profile page not hidingHi Cuong!
I have the same problem and tried all your solutions above. But it doesn’t work for me, too.
**UPDATE**
I forgot to update :D. Now it works.- This reply was modified 9 years ago by w3code.
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Use on site with SSLSame problem on my site.
- This reply was modified 9 years, 7 months ago by w3code.