Almannai...
I solved the gray box or blanking out of the text editor issue I was having. It was caused by a forum block I use for twitter. I used this block for months... and had no problem and somewhere around me updating to vB 4.1.10 and 1.5 of this mod which occurred at the same time, this became a problem. I like my Twitter sidebar blocks
Here's my code, maybe you can check it out on a test site of yours and see what you come across?
Code:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 6000,
title: 'Pittsburgh Pirates News & Talk',
subject: 'Pittsburgh Sports Tavern',
width: 220,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#fec610'
},
tweets: {
background: '',
color: '#444444',
links: '#000000'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('pghsportstavern', 'pittsburgh-pirates').start();
</script>
Also.... I still have the issue with the sidebar not retaining it's setting on a refresh if it were collapsed. I saw someone else have that issue here as well. You can check it out and test it -
www.pittsburghsportstavern.com/forum
Thanks!!!