Results 1 to 4 of 4

Thread: Ultimate Fade-in slideshow (v2.1) Compatability issue with jMyCarousel

  1. #1
    Join Date
    Jan 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thumbs up Ultimate Fade-in slideshow (v2.1) Compatability issue with jMyCarousel

    1) Script Title:
    'Ultimate Fade-in slideshow (v2.1)

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem:
    The scripts looks great until I am tryied to integrate it with my page which uses jMyCarousel. Here is jMyCarousel's script files signatures:

    <script type="text/javascript" src="./jMyCarousel/jquery-1.2.1.pack.js"></script>
    <script type="text/javascript" src="./jMyCarousel/jMyCarousel.js"></script>
    <!-- Optional -->
    <script type="text/javascript" src="./jMyCarousel/jquery.mousewheel.js"></script>


    Any suggestions would be appreciated. Thank you, Mitch
    Last edited by Mitch00; 01-29-2010 at 08:41 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Try replacing:
    Code:
    <script type="text/javascript" src="./jMyCarousel/jquery-1.2.1.pack.js"></script>
    With:
    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    And here:
    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    
    <script type="text/javascript" src="fadeslideshow.js">
    
    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
    </script>
    Remove the red.

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    Mitch00 (01-29-2010)

  4. #3
    Join Date
    Jan 2010
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile that worked!

    Thank you very much for your suggestion. I got it working with a slight change to what you suggested. I tried removing the

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

    which appears above the

    <script type="text/javascript" src="fadeslideshow.js">

    and it wouldn't work. So I left it there and also included the same reference where I replaced the

    <script type="text/javascript" src="./jMyCarousel/jquery-1.2.1.pack.js"></script>

    and it started working. Could there be an issue with having two references on my page with references to the google jquery.min.js?

    It seems to work fine now. Thank you again for your help.

  5. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Glad to help you! Your welcome!

    It seems your topic is solved... Please set the status to resolved.. To do this:
    Go to your first post ->
    Edit your first post ->
    Click "Go Advanced" ->
    Then in the drop down next to the title, select "RESOLVED"
    Jeremy | jfein.net

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
  •