suineg
Active member
Yes we are using https and that makes sense, I will keep an eye out for a potential update, thanks.I assume your site uses HTTPS? Liveleak has had issues with HTTPS. I sent them an email about it a while ago but I don't remember getting an answer.
No, I don't think that's possible. Can you send me a link to such a post in your forums so that I can take a look at it?
On the other guys issue we had the same problem and are using the same them and here was our fix.
We needed to put an override of the iframe background color into extra.css because the frame it makes is not visible on UI.X Dark.
iframe { background-color: white; } <-- this is what we placed in extra.css and it works. We don't have an iframe anywhere else on the site as of yet so it works for us but might not for others.