Hi I just noticed that the corousal and my live and direct text feed do not work on the iPad. They did until a few days ago? Any ideas?
Ta
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Hi I just noticed that the corousal and my live and direct text feed do not work on the iPad. They did until a few days ago? Any ideas?
Ta
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Can you make a separate, stand-alone test page that shows this
problem? The key is to make a page that has only Carousel on it,
nothing else. If that fails, I will try to figure it out, but I do not
imagine it will. If that works, then the thing to do would be to add,
one at a time, the things that your stand-alone page is missing w/r/t
the failing home page. When you find the combination of elements that
fail, there may still be something I can do for you to make it work.
But I suspect there is an interaction between that effect and some
other aspect of your home page. There’s a lot going on on that page,
after all.
Walter
On Oct 17, 2010, at 10:15 PM, Justin Easthall wrote:
Hi I just noticed that the corousal and my live and direct text feed
do not work on the iPad. They did until a few days ago? Any ideas?Ta
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Ok thanks I’ll give this ago 2moro see how I get on
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Its the Flash portfolio page turning graphic that breaks the page? On the ipad its just a slideshow (BannerZest etc)…
Ill remove shortly but if you could take a look in the mean time?
Cheers
J
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Well, the Flash just won’t render on the iPad so that’s your problem
right there. What does this Flash element do?
Walter
On Oct 18, 2010, at 11:22 AM, Justin Easthall wrote:
Its the Flash portfolio page turning graphic that breaks the page?
On the ipad its just a slideshow (BannerZest etc)…Ill remove shortly but if you could take a look in the mean time?
Cheers
J
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Yes Flash doesn’t work on ipad - so Bannerzest replaces with slideshow - the slideshow is whats breaking the carousal and that feed?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Using a desktop the flash is the portfolio page turning animation
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Then they must be doing something in their JavaScript that is not
compatible with Prototype. The usual cause of this is using for … in
to loop over an “array” of elements in a script. Once Prototype has
been introduced into a page, that shortcut (which is really a mis-use
of the language) dies horribly. Prototype forces you to be strict when
coding this sort of iteration on the one hand, but on the other, it
gives you each() to do the same thing in far fewer lines of code than
for(i = 0; i < items.length; i++){}
This is going to be very difficult to debug, unless you have some way
to force the BannerZest code to always replace Flash. That way I can
look at it in a proper debugger and see what the error is.
Walter
On Oct 18, 2010, at 11:31 AM, Justin Easthall wrote:
Yes Flash doesn’t work on ipad - so Bannerzest replaces with
slideshow - the slideshow is whats breaking the carousal and that
feed?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Ok thank you appreciated. If there was an easier route I’d keep the animation but not by the sounds of it - ill just remove.
Cheers
J
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options