Disqus comment system was causing javascript errors, which in chrome console looked something like this: Uncaught Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus] It caused unmovable widgets, screen-options didn’t open and other related javascript issues in admin panel. After some researching it turns out, there’s a simple fix. In /wp-content/plugins/disqus-comment-system/disqus.php, find: href=edit-comments.php?page=disqus and replace it with: href=”edit-comments.php?page=disqus”… Continue reading [Solved] Disqus causing admin panel issues in wordpress
Category: windows
[HowTo] Open thumbs.db and extract thumbnails from it
Thumbs.db is a file used to store thumbnail data of a folder in Windows. It makes loading of thumbnails significantly faster, however it has some privacy issues. Like if you delete an image, its thumbnail might still be there in thumbs.db file which would allow you to view it. There’s an open source python script… Continue reading [HowTo] Open thumbs.db and extract thumbnails from it
[SOLVED] UNMOUNTABLE_BOOT_VOLUME upon booting in Windows 7
I was fixing my friend’s computer hard drive whose partition structure had gone corrupt. I restored the partition structure using testdisk. However, on booting through this hard drive, BSOD appeared. It said UNMOUNTABLE_BOOT_VOLUME. The hard drive was perfectly healthy, so the error looked a bit out of place. I looked into google and found that… Continue reading [SOLVED] UNMOUNTABLE_BOOT_VOLUME upon booting in Windows 7
[HOW-TO] Restore recovery partition on Asus 1005HA
A friend of mine who has Asus 1005HA deleted his recovery partition to free up disk-space. He didn’t knew what the consequences could be. He felt the need of recovery just few days after it and he realised that he couldn’t use the recovery mode anymore. He gave me his netbook. It took me a… Continue reading [HOW-TO] Restore recovery partition on Asus 1005HA
[How-To] Change default application installation location on windows xp
So, you just want to keep a partition for Windows XP and another partition for all your applications that you install. You can change it in all the installations manually but changing the default location is a much better idea. And there are also some applications which don’t let you change the default path. XP… Continue reading [How-To] Change default application installation location on windows xp