[Pro] Showcase Gallery problem

every time i click on a thumbnail the large image opens in the same window instead of in the gallery window (with page dimming etc. )


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

Any chance you’ve got JavaScript turned off?


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

Javascript is on. the test website url is http://www.dustyboots-roadmusic.com/dustyboots-pix.html


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

Replace the $ with jQuery or $fw in the following script:

$(function(){
  $('audio').panzer();
});

So it reads:

jQuery(function(){
  jQuery('audio').panzer();
});

Hope this helps,

Joe


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

Thanks Joe! with $fw it now works.
Is this a mistake in the action coding implementation?


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

Hi Jim,

No. It allows Freeway users to use Showcase alongside the FX Actions (and other Prototype/Scriptaculous Actions) , if they wish.

Joe

On 9 Oct 2012, at 11:14, Jim Bows email@hidden wrote:

Thanks Joe! with $fw it now works.
Is this a mistake in the action coding implementation?


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