RtMedia issue with Buddyboss theme

Hi there,

in RtMedia Plugin my users doesn’t view the picture uploaded.

My site’s address: www.mybizmeet.com
My theme: Buddyboss

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/4848/2013/10/2013-10-20_18h45_32.jpg

Hi @sashanet,

Looks like it is a theme issue. Please check attached screen shot. You need to override CSS Opacity property to “Opacity : 1”.

Attachment Link(s):

http://rtcamp.com/wp-content/uploads/rtMedia/topics/49212/2013/10/Screenshot-from-2013-10-21-104948.png

Hi @riteshpatelrtcamp. How could I ovverride the CSS Opacity? In which folder and in which file should I override the code?

Is this the corrected code?
.js #buddypress {
-ms-filter:“progid:DXImageTransform.Microsoft.Alpha(Opacity=0)”;
filter: alpha(opacity=0);
opacity: 1;

Thanks!

Sashanet

Hi @sashanet,

I checked your site and it looks like the issue has been solved.

Yes! I set custom.css in a child theme Thank you anyway!