Results 1 to 8 of 8

Thread: Touch Gallery Help

  1. #1
    Join Date
    Oct 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Touch Gallery Help

    1) Script Title: Touch Gallery

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

    3) Describe problem: I have tried to add touch gallery to http://www.madetomeasureradiatorcove...ur%20Work.html but it is not working. I have copied and pasted it as it says (I think) in the instructions but it is not working. I have added a few pics but nothing. I am new to this.

    Thanks
    Vikki

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There may be other errors, but right now I see:

    1) Your reference to jQuery near the top of your page is incorrect. It should be:

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
    The correction is in red. Also, you have another reference to jQuery again further down on your page, which is redundant and potentially problematic, and should be removed:

    Code:
    <script type="text/javascript" src="jquery.min.js"></script>
    2) The references to all your images inside touch gallery are broken, ie:

    Code:
    <li><img src="rad1.jpg" /></li>
    In other words, rad1.jpg doesn't exist on the server.
    DD Admin

  3. #3
    Join Date
    Oct 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you. The removing the duplicate script helped. I can now see the touch gallery. I will carry on playing with it.

  4. #4
    Join Date
    Oct 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I can't get the images to show up. They are on the server and are the correct size. Do you have any ideas why they are not showing?

    Thanks

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Ok, after trying different things it seems the problem comes down to a conflict with the following script on your page:

    Code:
    <script type="text/javascript" src="jqueryslidemenu.js"></script>
    If I remove the above code the touch gallery images show.
    DD Admin

  6. #6
    Join Date
    Oct 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks. I have taken that script out but all that shows now is one picture and not the touch image gallery.

  7. #7
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I just checked your page and see the touch gallery functioning correctly at a glance. Is that correct?
    DD Admin

  8. #8
    Join Date
    Oct 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, I took the whole of the other script out and the touch gallery worked. It must have been a conflict of scripts. Thanks for your help on resolving this.

Similar Threads

  1. Touch Image Gallery thumbnails options?
    By mlegg in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 06-02-2014, 05:22 PM
  2. Touch Image Gallery eratic behaviour
    By Red Fox in forum Dynamic Drive scripts help
    Replies: 12
    Last Post: 02-21-2014, 05:03 PM
  3. Need help with Touch Image Gallery
    By djp_12 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-22-2013, 05:40 PM
  4. Touch Image Gallery vs IE
    By Barefoot in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 07-26-2013, 06:08 PM
  5. Touch Image Gallery
    By Brends in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 07-11-2013, 05:32 PM

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
  •