Here is the temporary fix to display the content, however, it will disable the Facebook widget.
Problem:
I found this occurring on one of my sites using AddThis - and it affects ALL browsers, not just Internet Explorer. Haven't figured out exactly how or why it happens but the Facebook frame manages to set the parent'sSolution:element to
display: none
.
Add the following lines to your main style file.
Read the original post!html { display: block !important; }
This is definitely solving the problem I have. With the new Facebook like plugin, this will make the blank page go away.
ReplyDelete