Results 1 to 8 of 8

Thread: issue with Simple Gallery in Firefox

  1. #1
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default issue with Simple Gallery in Firefox

    Hey Everyone, First time poster long time viewer

    Bit of a strange problem
    I'm using the SimpleGallery (latest version)

    It works fine in all browsers except FF....?
    FF basically does not display the gallery
    when I view the FF error console it states "simpleGallery is not defined"

    But a strange thing is when I run and view the site locally in FF it works fine - only when it is published to teh web it does not work in FF

    Anyone come up againts this type of issue before,

    or let me know if you need moer info,
    Cheers,
    Paul

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I'm not sure what the problem would be (someone else will know more about this script than I do), but before troubleshooting other things too much, please confirm that the web copy references files that actually exist. That's a fairly unusual problem (usually it's the other way around, that it doesn't work locally and works on the web), so my first guess is that there is a filepath that only works on your local computer or references a file that wasn't uploaded to your site but is on your computer. (Of course you may have already checked this, but it's somewhere to start if not.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the quick reply Daniel,

    That was the first thing I taught of myself, the file paths but everything seems to be fine,
    Another item I taught may have caused an issue was the final comma at the end of the array of images, again this made no difference (but I think that causes an issue for IE more than others)

    Hopefully someone will have come across this before
    Cheers
    Paul

  4. #4
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Could you post a link to the page with the problem ?

  5. #5
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

  6. #6
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    right now there are problems with these two paths

    <script type="text/javascript" src="sGallery\jquery-1.2.6.pack.js"></script>
    <script type="text/javascript" src="sGallery\simplegallery.js"></script>

    The scripts are not found at the specified location. Make sure to upload the scripts to your server at that location.

    Edit: okay now I see what's wrong. You need to use a forward slash and not a backslash. Like this:

    <script type="text/javascript" src="sGallery/jquery-1.2.6.pack.js"></script>
    <script type="text/javascript" src="sGallery/simplegallery.js"></script>

    Compare the red slashes to what you have, and change it. Then it should work.
    Last edited by azoomer; 04-10-2011 at 09:21 AM.

  7. The Following User Says Thank You to azoomer For This Useful Post:

    pablod (04-10-2011)

  8. #7
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks a mil azoomer

    Its always the simple things that get overlooked
    Thats fixed and working fine

    Thanks again for your help
    Paul

  9. #8
    Join Date
    Jul 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    i am having kind of the same issue but a little different...... the gallery works local when i test it but when i upload and test it on the web server it works but only like halfway..... the gallery seems to load but the images dont.... i dont understand why this is.... i figured it was a pathing issue but ive tried everything with no prevail. any help would be greatly apprecaited... my client wants this gallery working asap.

    http://lokoknights.com/gallery01.html


    EDIT

    after much headache i figured out what it was. it was a pathing issue. i had the images folder in alll caps like IMAGES.... which was apparently ok to view local but not ok to view once uploaded. go figure. lol.
    Last edited by mrazryan; 07-06-2011 at 02:40 AM. Reason: fixed problem

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
  •