@divyabh & ol74eg, Not sure what you guys have activated. I am only using
SFC – Fan Box Widget
SFC – Login
Simple Facebook Connect – Base
I have not tried the IE8 compatibility mode stated above with anything else but I can verify it works for me in IE9. Sorry it did not work for you.
FYI, I know this is not an optimum solution but if you add
<meta http-equiv="X-UA-Compatible" content="IE=8" />
To your head, it will force IE9 to use IE8 compatibility mode and the plugin will in fact work. It might not be optimum but for the moment it’s all I have got.
nevrmind, I am a idiot, didn’t replace
get_sidebar();
with
`
if ( is_page() || is_page(’50’)) {
get_sidebar();
} else {
get_sidebar(‘blog’);
}`
in my archive.php and archives.php template files.