[Pro] Fancybox in freeway

Hello

I have tried to install Fancy box in my freeway site without succes. I bought the very easy to follow tutorial from DanJasker. Unfortunately it does not work for me. I have followed the instructions to the second and I have done it three times. Still not working.

on my site (only a test site to try to get the fancybox working) the thumbs work exactly like there were only normal “hyperlinks”. ie they open the larger pictures in the same window, but without any sort of animation, frames…

Please have a look at www.360visitesvirtuelles.fr/test/index.html
and see if you can understand the problem.

I would be greatful for some help on this topic. My intention is to present 360 degrees panoramas (swf files) with fancybox or any other lightbox.

Thank you / erik


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

HI erik are you sure the fancybox javascript files have been uploaded as I can see them in you resource folder?

cheers max


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

Hi Erik,
You are very nearly there. The problem is that the paths to the Fancybox scripts are incorrect.

You have;

<script type="text/javascript" src="/fancybox/jquery.fancybox-1.3.4.pack.js"></script>

and they should have the first slash removed to become;

<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>

You’ve also spelt the class name for thumb2 incorrectly. It should be ‘group’ and not ‘gruop’.
Change these and your page should work as expected - like this;
http://www.freewayactions.com/test/fancybox/

Regards,
Tim.

On 16 Jun 2011, at 14:49, erik wrote:

Please have a look at www.360visitesvirtuelles.fr/test/index.html
and see if you can understand the problem

FreewayActions.com - Freeware and commercial actions for Freeway Express & Pro.

Protect your mailto links from being harvested by spambots with Anti Spam.
Only available at FreewayActions.com

http://www.freewayactions.com


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

Hi Erik–

I emailed you back already saying the same thing that Tim has said. Hopefully it got to you and helped fixed your issue.


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

After adding Fancy in a site I was working on last week its was rapidly withdrawn. IE9 does not seen to support it (IE8 does)

David

On 16 Jun 2011, at 21:30, Dan J wrote:

Hi Erik–

I emailed you back already saying the same thing that Tim has said. Hopefully it got to you and helped fixed your issue.


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

Hello

Thank you all for your replies!

I have rebuilt the test site one more time to see if that would change anything. Unfortunately not.

I have now also corrected the script links to be without the first slash ( I had already tried that without any luck ). And the site does still not work?

I have also tried using the same method as described in the video tutorial of DanJansker to integrate Lightbox and Bumpbox. The Lightbox worked, but only for images. I do not get swf or html files to work. And with the Bumpbox I got the same result as with Fancybox (the link works as a normal hyperlink).

My conclusion is that the .js files are not read correctly. Why? Do I have to put them in the same folder as the index folder maybe??? Now they are all in the “fancybox” folder.

I would be very greatful for some help : )

Thanks / erik


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

You can check to see if the files are being loaded by using Safari’s
Web Inspector (Safari preferences, advanced, check Show Develop menu),
or just the Window / Activity list. If your js files are not loading,
they will be listed in red in the Activity list.

If you’re trying to show such a wide range of different content types,
I would recommend the ScriptyLightbox Action (which uses Prototype,
Scriptaculous, and Lightwindow2) over any other windowing toolkit. It
can play pretty much anything a browser can display, both with and
without plug-ins. Plus, it won’t conflict with the built-in Actions in
Freeway, unlike anything based on jQuery.

Walter

On Jun 17, 2011, at 8:17 AM, erik wrote:

Hello

Thank you all for your replies!

I have rebuilt the test site one more time to see if that would
change anything. Unfortunately not.


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

Hello

Thank you Walt!

I checked with Safari Web inspector, and there it sais that all the .js files are not found!!!? But they are all there! I put the whoe fancybox folder on the server (like the instructions said) ANd I have double checked that the script are pointing to the right place!!! Why are they not found???

I have tried the ScriptyLightbox action, but it seems like it does not work with html files? And I do not know how to adjust the settings for it. I like the main website to dim for example.

For me (who are not a programmer) it seems wierd that it works with certain “lightboxex” but not with others.

Thanks again for all the help. If somebody has some tips for the fancybox problem, I would be very greatful.

Cheers / erik


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

Have you moved the page - post a link to the new location.

David


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

Hello

here is the link to the page (just a test page! Only the first thumb linked to fansybox and another bigger image)

http://360visitesvirtuelles.fr/test_fancybox/index.html

Thanks / erik


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

You still have that leading / in the path

Why not create an absolute path like

http://360visitesvirtuelles.fr/test_fancybox/fancybox/javascript.js

Like the path to the main jquery stuff on the googleapis server

D


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

There are two different ScriptyLightbox Actions – ScriptyLightbox
(the original) definitely works with HTML files. You can even put a
form inside it and the form will work. It’s that good. But
ScriptyLightbox2 was written to solve a different problem – to be
really friendly to the iPad and other iOS devices. It does not (yet)
handle HTML content in the popup, and you’re right, it doesn’t dim the
page either. The original SL does both of those things. The two have
only the name in common. Oh, and I wrote both of them. But under the
hood they are entirely different.

Walter

On Jun 17, 2011, at 1:25 PM, erik wrote:

Hello

Thank you Walt!

I checked with Safari Web inspector, and there it sais that all
the .js files are not found!!!? But they are all there! I put the
whoe fancybox folder on the server (like the instructions said) ANd
I have double checked that the script are pointing to the right
place!!! Why are they not found???

I have tried the ScriptyLightbox action, but it seems like it does
not work with html files? And I do not know how to adjust the
settings for it. I like the main website to dim for example.

For me (who are not a programmer) it seems wierd that it works with
certain “lightboxex” but not with others.

Thanks again for all the help. If somebody has some tips for the
fancybox problem, I would be very greatful.

Cheers / erik


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

Looks like you got it working, Erik. Hopefully it was the folder paths I suggested in the email to you that were the fix. Looks like maybe you moved the folder to the correct location now and everything looks quite “fancy”.


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

Hello Walt, Dan, Tim and Dave

Thank you VERY much for all your help. It is really nice of you to take the time to help.

Yes, I finally got it working. You were right, it did have something to do with the folder paths. When I copy the text for the scripts from the fancybox website, it includes a “/” in the beginning. Seems to work better without! Simple as that!

Walt! I have tried to use the ScriptyLightbox, (the original) but I can not get it to work with the html file I like to link to on my server. Dont know why.

Anyway, thanks a lot. Now I am trying to learn how to tweak the graphics in Fancybox : ) Can anyone explain how I could replace the title with an image for example. Ot how I can tweak the look of the title text in any other way.

Thanks a lot again to all of you!!!

Cheers!!! / erik


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