problem with Firefox using script


Author Message
Simone

Posted: 7/1/2010
Quote message 

:-( I wanted to buy Artisteer, but when I put the widget with javascript in the code for google adsense or a simple hit counter; With firefox the page disappears! It continues to load a blank page ... (Excuse my English, I hope it is understood)

http://provoitemi.blogspot.com

Anyway see for yourself the problem. I hope you can help me find a solution
 
syaz

Posted: 7/3/2010
Quote message 

i have a same problem...

can somebody help us.... :(
 
Eva

Posted: 7/7/2010
Quote message 

I´m having the same problem!!!

Please, help us

Eva
 
VideoAzzurri

Posted: 7/9/2010
Quote message 

I have the same problem!!!
Firefox and Opera the browsers that don't function!!
 
Snappy

Posted: 8/1/2010
Quote message 

This is a common problem. If you add certain widgets or coding for certain things, when you view it in Firefox you either see just a blank page or just the images for the coding or widget you've just added and nothing else. I've had to remove loads of widgets and codes from my blog to make it work for Firefox users. Not good!!!!
 
Whimsical

Posted: 8/21/2010
Quote message 

Please get this fixed!
 
Whimsical

Posted: 8/21/2010
Quote message 

Just as an afterthought.. are ppl actually going to the support link at the left and lodging support tickets for this?

or are they 'hoping' a staff member might see one of these threads?

If its a problem, please lodge a support ticket if you havent already done so.

Cheers
Whims
 
Garry

Posted: 9/18/2010
Quote message 

You should try the following solution:

1- Open Layout/Design - Edit HTML - Edit Template

2- Search for the line: var widgetContent = widget.html();

3- Add the next line after the line above:

if (widgetContent.indexOf('pagead2.googlesyndication.com') > -1) return true;

4- Save.