JoomlaWorks Community Forum

LOGIN
Welcome to the JoomlaWorks Community Forum | If you have a question, please search before posting!

Author Topic: Latest Tweets module version 1.3, not displaying tweets in IE8   (Read 935 times)

Offline Aleksandr3

  • Newbie
  • *
  • Posts: 2
    • View Profile
Latest Tweets module version 1.3, not displaying tweets in IE8
« on: October 31, 2012, 03:40:09 PM »
Happy Halloween!

I've updated "Lates Tweets" module to v.1.3 (Thanks, JoomlaWorks team).
It's works just fine on FF, Safari, IE9 and Chrome. Not seem to be working in IE8, spinning the wheel, no tweets displayed. Does anyone have similar problems? Any advice on how to fix it would be appreciated.

Thanks.
« Last Edit: October 31, 2012, 03:56:03 PM by Aleksandr3 »
Signatures appear only for members with more than 30 posts

Offline Katia

  • Administrator
  • Hero Member
  • *****
  • Posts: 8024
  • Ni Dios Ni Amo
    • View Profile
    • JoomlaWorks
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #1 on: November 01, 2012, 03:07:11 PM »
It does work fine in IE8. Please check the module in our demo site.
JoomlaWorks Support Team

IMPORTANT NOTE: Please search before posting a question!

Offline Aleksandr3

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #2 on: November 02, 2012, 07:07:00 PM »
Hi Katia,

Thank you for quick reply, please see attached screenshot of your demo page.

Best,
A.
Signatures appear only for members with more than 30 posts

Offline superuser

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #3 on: November 07, 2012, 12:17:50 AM »
also seeing the same problem for this module. Any ideas on a fix?
Signatures appear only for members with more than 30 posts

Offline deweijer

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #4 on: November 09, 2012, 04:06:02 PM »
I have also the same problem in IE 7 and 8, what can I do to solve the problem?
Site is http://www.rijnsburgklassiek.nl/development/rmn/ [nofollow] or must I all the modules updating?.
Signatures appear only for members with more than 30 posts

Offline csciurba

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #5 on: November 19, 2012, 10:48:22 PM »
Same problem here - won't work in IE8. I'm seeing the problem on the JoomlaWorks demo site, as well as on a site we're developing. Hope a fix is released soon.
Signatures appear only for members with more than 30 posts

Offline callump

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #6 on: December 10, 2012, 03:11:50 PM »
I have just updated to the latest version too - and my IE 8 users seem to be getting this problem too.

IE 9, FF and Chrome all working fine.

Does anyone know of a fix to this problem ?

Thanks.
Signatures appear only for members with more than 30 posts

Offline ispwebraptors

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #7 on: January 04, 2013, 12:43:44 PM »
Same problem here  :(. Installed Latest Tweets on several websites because it is a very good module, but my clients complains dat it doesn't work on IE8. Hope you guys find a solutions very quick, because they want me to look for an alternative.   :'(

Using Joomla 2.5.8 / Latest Tweets 1.3
« Last Edit: January 04, 2013, 12:47:29 PM by ispwebraptors »
Signatures appear only for members with more than 30 posts

Offline tompayne

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #8 on: January 20, 2013, 03:06:30 PM »
Same problem here. Latest Tweet v1.3 works on IE 9, Chrome, Safari (iPad), but not on IE8. I have this problem with my site (www.birchwoodswimandtennis.com [nofollow]) as well as the JoomlaWorks demo site.

It did not work on the other sites until I commented out the ".setAttribute('type', 'text/javascript'); line in the script. (something about the JSON feed request from Twitter)

Tom
Signatures appear only for members with more than 30 posts

Offline Koriand

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #9 on: January 22, 2013, 05:35:04 PM »
The onload event never fires in Internet Explorer 8.

remoteScript.onload = function() {
    var json = responseContainer.tempId[0];
    jwLatestTweets.twCB(json,el);
}


Put the content of this function inside the callback function to correct the problem. Like this :

window[jwLtCallback] = function(response) {
    responseContainer.tempId = [response];
    var json = responseContainer.tempId[0];
    jwLatestTweets.twCB(json,el);
};
Signatures appear only for members with more than 30 posts

Offline Fotis

  • JoomlaWorks Team / Forum Administrator
  • Administrator
  • Hero Member
  • *****
  • Posts: 4181
  • K2 wins "Joomla! component of 2010" at J & Beyond!
    • View Profile
    • JoomlaWorks
Re: Latest Tweets module version 1.3, not displaying tweets in IE8
« Reply #10 on: February 14, 2013, 03:24:15 AM »
@Koriand I'll check it out. Thanks for that.
Frontpage Slideshow by JoomlaWorks! The no.1 slideshow system for Joomla!

Looking for an easy, yet stylish way to publish image galleries on your Joomla! site?
Check out Simple Image Gallery Pro!

K2 voted "Joomla! component of 2010" at J and Beyond 2010, the international Joomla! conference.

Find this topic helpful? Why not share it with others?