Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: 2 Motion Gallery Scroll in 1 page

  1. #11
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Last edited by jscheuer1; 01-09-2008 at 03:48 PM. Reason: add a better link reference
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  2. #12
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problems with the Motion Gallery

    Hi,

    I'm having a similar problem with the motion gallery scripts:

    Scripts: http://www.dynamicdrive.com/dynamici...iongallery.htm

    Basically the first time I set it up it worked fine. But then I tried to add it to pages in my website and although the gallery would come up it would'nt move. I have also tried adding another motion gallery to the page that works and although the original works the other doesn't:

    Original working version plus unworking duplicate:
    http://www.blackstonerovers.co.uk/Br...ex_copy(1).htm

    Adding to exisiting page: http://www.blackstonerovers.co.uk/Br...comodation.htm

    I have been able to start of with a blank page and get the script working but have never been able to get it working on any of my existing pages.

    Any help would be greatly appreciated - it's driving me nuts!

    Thanks

  3. #13
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I think I may have given the wrong reference in my previous post. This thread contains information on and a link to multiple use cmotion code:

    http://www.dynamicdrive.com/forums/s...ad.php?p=53998
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #14
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for that John but my main problem is no matter what I do I can not get the motion gallery to scroll unless - I start totally from scratch with a blank page. Below is a page I have been working with.

    http://www.blackstonerovers.co.uk/Br...on_copy(1).htm

    If you have time I'd really appreciate it if you could have a quick look at the code and see what I might be doing wrong.

    Here is another page where I got the script working first and build the content around it and it works fine.

    http://www.blackstonerovers.co.uk/Br...ex_copy(2).htm

    Many Thanks

  5. #15
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You have an onload conflict. My multi-use script will solve that, as it has no onload event - even if you are only using it for one gallery on a page.

    Your 'non-working' example works in Opera 9.24 which sees window.onload as different from an onload event in the body tag (all other browsers I am aware of see that as a conflict). This suggests that even it will work if you remove:

    Code:
    window.onload=fillup;
    from the motiongallery.js file and add it to your body onload like so:

    Code:
    <body topmargin="0" marginwidth="0" marginheight="0" onload="fillup();FP_preloadImgs(/*url*/'buttonB.jpg', /*url*/'buttonC.jp  . . .
    One thing though, the many instances of:

    /*url*/

    in that statement will be seen as comments, most likely and at best. At worst, there is a slight chance that they may cause a problem.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #16
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Many Thanks John,

    That has solved the problem. Now working brilliantly.

  7. #17
    Join Date
    Jun 2008
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Optional Caption???

    Hi,

    Just wondering is it possible to have a caption/text below each images? If so, how can I add one? Please let me know, thank you and great script.

    Regards

  8. #18
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Wahrulzhir View Post
    Hi,

    Just wondering is it possible to have a caption/text below each images? If so, how can I add one? Please let me know, thank you and great script.

    Regards
    This is an older thread. And there are at least two versions of the title script of this thread mentioned here, and other script code is involved.

    Please start a new thread for a new question and follow the posting guidelines for a new thread.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •