Results 1 to 4 of 4

Thread: Simple controls gallery problem

  1. #1
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Simple controls gallery problem

    Simple Controls Gallery
    http://www.dynamicdrive.com/dynamici...plegallery.htm

    I can not get the controls to show up. I have the four GIFs in the same folder as the script and the slide show is working...

    Here is the link: http://temp.rldprint.com/portfolio/business_cards.html

    Any help would be very much appreciated and I am banging my head on this.

    Thank you - R
    Last edited by Snookerman; 04-22-2009 at 02:15 PM. Reason: added “Resolved” prefix

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

    Default

    It's because none of the following exist:
    http://temp.rldprint.com/portfolio/left.gif
    http://temp.rldprint.com/portfolio/pause.gif
    http://temp.rldprint.com/portfolio/right.gif

    To change the locations, at the top of simplegallery.js, change the red:
    Code:
    var simpleGallery_navpanel={
    	panel: {height:'45px', opacity:0.5, paddingTop:'5px', fontStyle:'bold 11px Verdana'}, //customize nav panel container
    	images: [ 'left.gif', 'play.gif', 'right.gif', 'pause.gif'], //nav panel images (in that order)
    	imageSpacing: {offsetTop:[-4, 0, -4], spacing:10}, //top offset of left, play, and right images, PLUS spacing between the 3 images
    	slideduration: 500 //duration of slide up animation to reveal panel
    }
    Jeremy | jfein.net

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

    rldesign (01-01-2009)

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

    Default

    THANK YOU SO MUCH! I had the images in the folder with the scripts and not the file. I knew it was going to be a simple fix! Happy New Year

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

    Default

    I'm glad to help rldesgin, Happy New Year to you too.

    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"
    Last edited by Nile; 01-02-2009 at 12:05 AM.
    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
  •