[Pro] Slideshow only works in Safari

http://takeastepbeyond.co.uk/test/

The slideshow only works in Safari.

Any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It works in Chrome.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Graham,
I can see that the Show/Hide Layer Action code is looking for frames on the page to send the transition message to. Unfortunately for frames that contain content from other domains (like your Facebook panel) this throws an error in most browsers forcing the animation to stop dead. Safari (or more correctly WebKit that runs Safari and Chrome) just gets on with the job and ignores the error. Nice old Webkit!

Try changing the setting on the Show/Hide Layer Action where it looks for targets from ‘top’ to ‘this’ and see if that helps.
Regards,
Tim.

On 24 May 2012, at 16:25, Graham Meigh wrote:

http://takeastepbeyond.co.uk/test/

The slideshow only works in Safari.

Any ideas?


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com
FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try changing the setting on the Show/Hide Layer Action where it looks for targets from ‘top’ to ‘this’ and see if that helps.

No luck! Any other ideas?

Does this mean that I can’t have a Facebook feed and used this type of slideshow?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Graham,
Try this. It will patch the code that runs the animation and prevent it from getting stuck on those frames.

Copy the following code and paste it into your page using Page > HTML Markup… > Before End Body;


<script type="text/javascript">//<![CDATA[
function FW_Hit(frameset,chain,targNum,msg)
{
		FWCallHit(window["FT_"+chain],targNum,msg);
}
//]]></script>

I’ve also posted a copy of this code online in case you have trouble copying this from your browser;
http://www.freewayactions.com/code/?f=FWCallHit-patch.txt
Regards,
Tim.

On 25 May 2012, at 09:42, Graham Meigh wrote:

No luck! Any other ideas?


FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com
FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Tim.

Brilliant! Thanks so much.

It even works in Internet Exploder.

I must put this somewhere safe.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options