Problem loading images in adobe bridge html photo gallery

Can someone please, please help me!? I can not figure out why the images will not load in my adobe bridge html photo gallery cs5. I am not getting any error messages in Firefox and just the x in internet explorer.
Here is the link to the gallery page on the site: http://www.irishwetlands.ie/Gallery.html
I created the gallery as a html file for compatibality reasons due to accesbility issues with flash, and followed the general insturctions. The gallery folder is called wetlandsgallery and it is loading everything style-wise except the images themselves.
I then made the gallery within an iframe so it would be more similar to the other pages on the site and contain the menu bar - but no change on the lack of images!
Having looked around online I think it might be something to do with the bin folder?? Does this have some secutity somewhere thats protecting the images? I am also unsure if I filled in the FTP info correctly when creating the site as I was  getting the message "could not connect to FTP server" so I had to copy over the file from my hard drive to the server provider files. All the tutortials say to load your gallery and no mention of what to do when it won't connect to FTP server.
If you could also tell me how to edit the image sizes that would be a great help too, as any size changes I make to either the bin/large or bin/thumnail images makes no difference in what appears in the preview?
Help would be very greatfully appreciated as I am pulling my hair out trying to figure it out with no sucess and a possible bald patch!
Thanks in advance,
Áine

Hello Áine,
1. Is it really necessary to comment out this part in your source code?
<!--<p><img src="images/GalleryImages/Gallery1_
                -----stuff del-----
                Grasshopper" title="Grasshopper" />
                 </p><br />-->
Using your source code without these things I could see some of your images.
2. Looking to your website with my IE8 into image 7 (e.g.) I saw this:
what means there is a reference to a html file, not to an image. ???
3. Here it becomes interesting (completely contrary to my point 2.), looking for your path:
http://www.irishwetlands.ie/images/GalleryImages/Gallery1_Selection%20of%20IRWC%20members% 20at%20the%20Gearagh.jpg
I can see this image in my IE8 (some people in front of a "wetland". But still I've to assume (as Murray already did too), that there is something wrong with your upload and the pathes.
4. Allow me to make one brief point, we talked about here on several occasions:  please don't use spaces in image, folders or filenames. I'll quote Murray: In general, URL encoding spaces does not lead to problems. ... Whatever the details are, though, using spaces in filenames or paths is a bad practice which WILL lead to problems.
5. What concerns the image sizes, maybe later (I didn't understand your question correctly I fear). There is still my language barrier, I'm sorry.
Hans-Günter

Similar Messages

  • How to have more than one Bridge Web Photo Gallery in a site

    I'm having a problem inserting more than one bridge web photo gallery in my site. I have thumbnails of different jobs and when clicked I want a new page to load with all the images of that job. I have one thumbnail linked to one of the galleries and I made another gallery and can't find the code to change to link it to the new html gallery. When the page loads it shows the first gallery I made instead of the new gallery.
    Example:
    I made a gallery of a deck job and on my photo page there is a thumbnail. When clicked it brings up the deck.html photo gallery made in bridge cs4. Good!
    Now, I made a gallery of an outdoor fireplace and on my photo page there is a thumbnail. When clicked it should load the photo gallery of the outdoor fireplace. It loads the gallery of the deck instead.
    I understand that the code needs to be changed to link to the new files. I changed the "resource" folder for the outdoor fireplace to "resource2" and changed the code script src="resources" to script src="resources2" and it did not work
    I suspect that I need to change the code that points to group.xml and rename the new photo gallery group.xml to group2.xml so it will find the one in my resources2 folder, but I can't find the code anywhere.
    Any help would be great. Also, if there is a better way of doing this let me know?
    Thanks

    Maybe I can explain this better....
    the group.xml file has the information for what images to load. When previewing the outdoor fireplace web gallery "of.html" it loads the "deck.html" web gallery. I believe this is because in one of the files it is requesting the info from the group.xml file from the resourses folder. I need to find where the code is that directs it to the group.xml and change it to group2.xml and rename that group.xml file for "of.html" to group2.xml in the resourses2 folder.

  • IPhone 4 OS crashes Adobe Bridge's Photo Downloader and Nikon Transfer

    Ever since I updated my old iPhone 3G to the new OS4, it crashed Adobe Bridge's Photo Downloader, and I don't like to use iPhoto, so I won't. I haven't for years. I just bought the iPhone 4 fully expecting that the non-Apple photo utilities would get pictures off the camera, but no dice. The iPhone 4 crashes dobe Bridge's Photo Downloader too. I HATE using iPhoto for offloading. I wonder when Apple will deal with this.

    2 days ago I had my iPhone G3S with OS 4.02 attached by usb cord to load on songs from iTunes which was open. I opened up Bridge to offload photos from the iPhone. My computer froze and I had to force quit it with the off/start button. Since then even though I have completely uninstalled and then reinstalled the Adobe CS4 suite, Bridge still refuses to open and crashes every time. I reported the problem to Apple. I think this problem is not isolated and a bit more serious than first thought.
    I hate the idea of reinstalling every thing and still not solving the problem.

  • More images in adobe bridge web gallery

    Hi there
    Does any one know how to load more than ten images into the adobe bridge automated web gallery??
    in Bridge CS4
    or is ten just the limit?
    thanks alot

    You'd be best off posting in the Adobe Bridge forum.

  • Can't delete images with adobe bridge for days , don't know how to fix this , can you please help ?

    Can't delete images with adobe bridge for days , don't know how to fix this ? Can you help please ?

    Thank you so much for sharing

  • IOException: Problem loading image

    Hi foreros
    What could be the reason behind an error like this IOException: Problem loading image except it cannot find the jar path for the images?
    Regards
    Tizha

    Without more information, I'd say there's not enough available RAM to load the image.

  • Problem loading images - please help

    Hi,
    I have a slight problem loading images. I'm using netbeans 5.0 and have a few packages setup in a project called Maths. In a package called LineConnection theres a class that needs to read an image and display it on screen. To load the image I use:
    URL url = getClass().getResource("fraction/pic1.png");
    Image img1 = Toolkit.getDefaultToolkit().getImage(url);This loads the image and I can display it on screen fine.
    The problem is that the folder fractions with the images in HAS to be located within the Maths/build/class/LineConnection folder otherwise it wont load the image and I get a null pointer exception.
    I want to be able to have the folder containing the images in folder Maths so that it's one folder above the src folder. But if I put it here (or anywhere else) the images can't be found and loaded.
    Could someone tell me why the images can only be found if they're within the build folder because it's causing me some problems when I try to create an executable JAR.
    Cheers

    I've used:
    URL url = ImageHandler.class.getResource("fractions/q0.png");               
    System.out.println("URL = " + url);to determine whether the file is found.
    If I put the file in the folder build/classes/LineConection/fractions/q0.png then it finds the image and prints the file path.
    But, if I put it in another folder such as the src folder it can't find the image and url = null;
    How can I make netbeans search in other folders for the resources so I can store them where I like?

  • HTML Photo Gallery / PSE4

    I can create a new HTML Photo Gallery, but can not see how to modify an existing one. Slide shows appear in "Open Creation", but no HTML Photo Gallery.
    I want to be able to easily modify an existing html photo gallery, so that any time I need to add an image, I don't have to create a whole new gallery and upload it to the server. Can someone guide me through this process? I've looked in "help", and there's nothing re "modify html photo gallery".
    Background: I bought PSE2 a few years ago, and it fairly well met my needs. Recently I decided to buy a new digital camera. After confirming that the new PSE4 worked with Adobe Camera Raw, and that my camera model was supported, and checking the fetures of PSE4, I went ahead with both purchases. Now I wish to begin using an on-line server to display photos in an "html photo gallery". I've been advised by the sysop to use JAlbum, as it has the ability to easily modify an existing albm, but I prefer not to install yet another software package if PSE4 can do what I need.
    Thank you. - David Thornburg

    David
    I use a program called PhotoThumbs to generate the Challenge. It is very
    configurable and lighting quick generating web sites in seconds not minutes.
    I then upload using a program called WinSCP3 that is cleaver enough only to
    upload those pages that are new. I do want something and easy because I am
    generating the site over 50 times a week and these programs working in
    conjunction do yeomen's duty. The only down fall is that PhotoThumbs is
    commercial although inexpensive.
    I have tried Jalbum and found it easy to do the pre packaged programs but a
    little complex to do more complex things. It is free and being a Java
    program is available for many platforms. The time to generate a site was
    much slower than PhotoThumbs but things might change.
    Grant
    Home Pages http://home.cogeco.ca/~grant.dixon
    Challenge Pages: http://www.cavesofice.org/~grant/Challenge
    Photo of the Day http://www.cavesofice.org/~grant/POD
    Creativity is so delicate a flower that praise tends to make it bloom, while
    discouragement often nips it in the bud. Any of us will put out more and
    better ideas if our efforts are appreciated.
    Alexander Osborn (1888 - 1966)

  • How create html photo gallery in PSE 12?

    In earlier version of PSE I was able to create an html photo gallery. How do I make one in version 12?

    Indeed, google ftw.
    For example:
    +as3 photo gallery flash tutorial
    reveals many including this one:
    http://www.flashmagazine.com/Tutorials/detail/as3_photo_gallery/

  • Bridge cs5 photo gallery - journal + Slideshow problems, incorporating a gallery into my site?

    When i'm trying to make a journal+slideshow photo gallery, i get all  this unnecesary information from my metadata. ( Date last modified :  ...., software: ....., X resolution, Y Resolution, image size,  resolution unit..) Is there a way to make that go away so i can see just  my description and author, what i want to see?
    And can i  incorporate a gallery made with bridge/other flash gallery into an already existing HTML  page, so that you have my template's design with that in the middle(the  contents/editable part for me)?  Or does it need to be a whole new html  page, i'm using dreamweaver.
    Picture of uneccesary info, can it go away?

    I found out putting it in dreamweaver is pretty easy, just use iframe and make the width/height however you want it and it works fine for me. ( From the adobe web gallery in bridge>use the whole folder's index.html(can change name) as source for iframe, and you have the gallery, you need to move the whole folder to the site root though if you want it there, not just the .html )
    I just want that excessive stupid information to go away, but i can't figure out how >->
    http://www.w3schools.com/TAGS/tag_iframe.asp

  • Bridge cs5 photo gallery - journal + Slideshow problems

    When i'm trying to make a journal+slideshow photo gallery, i get all this unnecesary information from my metadata. ( Date last modified : ...., software: ....., X resolution, Y Resolution, image size, resolution unit..) Is there a way to make that go away so i can see just my description and author, what i want to see?
    And can i incorporate a gallery made with bridge into an already existing HTML page, so that you have my template's design with that in the middle(the contents/editable part for me)?  Or does it need to be a whole new html page, i'm using dreamweaver.
    Picture of uneccesary info, can it go away?

    I found out putting it in dreamweaver is pretty easy, just use iframe and make the width/height however you want it and it works fine for me. ( From the adobe web gallery in bridge>use the whole folder's index.html(can change name) as source for iframe, and you have the gallery, you need to move the whole folder to the site root though if you want it there, not just the .html )
    I just want that excessive stupid information to go away, but i can't figure out how >->
    http://www.w3schools.com/TAGS/tag_iframe.asp

  • Problem using Image Processor from Bridge

    I have been using the Image Processor to process photos from Bridge for quite some time. However, I recently received an error message when I try to initiate Image Processor from Bridge and I have not been able to find any help topics that address my problem: I select images in Bridge to process, then click "Tools>Photoshop>Image Processor". Photoshop opens and the familiar Image Processor dialog box opens. Item 1 in the dialog box says "Process files from Bridge only" and has the number of files I have selected in parenteses. I select the file type and other settings in #3, and preferences in #4. When I click "Run", I get an error message window that says: "Script Alert. There were no source files that could be opened by Photoshop". The Image Processor works if I open the files in Photoshop first, then run it by selecting "File>Scripts>Image Processor" and tell it to process all open files.
    Would someone be able to help me with this problem?
    Thanks, Larry

    Usually when it worked before and not now, and you have added no new software or hardware I recommend resetting the preferences.  Hold down the Ctrl key and click on the Bridge icon to start.  You should get a reset window with 3 options.

  • Adobe Bridge CS3 photo downloader won't auto-open.

    Hi,
    This is my mystery:
    I can open Bridge/File/Get Photos From Camera/, and select my cf card drive. But the Photo Downloader box USED to pop up when I first put my card in the reader. This does not happen any more - and I can't figure out why, or how to reset it.
    Any ideas?
    Bridge 2.1.1.9
    Windows XP Pro 64-bit
    Thanks,
    Karl G

    This may add Bridge to your list of "Open XXX with" programs.
    1) Using Windows Explorer, browse to any of the photographs on your system - not necessarily on your camera card. It's helpful if all of your photographs are JPGs or TIFs, but not necessary.
    2) Right-click one of the photo files and select "Properties".
    3) Near the top of that dialog is "Open with <program name>", and there should be a "Change..." button to the right of that. Click the Change button.
    4) On the "Open With" dialog, click the "Browse..." button and browse to C:\Program Files\Adobe\Adobe Bridge CS3\Bridge.exe and click OK.
    5) Now, still on the "Open With" dialog, make sure the "Always use the selected program..." check-box is turned OFF. (If you can't turn it off, that shouldn't be a problem.
    6) Click OK and then close your Windows Explorer.
    At this point, you should be able to complete step 6) from my previous post. (Of course you'll have to follow all of those steps from my previous post.)

  • Problem loading old files from Bridge (CS6)

    just upgraded from CS5 to CS6 (originally had CS3) now when trying to load images which were loaded in 2002 when using CS3 I get an error message 'windows cannot find  C:\Program files(x86)\Adobe PhotoshopCS3\Photoshop.exe Make sure you typed the name correctly then try again' I assume that there is an association with a file that no longer exists how can I change this?

    I am starting to get the same thing. I had CS3&5 on my PC/Win7/64 desktop, along with CS6. CS3 was loaded, but has been deactivated for some time. I deactivated CS5 yesterday. Everything was running fine. Then, today, I unistalled both suites, 3&5. Now, when I try to open an image, raw or jpg, in Bridge, I get the same response as the OP.
    My file assoc. is Photoshop for raw and jpg, but it doesn't list a version, just PS.

  • Flagging Pentax Images in Adobe Bridge

    I just replaced my Pentax K10D with a K20D to act as a backup to my K7 since its features better parallel those of the K7. When I started to edit, in Adobe Bridge CS4, my first pictures taken with the K20D, I found that I could not set any labels (red, yellow, green, etc.) or ratings (1 star, 2 stars, etc.) to them. Is there some option set in the camera and carried over in the metadata which would prevent such modification or ranking? Or is this a Bridge problem requiring a setup or option change?
    (I have also posted this in the Pentax forums.)

    Good thought, but I don't think that is the issue. I can label my Pentax K7 photos with this version of Bridge, and it is a newer camera. I can also flag the K20D photos on my laptop, the very ones I cannot flag on my desktop (the reason for the first posting). I had the problem on my desktop this morning before going off to my day job but didn't have time to explore further. I posted my query at lunch time thinking there might be a simple explanation like an option not set correctly. I did further testing once I got back this evening. I am beginning to think it's my version of XP Professional on my desktop which is giving me a variety of different problems (right-clicking on a file in Windows Explorer shuts down the application, for instance). It's going to be upgraded to Windows 7 shortly; but I'm living with it for now. As an IT professional for over 40 years, I have seen my share of really weird software problems. This one is probably not worth any further effort until I make the change to Windows 7. Thanks for your response.

Maybe you are looking for

  • PURCHASE INFO RECORD TAX CODE UPDATION THROUGH PO

    In Purchase info record tax code is alredy exist  for one vendor and material. while making new  Purchase order for same vendor and material but tax code is differant then can tax code will not update automatic in purchase info record. How to do auto

  • .prefpane files not working. opens finder window instead of time/date

    I just recently acquired a quick silver g4 with 10.2 OS X... after running much needed updates, My computer had lost file associations. For instance, I tried to put in a key for quicktime but when i clicked on preferences a finder window popped up in

  • First time using imovie

    hi, its my first time using imovie and i'm very impressed by this prog. i'm able to figure out how to insert music.... fonts...etc...etc.... but i just cant figure out how to insert photos!!!! horrible!!! Currently i'm creating my movie using one of

  • How do I reinstall CS 5.5 Design Premium that I originally downloaded from the website?

    I am transferring files to a new computer and need to reinstall CS5.5 Design Premium. The original download was a trial version and then my work procured a serial number for me. For this reason, the product shows up, with serial number, under My Prod

  • Should Arch Offical support NON X Dependened App?

    Arch Linux's CLI environment have been one of the Best Polished CLI environment out there. The color theme and how text are organize are simply sexy. For this reason, I chooses Arch for my Media server at home. Even though it would be ideal for me to