|
|
|
|
|
Joined: Sun Jul 26 2009, 03:31AM
Posts: 8
|
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.
|
|
|
|
Joined: Sun Jul 26 2009, 03:31AM
Posts: 8
|
Sun Jul 26 2009, 10:41PM
|
|
|
|
No one able to help on this one?
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
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.
|
|
|
|
Joined: Sun Jul 26 2009, 03:31AM
Posts: 8
|
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 ]
|
|
|
|
Joined: Mon Nov 12 2007, 12:44PM
Posts: 11
|
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
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
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())
|
|
|
|
Joined: Sun Jul 26 2009, 03:31AM
Posts: 8
|
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.
|
|
|
|
Joined: Mon Nov 12 2007, 12:44PM
Posts: 11
|
Tue Aug 04 2009, 10:19AM
|
|
|
Hi SecretR,
Just want to know that IE8 is oK here... only Chrome does this...
My Regards
Henk
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
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!
|
|
|
|
Joined: Sun Jul 26 2009, 03:31AM
Posts: 8
|
Wed Aug 05 2009, 09:06AM
|
|
|
|
SecretR, Yes sir for me! :)
|
|
|
|
|
|
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
|
|