| User | Post |
|
|
|
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.
|
|
|
|
|
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:
init: function(){ var preload_throbber = document.createElement('img'); preload_throbber.src="<?php echo $home;?>/wp-content/plugins/<?php echo AWP_BASE;?>/images/throbber<?php echo $awpall['throbber'];?>.gif"; },
Find: }();
Add After:aWP.init();
This will be added into the trunk release also.
|
|
|
|
|
Thanks but it has not changed anything for me… The problem remains the same in Internet Explorer and Chrome.
|
|
|
|
|
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.
|
|