Page 1 of 2
1
2
next
last
Sun Jul 26 2009, 03:38AM
Hi,

I have some issues getting the latest Shadowbox widget (v1.4) to work properly.
If I do not tick the Lightwiew fix, nothing happens when clicking on thumbnails.
When I tick it, it seem to work, but the modal overlay is 100% black instead of the default 80% in Firefox. In IE7 it works as supposed.

Please have a look here

Any and all help is of course highly appreciated.
Back to top
Sun Jul 26 2009, 10:41PM
No one able to help on this one?
Back to top
Mon Jul 27 2009, 05:04PM
Overlay opacity rule is not added to the Shadowbox overlay div element (for some reason). I think this is caused by quick & dirty fix I made lately. Try to change line 217 in /widgets/shadowbox/shadowbox_class.php from
overlayOpacity: '".str_replace(',', '.', $this->getPref('shbox_overlayOpacity'))."',

to
overlayOpacity: parseFloat(".$this->getPref('shbox_overlayOpacity')."),

and let me know if this is solving the issue.
DON'T FORGET to clear your browser cache, before page reload.
Back to top
Mon Jul 27 2009, 06:04PM
Hi, it did not fix the issue, however it broke the overlay also in IE7 :) (meaning now I do not have any overlay fading in IE7. In Firefox it is still pitch black)

Or should I change something else also in the settings when trying this new line 217? For instance remove the lightview fix option?

Update: I tried removing the lightview fix option but then I am back to no function.

Reverted back to the original config for now.

Anything else I could try?

[ Edited Mon Jul 27 2009, 09:34PM ]
Back to top
Sun Aug 02 2009, 02:06PM
Hi SecretR,

It works fine in IE8 on this side, but in Google Chrome I have the same. Just the picture with a black background. I even checked if the opacity was the right value in the setup of ShadowBox. I adjusted it and cleared the cache of the browser with no luck.

I did not try the fix, becuase it did not seems to help the other fellow. Maybe it is a bug... ? ...

My regards,

Henk
Back to top
Mon Aug 03 2009, 10:54AM
It's hard to fix something I can't reproduce. IE8 and Chrome are doing perfect with all Shadowbox installations I have (including the one on this site). It could be Shadowbox JS issue or/and conflict with some 3-rd party script.

Try also (from the fix above):
overlayOpacity: parseFloat('".$this->getPref('shbox_overlayOpacity')."'),
(note the single quotes inside the parseFloat())
Back to top
Tue Aug 04 2009, 10:18AM
Hi SecretR,
Tried your new suggestion and in Firefox it's the same result, totally black overlay.
With this change the overlay is gone in IE7, only animates the picture on top of the page.
Back to top
Tue Aug 04 2009, 10:19AM
Hi SecretR,

Just want to know that IE8 is oK here... only Chrome does this...

My Regards

Henk
Back to top
Tue Aug 04 2009, 11:16PM
Guys, please tell me you are completely clearing server (e107) cache (or disable both e107 and CL Widgets cache) and your Browser cache before trying to see results of changes you made!
Back to top
Wed Aug 05 2009, 09:06AM
SecretR, Yes sir for me! :)
Back to top
Page 1 of 2
1
2
next
last
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF

Jump:     Back to top