• It seems that when using the Tiger Style Administration plug-in, the Post Editor’s “Code” section is broken. The editing window appears, but it’s aligned far to the right and seems to chop up my code.. adding erroneous characters.

    Here is a pic: screenshot of editor

    Anyone have a similar experience?

Viewing 4 replies - 1 through 4 (of 4 total)
  • That plugin really only works well for versions of WordPress prior to 2.1 I believe. Basically before parts of WordPress’ layout was slightly changed. Tiger still works for the most part though. I’ve been waiting for an update on it… I suppose that if you or anyone else were good enough with the code they could figure out what parts are broken with this.

    I was using Tiger Style on WordPress 2.0 and it looked great. ( unfortunately didn’t support IE7.0 ) But I had no choice but to drop it once I upgraded to 2.1.

    I am now using SpotMilk and it works perfectly with 2.1. It supports most plugins and makes the admin panel look great!

    You can fix it by adding this to tiger.css:

    #quicktags input {
    	float: none;
    	display: inline;
    }

    i realy hope there is an update to this plugin soon…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tiger Style Administration – Code Editor Broken?’ is closed to new replies.