Search 
Search Forums:


 




Throbber (loading icon) not appearing correctly in other browsers

Reply to Post
UserPost

1:23 am
September 24, 2008


DJ NightLife

Guest

Hi,

Is there any way to make the other browsers like IE7, Chrome to make the throbber icon appear just like in firefox ? In firefox, the icon appears and keeps animating while the content is loading. In other browsers, either it appears as a little glitch when the content is almost loaded, or not at all…

Any solution ?

9:58 am
September 24, 2008


Aaron

Admin

posts 247

The problem is IE doesn’t cache the image correctly, so it has to redownload it every time. I’ll see if there is a way to preload it.

Until then, you will have to preload it yourself.

7:25 pm
September 30, 2008


DJ NightLife

Guest

How much would you charge to make this cross-browser ?

12:34 am
October 1, 2008


Aaron

Admin

posts 247

I wouldn’t straight charge for a feature this small, but feel free to make a donation if this solution fixes it for you.

OPEN: /js/core.js.php

Find: return{

Add After:

  1. init: function(){
  2. var preload_throbber = document.createElement('img');
  3. preload_throbber.src="<?php echo $home;?>/wp-content/plugins/<?php echo AWP_BASE;?>/images/throbber<?php echo $awpall['throbber'];?>.gif";
  4. },

Find: }();

Add After:aWP.init();

This will be added into the trunk release also.

12:03 am
October 3, 2008


DJ NightLife

Guest

Thanks but it has not changed anything for me… The problem remains the same in Internet Explorer and Chrome.

4:13 pm
October 15, 2008


DJ NightLife

Guest

Also willing to pay to make it full compatible with IE and Chrome

12:10 am
October 16, 2008


Aaron

Admin

posts 247

Sorry, I’m not taking on any more paid work right now. In the near future there will be some announcements about the future of AWP. You may bring up any projects you have in mind then.

Reply to Post


Reply to Topic: Throbber (loading icon) not appearing correctly in other browsers

Name (Required):

EMail (Required):

Website):

Guest URL (required)

Math Required!
What is the sum of: 6 + 1        (Required)

Topic Reply:


 

About the Anthology of Ideas forum

Currently Online:

3 Guests

Maximum Online: 33

Forums:

Groups: 2

Forums: 6

Topics: 236

Posts: 720

Members:

There are 1 members

There are 227 guests

Aaron has made 247 posts

Top Posters:

Administrator: Aaron