WordCamp Philippines

WordCamp Philippines

If you’re a Pinoy blogger or a WordPress user/fan then most likely you’ve heard or read of this already. But in case you haven’t, I have good news for you. There will be a WordCamp held in the Philippines this coming September 6, 2008. If you don’t know what I’m talking about here’s a little info.

What is WordCamp?

WordCamp is a conference type of event that focuses squarely on everything WordPress. Everyone from casual end users all the way up to core developers show up to these events. These events are usually highlighted by speeches or keynotes by various people. WordCamp is a spin off from the popular BarCamp which was a spin off of FooCamp. - Weblog Tools Collection

WordCamp Philippines will be the first ever WordCamp organized and held in Asia. WordCamp Philippines is being organized by a group of Filipino bloggers based in Mindanao who were also responsible for organizing the successful 1st Mindanao Bloggers Summit held last year.

What are the objectives of WordCamp Philippines?

…to encourage more developers to use and deploy WordPress, not only as a blogging engine but also as a full-featured content management system for Web sites. Another is to increase the number of WordPress users and developers in the country. By developers, we mean programmers of WordPress plugins and designers of themes & templates.



WP 2.3+ Tiger Style Admin Fix
13 Comments 992 Views

« Weekend Roundup #20 CNN Producer Fired Because of Personal Blog »



The Tiger Style Admin was the first admin theme plugin that I came across and used in my WP dashboard. It’s also the first admin theme I featured in my Pimp My Dashboard series.

When WordPress 2.3 was released, there were many plugins that were affected like the Extended Live Archives and Ultimate Tag Warrior. The Tiger Style Admin was also affected but unlike other compatibility issues that some plugins had, it only has a couple issues with the formatting. If you have tried using Tiger Style Admin on WP 2.3+ I think you know what I’m talking about.

For the sake of those who don’t, what happened is that the WP dashboard footer which contains the WordPress version, Documentation and Feedback isn’t aligned properly and floats above it’s proper place.

Before:
Tiger Style Admin Fix

After:
Tiger Style Admin Fix

The other issue is the “View site ยป” link in the upper right corner of the dashboard which can be barely seen because of the small font size. I was able to fix these issues by editing some code in the Tiger Style Admin’s stylesheet.

Before:
Tiger Style Admin Fix

After:
Tiger Style Admin Fix

In order to fix these issues, here’s what you need to do:

  • Open the wp-admin-tiger/wp-admin-tiger_files/tiger.css file with a text editor.
  • Look for line 262 or the #footer section.
  • It would look like this:

    #footer { position:fixed; bottom:0; left:0; background: #EFEFEF url (ol_admin_images/wordpress-logo.gif) no-repeat 0 50%; border-top:1px solid CCC; height:22px; padding:0; width:100%; text-align:right; line-height:21px; z-index:99; font-size:10px; color:#666; }

    Add the value highlighted in bold:

    #footer { position:fixed; bottom:0; left:0; background: #EFEFEF url (ol_admin_images/wordpress-logo.gif) no-repeat 0 50%; border-top:1px solid CCC; height:22px; padding:0; margin:0; width:100%; text-align:right; line-height:21px; z-index:99; font-size:10px; color:#666; }

  • Look for line 305 or the #wphead h1 span a section.
  • Original code (edit value highlighted in bold):

    #wphead h1 span a { position:fixed; top:0px; line-height: 23px; padding:0; margin:0; right: 10px; color: #CCC !important; display: block; font-size:86%; font-weight:normal; text-shadow: none; background: url (ol_admin_images/world_go.png) no-repeat 0 50%; padding:0 0 0 20px; z-index:101; }

    Change value to 225%:

    #wphead h1 span a { position:fixed; top:0px; line-height: 23px; padding:0; margin:0; right: 10px; color: #CCC !important; display: block; font-size:225%; font-weight:normal; text-shadow: none; background: url (ol_admin_images/world_go.png) no-repeat 0 50%; padding:0 0 0 20px; z-index:101; }

  • Save the file and upload back to the plugin folder. (If necessary, overwrite the existing file)
  • Refresh or hit F5.

That should do it. After you refresh the page, you’d be able to see the View site link in the right font size and footer should be in it’s proper place.

NOTES: The code I presented above is not in the exact format and have been edited for presentation purposes. So don’t copy and paste it into the original file. You’ll have to type in the values yourself. Another thing to take note, unfortunately for Internet Explorer users the Tiger Style Admin still doesn’t work with Internet Explorer. The Tiger Style Admin theme works in the latest versions of FireFox, Flock and Opera. However, if you’re using Opera, you don’t have to edit the font size value of the View site link.

Anyone else experienced this issues when using Tiger Style Admin in WP 2.3+? Please let me know if you tried this fix and if it fixed the issues or not. Thank you!

(1 votes, average: 5 out of 5)
If you enjoyed the article, why not subscribe?

Related Ads

Related Posts



13 Responses to “WP 2.3+ Tiger Style Admin Fix”

  1. MyAvatars 0.2   Dre PHILIPPINES Windows XP Mozilla Firefox 2.0.0.12 on Feb 19, 2008 | 2:45 am | Reply

    Thanks Jaypee!!! +del.icio.us and stumble!

    Dre’s last blog post..Met His Dad

  2. MyAvatars 0.2   Jaypee UNITED STATES Windows Vista Mozilla Firefox 2.0.0.12 on Feb 19, 2008 | 2:50 am | Reply

    @Dre - You’re welcome! I’m assuming you’ve applied the fix and are using Tiger Style Admin again? Btw, thanks for the save and the stumble. Appreciate it. :D

  3. MyAvatars 0.2   McBilly PHILIPPINES Windows XP Mozilla Firefox 2.0.0.12 on Feb 21, 2008 | 10:18 pm | Reply

    Hey Jaypee. Hows it been? Great tip for the fix Jaypee. Too bad it still doesn’t work with IE even after the fix. Theres just so much errors with that browser. :evil:
    McBilly’s last blog post..12 Practical Experiences for Teens as Preparation for a Successful Life

  4. MyAvatars 0.2   Jaypee UNITED STATES Windows Vista Mozilla Firefox 2.0.0.12 on Feb 21, 2008 | 10:20 pm | Reply

    @McBilly - Hey, I’m good thanks for asking. How about you? Thanks, glad you like this post. I know some users stopped using the Tiger Style Admin when this styling issues showed up. Yeah, it would be nice if it also worked in IE coz there are a lot of users who still use IE.

  5. MyAvatars 0.2   gracie UNITED STATES Mac OS X Mozilla Firefox 2.0.0.12 on Feb 25, 2008 | 5:20 am | Reply

    Thanks so much for the fix for this plugin! I went to the creator’s site the second I noticed it wasn’t going to work as is with the 2.3 upgrade and was sad to see he wasn’t updating it anymore. Thanks again!

  6. MyAvatars 0.2   Jaypee UNITED STATES Windows Vista Mozilla Firefox 2.0.0.12 on Feb 25, 2008 | 5:25 am | Reply

    @gracie - You’re welcome! Glad to know that this post was able to help you. The author is a very busy man and this plugin is not a top priority right now. It’s good that the issues aren’t that major and a few tweaks on the stylesheet was all it needed. :D

    Thanks for the comment, the link back and for dropping by! :)

  7. MyAvatars 0.2   igor GERMANY Linux Mozilla Firefox 3.0b3 on Mar 5, 2008 | 10:38 am | Reply

    works. great.

  8. MyAvatars 0.2   Jaypee UNITED STATES Windows Vista Mozilla Firefox 2.0.0.12 on Mar 5, 2008 | 10:40 am | Reply

    @igor - Glad to hear that. Thanks for leaving a comment! :)

  9. MyAvatars 0.2   ne0 GERMANY Windows XP Internet Explorer 7.0 on Mar 12, 2008 | 2:10 pm | Reply

    the fix is working, thanx! (Firefox) :smile:

  10. MyAvatars 0.2   Jaypee UNITED STATES Windows Vista Mozilla Firefox 2.0.0.12 on Mar 12, 2008 | 2:15 pm | Reply

    @ne0 - You’re welcome! Good to know that this post helped you. :D

  11. MyAvatars 0.2   Luis UNITED STATES Windows Vista Mozilla Firefox 2.0.0.13 on Mar 28, 2008 | 1:20 pm | Reply

    Tiger Admin is not fully compatible with 2.3, even with your changes.

    The one thing that is bothering me is that when I am editing a post, the entry box breaks when I switch to the ‘code’ dialog. I would appreciate it if you could post a fix for this.

    Thanks in advanced.

    Luis’s last blog post..Starting fresh.

  12. MyAvatars 0.2   Jaypee UNITED STATES Linux Mozilla Firefox 3.0b4 on Mar 28, 2008 | 1:25 pm | Reply

    @Luis - I think Tiger Style Admin really has some issues when you use the visual editor. I guess I didn’t see that issue because I don’t use the visual editor for writing posts.

    Btw, if you have plans of upgrading your WordPress installation to 2.5, a fix would be useless because Tiger Style Admin doesn’t work with WordPress 2.5 due to the admin changes.

    I’ll see what I can do but it might take time coz I’m no longer using 2.3 since I already upgraded all my blogs to 2.5.

Sign up for PayPal and start accepting credit card payments instantly.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

« Weekend Roundup #20 CNN Producer Fired Because of Personal Blog »


 Subscribe in a reader Or, subscribe via email:
Enter your email address: 
 
Feedburner
Google