DerekMX271
Forum Replies Created
-
Try closing your browser, re-open it, clear cookies etc., then navigate to your site and refresh…
Forum: Fixing WordPress
In reply to: customize the admin bar?Agreed mike… Thank you for the correction. And thank you for the plugin. Very handy!
Forum: Fixing WordPress
In reply to: customize the admin bar?All of the Admin Bar coding is located in the /wp-includes/admin-bar.php file.
Be sure to save a copy of this file before changing things (Just in case). As with all PHP files, small typos can cause the whole thing to bug-out.
It doesn’t hurt to have a basic understanding of PHP when you attempt to edit this stuff… Let me know if anyone has any questions. Peace
Forum: Fixing WordPress
In reply to: customize the admin bar?erick_paper,
To edit logo at top left corner:
Requires WordPress to be installed on your own server (not wordpress.com)- Access the following… /wp-includes/images/admin-bar-sprite.png and open it with your favorite photo editor.
- DO NOT CHANGE THE DIMENSIONS OF THIS FILE! It will mess things up due to the way wordpress uses this image. (Google “CSS Sprites” to learn how it works.)
- Replace the two WordPress “W“s with your desired image. Again, Do not resize the sprite image! Just mask out the Ws and put your logo or whatever in its place. Keep your image in the exact 20px x 20px region the W occupied…
- Be sure to save the .png with transparency (same as original)
- Upload the image you have saved back onto your server and you are done.
As for modding the other stuff on their, I’m workiing on it. Will post here when I get it down.