problema con firefox nell'uso dello 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
 
Seth

Posted: 7/15/2010
Quote message 

I use the default Google Adsense code without any problems.
 
Garry

Posted: 9/17/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.