bugfix – I'm Knight https://imknight.net From Freelancer to Bootstrapper Mon, 16 Jan 2017 14:12:43 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.8 1 item remaining bug for addthis user https://imknight.net/web-o-matic/1-item-remaining-bug-for-addthis-user/ https://imknight.net/web-o-matic/1-item-remaining-bug-for-addthis-user/#respond Wed, 15 Jul 2009 17:00:20 +0000 https://imknight.net/?p=1911 I just solved this bug today for my work, the site load perfectly ok on firefox but it will show 1 item remaining loading message when viewing on Internet Explorer. It happen that because...

The post 1 item remaining bug for addthis user appeared first on I'm Knight.

]]>
I just solved this bug today for my work, the site load perfectly ok on firefox but it will show 1 item remaining loading message when viewing on Internet Explorer. It happen that because we are using addthis this widget.

Base on the forum thread in addthis community , it seem like quite a lot of user having this problem, i have no idea why they still want to include this flash file , but the additional flash file which included in their widget is the major cause for this bug. The solution is adding this line in the javascript

[js]
<script type="text/javascript">
var addthis_disable_flash = true;
</script>
[/js]

this will actually disable that flash file, once this is done  , there will be no more loading message appear when you view on IE.

The post 1 item remaining bug for addthis user appeared first on I'm Knight.

]]>
https://imknight.net/web-o-matic/1-item-remaining-bug-for-addthis-user/feed/ 0
Fixed WordPress 2 https://imknight.net/wordpress/fixed-wordpress-2/ https://imknight.net/wordpress/fixed-wordpress-2/#comments Thu, 05 Jan 2006 13:35:08 +0000 https://imknight.net/2006/01/05/fixed-wordpress-2/ So since i upgrade to wordpress 2 , what did i fixed ? trackback issue , i come out by temp solution clean up the to_ping filed and pepperL fixed the code comment count...

The post Fixed WordPress 2 appeared first on I'm Knight.

]]>
So since i upgrade to wordpress 2 , what did i fixed ?

  • trackback issue , i come out by temp solution clean up the to_ping filed and pepperL fixed the code
  • comment count not updated issue due to using spam-karma 2 plugin, fixed it by sk2-wp2compatability patch
  • feed never redirect properly to feedburner’s feed due to the feedburner plugin fix by upgrade the plugin

other then these the whole blog seem working well , the only thing that i really dislike is the image uploader , i still using iimage browser for my post.

The post Fixed WordPress 2 appeared first on I'm Knight.

]]>
https://imknight.net/wordpress/fixed-wordpress-2/feed/ 4