Continuous Loading of Widget in IE7

64 views
Skip to first unread message

developdaly

unread,
Sep 22, 2009, 1:14:17 PM9/22/09
to MailPress
I'm just having this problem in Internet Explorer 7 where the
subscription widget appears to be loading...forever.

Screenshot: http://loweroaklawn.com/screenshot.jpg

It was working before the 4.0 upgrade.

WP 2.8.4
MailPress 4.0

paperdoll

unread,
Sep 22, 2009, 1:29:57 PM9/22/09
to MailPress
I have the same problem but no answer.

Don't know how to fix it !

We keep in touch.

andré renaut

unread,
Sep 22, 2009, 5:32:07 PM9/22/09
to mail...@googlegroups.com
where can i see this on your website ?

2009/9/22 developdaly <patric...@gmail.com>



--
Pensez à l'environnement avant d'imprimer ce message.
Please, think about the environment before printing this message.

developdaly

unread,
Sep 23, 2009, 12:53:37 PM9/23/09
to MailPress
Since I'd rather it not be such a publicly accessible bug, I limited
it to showing just on the 404 page: http://loweroaklawn.com/404/

On Sep 22, 4:32 pm, andré renaut <andre.ren...@gmail.com> wrote:
> where can i see this on your website ?
>
> 2009/9/22 developdaly <patrickwd...@gmail.com>

andré renaut

unread,
Sep 23, 2009, 6:04:05 PM9/23/09
to mail...@googlegroups.com
js error :

missing } after try block
problem in css specific to ie

mailpress form is made of div
some are with position:relative
some are with position:absolute

apparently their is a specific context on your web page,
Due to this, the 'position' css value of some div have to be adjusted.
 
sorry but i do not have a debugging tool for ie (such as firebug for firefox) so i cannot tell you how to do so.

2009/9/23 developdaly <patric...@gmail.com>

developdaly

unread,
Sep 24, 2009, 1:00:49 PM9/24/09
to MailPress
I didn't think it would be a CSS issue so I didn't even look into
that, but I figured it out.

You're using "opacity" to set the "mp-loading" class. IE7 doesn't
support IE7.

So you should add this to the CSS:

.mp-loading { filter: Alpha(Opacity=0); }

It isn't valid, but IE7 understands it.

On Sep 23, 5:04 pm, andré renaut <andre.ren...@gmail.com> wrote:
> js error :
>
> missing } after try block
>
> } catch(err) {}\n404 (ligne 362)
>
> problem in css specific to ie
>
> mailpress form is made of div
> some are with position:relative
> some are with position:absolute
>
> apparently their is a specific context on your web page,
> Due to this, the 'position' css value of some div have to be adjusted.
>
> sorry but i do not have a debugging tool for ie (such as firebug for
> firefox) so i cannot tell you how to do so.
>
> 2009/9/23 developdaly <patrickwd...@gmail.com>

Donquiweb

unread,
Oct 25, 2009, 6:11:48 PM10/25/09
to MailPress
Hi developdaly & André,

I will test this solution. I just realized that the continuously
loading bug is visible only on IE when a page is loaded.

Fine. I will send a ffedback to tell you if it works.

Thanks,

D.
> > Please, think about the environment before printing this message.- Masquer le texte des messages précédents -
>
> - Afficher le texte des messages précédents -

Donquiweb

unread,
Oct 25, 2009, 6:21:04 PM10/25/09
to MailPress
Ok it works.
I will test the form with IE tester to se what happen on IE5.5, IE 6,
IE 7 et IE 8.

D.

On 25 oct, 23:11, Donquiweb <donqui...@gmail.com> wrote:
> Hi developdaly & André,
>
> I will test this solution. I just realized that the continuouslyloadingbug is visible only on IE when a page is loaded.
> > - Afficher le texte des messages précédents -- Masquer le texte des messages précédents -

patrice

unread,
Dec 1, 2009, 4:38:09 PM12/1/09
to MailPress
great, I had the same problem
fixed!
thks guys

Ric

unread,
Jan 11, 2010, 9:15:15 AM1/11/10
to MailPress
this is the new css, form.css, that will be included into your
webpage.

div.MailPress div.mp-container, div.MailPress div.mp-formdiv {
position:relative;
}

div.MailPress div.mp-loading, div.MailPress div.mp-message {
position:absolute;
opacity:0;
}
// IE7
div.MailPress div.mp-loading, div.MailPress div.mp-message {
filter:alpha(opacity=0);
}
// IE8
.mp-loading {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

bye

ric

Reply all
Reply to author
Forward
0 new messages