background - transparent?
Hello!
My info:
WordPress 2.8.4
Theme - Pellucid Dashed 1.6 (http://wordpress.org/extend/themes/pellucid-dashed)
http://x-files.net.ua/
Got installed that plugin. (NextGEN-FlashViewer 1.3)
Using a code [tiltviewer=69]
Could you please advise how to get rid of black background and make it transparent??
please, advise if possible.
thanx!!!
http://wordpress.org/extend/plugins/nextgen-flashviewer/
ashley3ee
Member
Posted 2 years ago #
go to the nextgen-flashviewer folder in the plugins directory.
Open: lib/functions.php
There will be 4 instances of this line (according to which viewer you want to change):
$swfobject->add_params('wmode', 'opaque');
replace it with this:
$swfobject->add_params('wmode', 'transparent');