FIREFOX PROBLEMS - BLOGGER TEMPLATES


Author Message
Snappy

Posted: 8/1/2010
Quote message 

This has come up many times but no resolution to it's problem.

When creating templates for Blogger, if using certain widgets or adding certain coding for online users etc, when viewed in Firefox, the blog doesn't show or only shows for a second then disappears and only thing visible are the actual widgets or images and text for coding added to the blog! Also when adding new templates to blogger, those with Facebook widgets don't work properly either, they double themselves up and won't fit in to the sidebars!! This really needs to be addressed otherwise people just won't use this anymore as it's becoming too limiting!!!:-<
 
Holly

Posted: 8/3/2010
Quote message 

I am having the exact same problem and have had zero luck with getting any support/help from anyone here. paying for this was a hard decision to make in the first place considering all the free templates out there, and now i am regretting my decision!
Needs to be fixed asap!
Not happy as of right now!
 
Rachelle

Posted: 8/5/2010
Quote message 

:(

SAME ISSUE HERE!! I spent HOURS yesterday getting my blog design "just so" and now it won't upload properly. I checked it in FF and IE8 and no go. This is a huge issue and I wish someone from Artisteer would chime in here about this problem.

I will submit a support ticket.
 
syaz

Posted: 8/5/2010
Quote message 


to solve, after this code in html editor (Press CTRL+F and type widget and press ENTER until you find the code location)

var widgetTitle = jQuery("h2", widget).text();
jQuery("h2", widget).remove();
var widgetContent = widget.html();

add the following code

if (widgetContent.indexOf('add url for script code here') > -1) return true;

example :
if (widgetContent.indexOf('h1.flashvortex.com') > -1) return true;
if (widgetContent.indexOf('widgeo.net') > -1) return true;
if (widgetContent.indexOf('worldtimeserver.com') > -1) return true;
if (widgetContent.indexOf('freeonlineusers.com') > -1) return true;
if (widgetContent.indexOf('referer.org') > -1) return true;

:-)

GOOD LUCK


 
Whimsical

Posted: 8/21/2010
Quote message 

Unfortunately that didnt work for me :(

I've been trying to put a flash music player into a widget. I've tried javascript and object embedding and it simply will not work.

It works fine it all browsers in an Artisiteer generated web page.. but not FF in an Artisteer generated blogger template.
 
Claudio C.

Posted: 9/13/2010
Quote message 

This is exactly what I've experienced when I tried to add my widgets back in the sidebar of my new template, especially Javascript ones, such as dynamic Twitter search and Disqus comments widget.

I purchased Artisteer today after playing around with the design features, but never could I've imagined what surprises were under the hood.

I hope that a fix for this will be available soon..

C.

Quote Snappy:

This has come up many times but no resolution to it's problem.

When creating templates for Blogger, if using certain widgets or adding certain coding for online users etc, when viewed in Firefox, the blog doesn't show or only shows for a second then disappears and only thing visible are the actual widgets or images and text for coding added to the blog! Also when adding new templates to blogger, those with Facebook widgets don't work properly either, they double themselves up and won't fit in to the sidebars!! This really needs to be addressed otherwise people just won't use this anymore as it's becoming too limiting!!!:-<


 
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.
 
Dee

Posted: 11/8/2010
Quote message 

I too am having a problem with Firefox only. I created a template a couple of weeks ago and it works fine. Just made another one for a different blog and it won't show up in Firefox but does in IE. I tried the fix suggested by Gary and it changed nothing.

I'd like to try the suggestion by syaz but have no idea what script codes are. I'm bummed because I really like the layout I created.
 
Garry

Posted: 12/18/2010
Quote message 

You should contact Artisteer support with URL.
 
Camila

Posted: 3/16/2011
Quote message 

Oi, meu desginer colocou coisas do artisteer no meu blog e agora não consigo mudar o cabeçalho, AJUDA