Results 1 to 3 of 3

Thread: Lightbox Help? wont work when uploaded to server?

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

    Default Lightbox Help? wont work when uploaded to server?

    I'm not even absolutely positive its the javascript's fault, but heres the problem:

    I wanted to put lightbox onto my portfolio site. when i preview it in a browser, it works perfectly. but after i've uploaded all the files to the server (including all css, js, and image files associated with lightbox), it wont work.

    heres a little test site: http://selinaleung.com/test.html

    i even linked my code directly to the uploaded js files:
    Code:
    <script type="text/javascript" src="http://selinaleung.com/prototype.js"></script>
    <script type="text/javascript" src="http://selinaleung.com/scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript" src="http://selinaleung.com/lightbox.js"></script>
    <link href="lightbox.css" rel="stylesheet" type="text/css" />
    but it still only works in preview and not uploaded.. =\

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Works for me in FF and Safari. You have to wait for the page to fully load before testing it, it appears to take a bit of time for the page to fully load but that my just be my computer.

  3. #3
    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

    The reason that it takes so long to load is this:

    Code:
    <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
    That may be added by your host. But regardless, hosting24.com is (at least currently) too slow to respond.
    - 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
  •