Lightbox Gallry, works locally, but cannot find prev/next/close button remotely.

Hi all, I've downloaded the latest Lightbox Gallery from Dreamweaver exchange and was able to make some changes on my own, but still far from being an expert at scripting...HELP!
Everything worked fine locally, but when I uploaded it to my web host/s FTP, the prev, next and close buttons did not show up.
In firebox, they just don't show.  In Safari, it shows "?" where the close button should show.
I checked the FTP and the images are all there.
Could anyone tell me what I'm doing wrong?
My website address is:
julieappelt.com
Thanx

It appears you didn't upload a whole folder.  The "lightbox" folder inside the "images" folder does not seem to be there.  Try uploading the files again.

Similar Messages

  • Urgent : everything works fine, but cannot find a .jpg file

    This is my first attemp at creating a jar file and running the running the program
    i created a jar file ran it, everything works fine but when i click the about menuitem, it throws a java nullpointer exception,
    it says it cannot find the .jpg file that is used for the about box,
    the code works fine if i run as a normal program i.e
    java <somepackage>/<classname>
    javax.swing.ImageIcon aboutimage;//in the constructor
    try{
    aboutimage = new javax.swing.ImageIcon(getClass().getResource("resources/image/"+"About.jpg")); //-- exception at this line
                   }catch(Exception e){
                        e.printStackTrace();               
                   }

    i post a bit more details in case sm1 might want to refer,
    Thanks in advance ..it's a bit long sorry for the inconv.
    I created a jar file this way,
    - first created the Manifest.txt file and added the the main class,
    follwed steps from the tutorial at sun:
    http://java.sun.com/docs/books/tutorial/deployment/jar/appman.html
    then this at command prompt
    jar cfm Aid.jar Manifest.txt IDTT/
    Now when i run the jar file every thing runs fine except for the About.jpg,
    that file doesn't show up when i click the about button in the application
    Everything works fine when i directly run the file from command prompt as java IDTT/Aid
    Error recieved:
    Exception in thread "AWT-EventQueue-0"
    java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(Unknown Source)
    at IDTT.Aid$AboutPanel.<init>(Aid.java:336)
    at IDTT.Aid.menuItem_AboutActionPerformed
    (Aid.java:304)
    this is line 336 in Aid.java:
    javax.swing.ImageIcon aboutimage = new javax.swing.ImageIcon(getClass().getResource("resources/"+"About.jpg"));
    Aid.java has package as
    package IDTT,
    the files in folder graph
    have package as
    package IDTT.graph
    "resources" is a normal folder that has a image file called About.jpg
    and another folder called "html" that contains many html files.
    there's no error for html files
    This is the package/folder tree structure
    IDTT
    |
    |- Aid.java (has main)
    |
    |- graph (a package that Aid.java uses)
    |
    |_ resources
        |
        |- image
        |      |--- About.jpg
        |
        |- html

  • I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • I have been working on a project on final cut pro trial, just purchased the real deal, but cannot find a way of importing the project

    I have been working on a project on final cut pro trial, just purchased the real deal, but cannot find a way of importing the project

    You don't import the project.
    I'm going to assume that both the trial version and purchased version were 10.1.
    Open FCPX and then Open Library>Other, Navigate to wherever you stored the library (ies) you worked on when you used the trial. Choose that library and your work should be in one or more events in it.
    Russ

  • I require Coldfusion 8 Developer Edition but cannot find the link

    I specifically require Coldfusion 8 Developer Edition but cannot find the link anywhere. It appears as though links to it have been replaced with the Dev edition of CF10.
    I require this for two reasons:
    Firstly, it would be nice to be able to develop on my local PC rather than directly on the production site.
    Secondly, the CFIDE folder has gone missing and I have been told that copying the one installed from a Dev edition will fix it.
    Thank you.

    This is on Windows 2003 Server 32-bit.
    I found the original CF8 install file (coldfusion-80-win.exe) and the update to 8.01 (coldfusion-801-win_updater.exe) and used them to install the Developer Edition onto my local PC.
    I then zipped up the CFIDE folder and sent it to the server, and extracted it into the correct place (on my server, it was under C:\ColdFusion8\wwwroot)
    I had to change the CFIDE path in the \lib\neo-runtime.xml file to get around the "Could not find the ColdFusion Component or Interface CFIDE.adminapi.security" error.
    And now it all works again. Thank you for your advice.

  • Flash site works locally but not online (uploaded to server)

    We have bought a flash portfolio template and have customized it with our pictures, video, etc.
    When we test it locally on our computer (using different web browsers) it all works perfectly well. We have uploaded the finished website to our server and when you go to the address online, it doesn't work (a loader progress shows but it is stopped and nothing happens).
    We have however uploaded the original template we bought and it works perfectly online.
    The template consists of and index.html, various .swf, and various .xml that we have modified according to the template instructions (it also contains a java script folder we haven't touched).
    What is it wrong with our modified template - it works locally without problem…!
    Thanks for your help

    When a Flash file works locally but not on-line, it's almost always a pathing issue (provided you did upload ALL files and do not have something missing... as suggested by Ned).
    A "pathing issue" results when the main .swf cannot find one or more of the associated Flash files...like an xml file or images.
    It can be something as simple as using switching file names to all lower case. Local machine is not case sensative... most servers are. So "My Photo.JPG" is not the same as "my_photo.jpg". When naming files, best to use all lower case, no spaces in any file or folder names... use_underscore_instead.
    But the most common cause is that those associated files (xml, images, etc.) are not pathed relative to the Web page where the main .swf is embedded. Pathing to the .xml and image files should be as though the .swf was located in the same folder as the Web page... NOT the actual location of the .swf file.
    And that includes paths to the xml file and paths to image files coded into those xml files. Everything need to be coded relative to the Web page.
    This topic has been covered a number of times here:
    http://forums.adobe.com/message/4368273#4368273
    http://forums.adobe.com/message/4294529#4294529
    http://forums.adobe.com/message/4280086#4280086
    http://forums.adobe.com/message/4267408#4267408
    Best wishes,
    Adninjastrator

  • I have CS2. I shot RAW files with my Nikon D90 and now cannot open them in PS.  I heard there was a plug-in to download for this, but cannot find it. Help?

    I have CS2. I shot RAW files with my Nikon D90 and now cannot open them in PS.  I heard there was a plug-in to download for this, but cannot find it. Help?

    You would need at least CS3 with ACR 4.6 to natively edit NEFs from a D90 in PS:
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    It might also work to use the DNG Converter 4.6 or newer to convert the NEF files to DNGs and then those might open in your older CS2 ACR, but I’m not sure, since it’s a 9 year old program I haven’t used in years.
    The DNG Converter can be found, here:
    http://www.adobe.com/downloads/updates.html

  • I want to re-install Premiere Elelments 8, but cannot find downloads for version 8.  Where can I download the files for version 8?

    I want to re-install Premiere Elelments 8, but cannot find downloads for version 8.  I have the serial no.  Where can I download the files for version 8?

    Hi Jeff.  I did purchase Premiere Elements 8 from Adobe (download version), but couldn't find the files to download again on the adobe.com website.  I did, however carry out another search of files from my old PC and eventually found the files to reinstall on my new PC, using my registered product serial no.  Installation has worked.  It seems that Adobe has stopped supporting version 8 as I could only find version 9 and later for download from the adobe.com website.
    Thanks for your prompt reply

  • Hello I have lost my serial number for adobe photoshop elements. Bought from John Lewis last month. I did have it installed but had to uninstall but cannot find the any of the packaging etc plus did not register. What is the best way of getting it install

    Hello I have lost my serial number for adobe photoshop elements 13. Bought from John Lewis last month. I did have it installed but had to uninstall but cannot find the any of the packaging etc plus did not register. What is the best way of getting it installed again/replacement? Thanks

    Do you have the receipt? If you have proof of ownership, you _may_ be able to persuade Customer Support to help you out.  I imagine you would need to scan and email that proof if it works at all.

  • HT204368 I am trying to link via bluetooth my apple iphone 3 to a plantronics voyager 520. Everything is charged, bluetooth turned on etc. My phone searches but cannot find the signal. Any ideas? Alan

    I am trying to link my iphone 3 via bluetooth to a plantronics voyager 520. Both items are charged, bluetooth turned on etc. My phone searches but cannot find the signal. Any ideas? Alan

    here is an interesting thing: take the iphone and set lock screen to never. Now make an email with siri--be sure to activate her with call button. get to the body and get some text in there. then just stop talking. LOCK SCREEN APPEARS!!!!!! and of course you draft is gone.
    There does seem to be a work around for some--maybe all these issues. Don't use the call button--use the buttons on the phone.
    Siri seems to behave properly with scenerio above---sans call button. She does not go to lock.

  • I need to buy old style 'T' power adapter in Australia but cannot find any stores selling them.. Nothing on ebay.  Any ideas?  Thanks in advance.

    Hi All
    I need to buy old style 'T' power adapter in Australia but cannot find any stores selling them.  It is for a late 2008 MBP. Nothing on ebay.  Any ideas?  Thanks in advance.
    aurum1313

    I figured it out!
    I read a solution for something that sounded similar.
    Anyone in similar position:
    Open iTunes app on iPhone, and pick an option from bottom, such as music. Then scroll down to bottom of page and where your iTunes ID is, press on it, and pick sign out.
    Then return to home screen, and double press home button and press and hold on first icon showing, until a minus symbol appears in the top left of icons present. Press on each minus symbol on each app in turn, until all app icons have disappeared. Then Restart the phone by pressing and hold the home button and the on/off/standby button at top of phone, until the apple symbol appears in centre of blank screen.
    Swipe to turn phone fully on and open settings and scroll down to iTunes and apps option and tap that. Pick sign in and put in your apple ID, it will accept it and then return to home screen and open iTunes a you'll find it works fine
    Simple really, but some like me won't think f this themselves!
    Hope that helps

  • I need to upgrade to OSX version 10.6.8 or later but cannot find the download anywhere?

    Please help! - I need to upgrade to OSX version 10.6.8 or later but cannot find the download anywhere?

    10.6.8 requires 10.6 some version to be installed in the first place.  Stedman's link will give you 10.6.3 retail which should work with the machine in your signature.   If you need the 10.6.8 update, see: http://support.apple.com/kb/dl1399
    If you need 10.7 or above, read this tip first:
    https://discussions.apple.com/docs/DOC-6271

  • I cannot add a Wi-Fi guest network. Gone to Utilities Airport Utilities and all get is an image/browser of my Airport Extreme. Looking for the browser which has the title Wireless but cannot find anywhere. I need help?

    I cannot add a Wi-Fi guest network. Gone to Utilities>Airport Utilities and all I get is an image/browser of my Airport Extreme. Looking for the browser window which has the title Wireless but cannot find anywhere. What am I doing wrong?

    Open AirPort Utility. The first screen looks something like this:
    Click on the AirPort Extreme and another screen will appear. Click Edit, then the window with the Wireless tab will appear.
    If you do not see these screens, you will need to start over and configure your AirPort again.

  • My iPod 5th gen will not completely turn on it shows the apple symbol then shuts off I have restarted it and tried to plug it into my computer but cannot find it to restart it

    My iPod 5th gen will not completely turn on it shows the apple symbol then shuts off I have restarted it and tried to plug it into my computer but cannot find it to restart it
    Its been like this for awhile and I can not fix it

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                                                       
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • I actually need help but cannot find the answer. Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as

    I actually need help but cannot find the answer.
    Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as blank as when I first open Firefox, it automatically loads my hotmail page. But then if I open other pages I don't get a blank page. Help, please?
    Thank you.
    ''[Personal information removed by moderator. Please read [[Forum and chat rules and guidelines]], thanks.]''

    hello, please refer to [[New Tab Page – show, hide and customize top sites]] in order to switch the feature off.

Maybe you are looking for

  • Automatic TO Creation for 321 movement (WM and QM integration)

    Dear experts, Can anybody guide for how to create auto transfer orders with reference to posting change number for 321 movement document? Best Regards, Anand Rao

  • There was an error opening this document. There was a problem reading this document (14). need help

    i can open other files on adobe except one, and this is the message i get. "There was an error opening this document. There was a problem reading this document (14)." how can i fix this?

  • Date/Time in iPhoto Videos is WRONG

    I just noticed that all the video clips generated by the automatic thumbnail have the Date/Time wrong, also they are all mixed up. I have hundreds of clips and all of them display a Date from December 31/1904 (or 1903) HOW CAN THIS BE FIXED? I know I

  • JoeSoft Hear application question

    I was looking for EQ for the whole Mac OS X system output sound and found Hear application. I installed it and when I'm trying to equalize sound using Hears EQ (resolution was set to 96) it distorts sound and doesn't work properly. May be somebody kn

  • Rule-Based Forwarded Email

    I am reviewing the contents of the Message Tracking logs from an Exchange 2010 server. How can I identify those emails that were forwarded using some form of rule-based forwarding? Does the exchange server record rule-based forwarded emails in the Me