Denis Hoffmann Forum Master
 Since: 30 Oct 2006 Posts: 601 | Replied 29 Aug 2010 00:25:19 0 Hi k m, thanks for the advice, but it seems that it doesnt work :-( George, can you please take a look :-) www.denis-online.de/myshow.phpAnd it is Version 1.2. Denis |
| |
k m Member
 Since: 02 Dec 2009 Posts: 62 | Replied 29 Aug 2010 09:39:21 0 line 41 of your html code shows transition:{effect:" random", duration:5000} but is should be reading (if you wish for just the fade effect) transition:{duration:5000} or transition:{effect:"fade", duration:5000} try either one, by manipulatting through the dmx user interferace in DM or directly the html code. should do the trick. during your random show there is a fade and it is visible as such (at least on my machine) one more thought, the effects might be less visible in IE8, hope your not using IE6 or IE7! I found the slideshow performance on IE not impressive, it does well though on Chromium based as well as FF3.6+ and Opera. not sure, but looks like the developers are not checking in over the weekend or otherwise much frequently Edited by - k m on 29 Aug 2010 10:27:27 |
| |
Denis Hoffmann Forum Master
 Since: 30 Oct 2006 Posts: 601 | Replied 29 Aug 2010 11:28:17 0 I only use iE8. So if it works on other browsers its ok.
Do you know, how I can change the look of the lightbox, if I add it to the slideshow? |
| |
k m Member
 Since: 02 Dec 2009 Posts: 62 | Replied 29 Aug 2010 12:38:25 0 |
| |
Denis Hoffmann Forum Master
 Since: 30 Oct 2006 Posts: 601 | Replied 30 Aug 2010 09:28:37 0 it seems that the fade effect doent work in iE8. cause the same works in iE6
hmmm, strange denis
thanks for helping me with the lightbox! |
| |
k m Member
 Since: 02 Dec 2009 Posts: 62 | Replied 30 Aug 2010 09:47:41 0 that would be strange indeed, however I can confirm that fade effects are not working on IE8!
This flaw should be addressed and and fixed |
| |
Miroslav Zografski Official Representative
 Since: 04 Apr 2008 Posts: 3,276 | Replied 30 Aug 2010 13:07:27 0 Hello K.M., Denis,
Will set this for the Fade transition at developers attention.
Regards, |
| |
Denis Hoffmann Forum Master
 Since: 30 Oct 2006 Posts: 601 | Replied 30 Aug 2010 13:42:35 0 Hi Miro,
thanks!
Denis |
| |
k m Member
 Since: 02 Dec 2009 Posts: 62 | Replied 14 Oct 2010 17:46:59 0 remains broken in version 1.0.3 of the slideshow |
| |
Teodor Kuduschiev Official Representative
 Since: 20 Mar 2009 Posts: 2,523 | Replied 14 Oct 2010 18:03:28 0 Hello,
IE does not support opacity property that is used by the fade effect and ALL other modern browsers do. |
| |
k m Member
 Since: 02 Dec 2009 Posts: 62 | Replied 14 Oct 2010 18:28:48 0 according to Denis it does work ok in IE6, which is ancient compared to IE8 quote for the opacity setting to work with both IE7 and IE8, we have to use both. According to Microsoft, we have to list the new extension format first, and then older setting. This in addition to the CSS opacity setting: -ms-filter: "progid  XImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid  XImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; unquote not to mention that IE<9 has still the largest slice on the browser market and that does not seem to change any time soon Edited by - k m on 14 Oct 2010 18:38:58 |
| |