Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Firefox is having trouble with a Twitter widget clashing with some JQuery code in the side panel of this site: http://decorate.focusphotos.com The page will not load in FF, but is fine in all other browsers.

  • 3 wótegrona
  • 37 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót AnonymousUser

more options

Firefox is having trouble with a Twitter widget clashing with some JQuery code in the side panel of my new RW theme.

The page will not load in FF, but is fine in all other browsers. I cannot figure out how to fix. Any ideas?

URL of affected sites

http://decorate.focusphotos.com

Firefox is having trouble with a Twitter widget clashing with some JQuery code in the side panel of my new RW theme. The page will not load in FF, but is fine in all other browsers. I cannot figure out how to fix. Any ideas? == URL of affected sites == http://decorate.focusphotos.com

Wšykne wótegrona (3)

more options

A twitter widget on my website will not load in firefox but will load in every other browser I've tried. I have tried several versions of firefox. Here is the code I am trying to run:


new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 5,
 interval: 6000,
 width: 'auto',
 height: 265,
 theme: {
   shell: {
     background: '#333333',
     color: '#ffffff'
   },
   tweets: {
     background: '#000000',
     color: '#ffffff',
     links: '#4aed05'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('ShawnC4Real').start();

And the first thing I checked was that scripts were enabled.

more options

I fixed my problem by writing my own Twitter widget using JQuery rather than using the 'grab code' that you can copy and embed from Twitter.

No clashing issues now. See updated code example in the sliding box on the left of my home page:

http://www.focusphotos.com/

more options

I have the same problem with my twitter widget, whats happend?