Photo Gallery Disappears with ICS

Trying to use the Photo Gallery after my ICS upgrade today.  It will appear for a second or two, but if I try to create a slideshow or access Gallery Home, it reverts back to camera.  Anyone have an idea how to fix this?

Try this :   Settings / Applications / Running  - scroll down to Media and click on it.. Select Clear Data ... this does NOT delete your pics, etc ..  It just allows for a 'refresh' of the directory of images .. It does this the 1st time you open the Gallery - which if you hve a lot of images can take a few mins .. be patient.
let us know if that helped.

Similar Messages

  • Photo gallery built with adobe edge can not be seen on mobile devices.

    photo gallery built with adobe edge can not be seen on mobile devices.
    ps: I do not have any email attachment, I do not understand a thing of referring

    Hi, Stefano-
    This post might help you figure out how to post your files for us to review:
    http://forums.adobe.com/message/5935946#5935946
    It's very helpful for us to be able to look at your files to help you with your specific problem.
    Thanks,
    -Elaine

  • Urgent - Php photo gallery built with web standards?

    Hi All,
    can you point me out a very simple php gallery that use valid
    code and css?
    Something with or without MySql db but with an administration
    panel and
    ready for use without any particolar tweaking.
    Not necessarily free, the important points are simplicity and
    quality.
    Thank you in advance for any info.
    Best regards
    Nicola

    You can enter the descriptions using the "File Info" properties for each photo, using Adobe Bridge or Photoshop. I have encountered a similar problem in that my descriptions were not always showing up in the pages generated by the Web Photo Gallery.
    After some investigation, I found that the descriptions were disappearing only for photos that had a Return / Line Break in the description. If you go back and make sure all of your descriptions are a single line, it works fine. This is a bug in the Web Photo Gallery code...you can see it in the Javascript code that it generates for each page.

  • I'm having a problem with inserting a photo gallery created with Bridge

    I sure could use some help.
    Adobe Bridge - Why do I have a white bar on my page?
    I am using windows vista, Dreamweaver cs4 and Adobe bridge to insert a photo gallery.
    I am using an I-frame to embed a photo gallery that was created with Adobe Bridge CS4. Adobe Bridge instructed me to make the i-frame height = 75% of the width. The code is <iframe src="PhotoAlbum/index.html" width="900" height="675" frameborder="0"></iframe>
    my css places the album in #photoalbum.
    #photoAlbum contains the i-frame with the following properties:
    #photoAlbum {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 900px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 2px;
    border-top-style: groove;
    border-top-color: #333;
    I tried changing the width to 960, 900, 850 etc with no success.
    I have tried making the background of #photoAlbum black with no success.
    The link to the photo album is http://www.gigharborrealestate.com/smith/PhotoAlbum/index.html and shows no white bar.
    The site that I am having problems with is http://www.gigharborrealestate.com/smith On the right side of the Point Richmond Photo Gallery is a white vertical bar.  If you go to /PhotoAlbum/index.html there is no white bar.
    Why does this bar show up when /PhotoAlbum/index.html is put into an I-frame? How can I get rid of the vertical bar?

    insert the following into your code,
    scrolling="no"
    it should look like this
    <div id="gallery"><iframe src="IMAGES/Adobe Web Gallery/index.html"  scrolling="no" width="730" height="555" frameborder="0" name="web_gallery" style="background-color: #D8D9B4"></iframe></div>
    hope it helps, good luck

  • Is it possible to create a Photo Gallery DVD with downloadable content?

    I am looking for a way to create a photo gallery, distribute it via DVD, and have the end user be able to download the photos from within the photo gallery. This would function exactly like the iPhoto web galleries, but would be distributed on DVD rather than posted to the web. Is this possible? I am looking for a way for a user to download the photos, in low res and high res, from within the DVD player.

    My first suggestion is to use Apple's Pro apps (ie, DVDSP) if you plan to use this DVD commercially. You'll get far better results and you will also be able to meet nearly all of the above objectives.
    If on the other hand you don't have the time to learn apple's pro apps which does have a large learning curve compared to the i-apps, and you are currently working with a shoestring budget, then you can meet at least some of these objectives within iDvd by adding your content to the Dvd rom section of the Dvd. The app that one uses to play the slideshow from this data section of the Dvd depends largely on the available apps on the host computer system having access to this data in terms of what software is available to play its content. Hope this makes sense but if not, just come on back. Good luck.
    Btw ... I'll check back with you later tonight since I have a fair amount of editing to do this AM.

  • Photo Gallery combined with three column CSS

    Hi, I am trying to implement your photo gallery into our
    school site and I am having trouble with the layout. I am using a
    three-column layout created with CSS and JS, and then placing the
    photo gallery inside of this. What happens is when you pull up the
    page the three column layout does not position everything correctly
    until you resize the browser window (ever so slightly). Help, have
    been staring at CSS and JS code now for about a month and cannot
    get it to behave, any help would be greatly appreciated. Thanks.
    HSPVA Photo
    Gallery

    "kjuliff" <[email protected]> wrote in message
    news:eqij22$are$[email protected]..
    >I can reproduce your problem, gnd4evr&evr. I have XP
    an IE7 and FF2.
    >It's fine
    > in FF2 but not in IE7.
    >
    > I have a similar problem, and I think it's related. This
    problem
    > really needs
    > addressing!
    >
    > Go to
    http://www.coolabah.com/spry/demos/gallery/
    and look at the
    > bottom of
    > the page (in either IE or FF). You will see a google
    adsense div.
    > Although it
    > is specified in it's div tab as being 15 px in height,
    it takes up
    > much more
    > than that.
    >
    > I HAD wanted to have these google links at the top of my
    gallery, but
    > cannot
    > as I cannot force the div to be only 15px in height.
    >
    > I posted this problem a few weeks ago but no one
    answered.
    Your Google ads are in an iframe. This rule will get you
    started
    iframe {
    height: 2em !important;
    position: absolute;
    top: 650px;
    You can leave the position static if you like, and it will
    move up and
    down with your images - I found that a bit distracting,
    though. If you
    leave it static, use a top-margin to establish space between
    your image
    and the ads.
    The !important notation is required for the height,
    indicating either a
    conflict somewhere in your markup or CSS, or poor Google code
    (not
    uncommon).
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"

  • Photo gallery intergration with web app

    I want to create a web app where If I create a new item, that automaticly will create a new photo gallery. Also this photo gallery will be automaticly linked in a field with the photo gallery code. Is this possible? Yes, How can I achieve this?

    Hey, I take it this was built in Muse considering the sherr gianmous amount of inline CSS and Scripts? Really hard to find the issues, lol.
    You have two errors, one is that prettyPhoto is not a function and that is a result of this:
    Timestamp: 5/05/13 8:57:06 PM
    Error: Error: Load timeout for modules: main
    http://requirejs.org/docs/errors.html#timeout
    Source File: http://pevronestate.vivovecompany.com/scripts/require-jquery.js
    Line: 159
    It is a common error luckily and I believe its only here:
    <script data-main="scripts/main.js" src="scripts/require-jquery.js"></script>
    When you reference BC scripts etc you need to tell BC to read from the root so when you go into things like a detail view of a web app which is a folder level down from the root where to find the code.
    Any script, image, css call etc needs to have a / in front of it.
    So ...
    scripts/require-jquery.js
    Would be...
    /scripts/require-jquery.js
    And so on.
    Hope that helps.

  • Photo gallery app with slider

    Hi,
    Is there any photo gallery in which we can scroll images just like we scroll music albums in landscape mode?
    Thanks

    Hey, I take it this was built in Muse considering the sherr gianmous amount of inline CSS and Scripts? Really hard to find the issues, lol.
    You have two errors, one is that prettyPhoto is not a function and that is a result of this:
    Timestamp: 5/05/13 8:57:06 PM
    Error: Error: Load timeout for modules: main
    http://requirejs.org/docs/errors.html#timeout
    Source File: http://pevronestate.vivovecompany.com/scripts/require-jquery.js
    Line: 159
    It is a common error luckily and I believe its only here:
    <script data-main="scripts/main.js" src="scripts/require-jquery.js"></script>
    When you reference BC scripts etc you need to tell BC to read from the root so when you go into things like a detail view of a web app which is a folder level down from the root where to find the code.
    Any script, image, css call etc needs to have a / in front of it.
    So ...
    scripts/require-jquery.js
    Would be...
    /scripts/require-jquery.js
    And so on.
    Hope that helps.

  • Spry Photo Gallery Widget with filmstrip

    The main image in the photo gallery doesn't appear but the thumbnails do.
    http://www.woodsphotography.org/AbstractSlideshow1.html
    I'm using Dreamweaver CS5 and everything works fine when previewed in firefox or safari but once uploaded to the server this happens.
    Any help would be greatly appreciated.
    Keith

    Hi,
    please have a look here to this thread, where we had a similar question (hope it's similar to your gallery):
    http://forums.adobe.com/message/3398072#3398072: "Spry Widget Slideshow works in Firefox/Safari but not in Explorer"
    Hans-G.'s demand:
    BUT I have to ask me/you why the same command, listed in the "SpryImageSlideShow.css" is not running.
    gramps answer:
    The red coloured lines are not included in the original; but will make it work for IE6/7
    <style>
    #ImageSlideShow .ISSSlide {
       position: absolute;
        top: 0;
         left: 0;
        text-align: center;
       width: 100%;
        height: 100%;
    </style>
    Hans-Günter

  • IWeb photo gallery comparison with PicasaWeb

    How iWeb Photo Galleries are compared to say, PicasaWeb Albums ? or even PBase or Shutterfly ?
    In terms of attractive visual presentation?
    Worth investing $100?
    Thanks!

    You are missing a number of files from your website.  You can see which are missing by bringing up the Activity window (Command+Option+A) while viewing the Places page in Safari and looking at the list of files in the window.
    How are you publishing the site?  With iWeb?  If so then try using the File ➙ Publish Entire Site menu option to see if that will force those missing files to be uploaded. 
    If that doesn't work you can publish your site to a folder on your hard drive and use a 3rd party FTP client, like the free  Cyberduck, to upload the site files. If you have to continue to use Cyberduck this tutorial may help: #2 - Uploading Only Those Newly Published or Edited Files When Using a 3rd Party FTP Client.
    OT

  • Web Photo Gallery in PS CS4

    They are recomending that you use Bridge for web galleries, but I have always liked the way PS did them.
    There is a plug in called "Web Photo Gallery" included with the programme that allows you to use the old method, which I have put it in the plug in folder as instructed. However I get a message that there is no template for a web photo gallery when I try to go Automate-web gallery.
    Can anyone point me as to what I am doing wrong or not doing.
    Thanks

    Galahad_5389 wrote:
    There is a plug in called "Web Photo Gallery" included with the programme that allows you to use the old method, which I have put it in the plug in folder as instructed. However I get a message that there is no template for a web photo gallery when I try to go Automate-web gallery.
    You have to load the templates for the old method too! CS4 doesn't use them.
    This is what the instructions say:
    Web Photo Gallery
    The ability to create a Web Photo Gallery is now available in the Adobe Bridge CS4 OutputModule. We highly recommend creating your Web Photo Galleries this way. If you would like to continue using the legacy Web Photos Gallery plug-in (WebContactSheetII), please follow these steps:
       1. From the Photoshop CS4 install disc, drop the //<language>/Goodies/Optional plug-Ins/Automate/WebContactSheetII plug-in into the //Adobe Photoshop CS4/Plugins/Automate folder
       2. From the Photoshop CS4 install disc, drop the //<language>/Goodies/Presets/Web Photo Gallery folder into the //Adobe Photoshop CS4/Presets folder and then restart Photoshop.
    Note: See below for a movie demonstrating the above steps.
    Optional: To add this legacy functionality back into Bridge (as a menu item):
       1. From the Photoshop CS4 install disc, drop the //<language>/Goodies/Optional plugins/Bridge Startup Scripts/photoshop_web_contact_sheet folder and photoshop_web_contact_sheet.jsx file into following locations:
              * Mac OS: //Library/Application Support/Adobe/Startup Scripts CS4/Adobe Photoshop/
              * Windows XP: //Program Files/Common Files/Adobe/Startup Scripts CS4/Adobe Photoshop/
              * WindowsVista: //Program Files (x86)/Common Files/Adobe/Startup Scripts CS4/Adobe Photoshop/
       2. Restart Bridge.
    There is also a instructional video on that page.

  • How to setup a flash photo gallery?

    Is there an easy way to setup a set of flash (.swf) files in a photo gallery setting with Dreamweaver?

    Don't use Flash for this.  It's a dead web technology owing to all the smartphones and tablets that don't support SWF/FLash.
    You would be much better off using jQuery which has wide support.
    Wow Slider
    jQuery Cycle 2
    Nivo Slider
    Nancy O.

  • Web photo gallery won't open on internet... why?

    I hope someone can help me with this.
    I always made slideshows with Photoshop until I got Elements. The newest version of Photoshop does not have that option anymore.
    I made a web photo gallery with elements, put it up in Dreamweaver, made a link, tested it on three browsers and it all worked perfectly.
    I then uploaded it all to a server.
    When I go to the page on internet, the link takes me to the index of the photo gallery but the slideshow does not open. It seems like the index file does not open the resource folder.
    I have compared the site on my computer with the site on the server and everything is exactly the same. The photo gallery is on th server with the index file and resource folder.
    I can't understand why the photo gallery doesn't behave on internet like it does on my computer.
    Can anyone explain this to me?
    I really like the way the new photo gallery looks compared with the slideshow made with my older version of Photoshop and would like to use it. Plus the fact that I can control the speed of the slideshow on Elements is a real boon.
    Thanks.

    Thanks for your reply.
    I will try to be as explicate as possible.
    This is a site that I maintain for a marathon. This is the 10th year. The participants contribute a series of photos that I have always made into slide shows.
    I have a page that references slideshows from 2009 for example. I made these photos into slideshows using Photoshop CS3. The different folders are called "Slideshow xxx"  with the corresponding index file. When I link to the index file in a certain folder the slideshow opens in a blank page and wonderful.
    Now, this year, I have done the same thing using Element with the results I mention in my origiinal message: the photo gallery does not open in any browser  in spite of being linked to the index file in the web photo gallery I created with Element.
    What happens when I go to the index file is simply nothing. I do not get an error message.
    You can see for yourself by going to
    http://www.el-ocejon.com/fotos%202010.html
    and clicking on either of the two last options (the first links to a picasa page that is not a problem).
    The solution is simple: create a slideshow using Photoshop CS3 and forget the whole thing.  But I would like to know what the problem is here and why I cannot get the photo gallery created with Elements to work on the internet.
    Or is this a "two steps forward and one step back" issue with Photoshop?

  • Photo gallery page from iWeb '08 doesn't work for Mac OS X 10.3.9 user?

    I have recently published a photo gallery page with comments on using iWeb '08 (latest update). Displays fine for me and apparently a lot of other mixed-platform users. But one user is saying that his eMac with Mac OS X 10.3.9 and the Safari of the day don't display the pictures. He gets the banner and background image for the gallery, but not the actual pictures. I asked him to try Firefox, but so far no reply on that.
    Do the older versions of Safari work with content from iWeb '08?

    QuickTimeKirk wrote:
    The only thing missing when viewed using older browsers is those features that require newer Web browser software.
    It was no different when AOL went from version 3 to version 4.
    The very complex javascript files written by iWeb 2 still allow older browsers view (limited features) view the basic parts of your pages.
    Unfortunately this is not true. On an iMac G4 10.3.9 using Safari you cannot even view the photos, the photo page or even the web gallery itself. You just get a warning. Had I known that my friends and family would have a problem viewing photos I would have passed on the update. I don't expect my Father to upgrade his system to view photos from the "user friendly" Apple programs. That's why we got him an iMac to begin with. I find iLife 08 a very poor release from Apple and more trouble than it is worth.
    It was no different when AOL went from version 3 to version 4.
    I didn't know AOL even still existed, that alone upgraded!? (haha)
    +The images should load but many of the Web 2.0 features will not work (image rollover viewing, changing dimensions or background colors).+
    But Kirk, they don't, none of them! and this kind of stuff just seems crazy to some of us. I wish that Apple would TELL US or advertise the facts like, Oh, you only get ONE gallery for each user on Web Gallery (useless) and Oh, you will not be able to edit 06 iWeb pages with 08 iWeb and the iLife 08 version of iPhoto you will not be able to view these galleries without upgrading to the latest Safari web browser. Yes we always expect some bugs with a major update but this is getting ridiculous.
    I have not yet had anybody try downloading the newest version of Firefox that will work with 10.3.9. Do you know if that will make a difference? Thanks for your help.

  • Problem integrating slideshowpro flash photo gallery into existing page

    Hi, I have a photo gallery made with slideshow pro which you
    can see on the page
    http://theoldfort.com/slideshow/slideshow.html.
    All the files are located in a directory on the server root called
    slideshow. However I would like to put this flash animation onto an
    exisiting page in the root namely
    http://theoldfort.com/picture_gallery.htm.
    That way it will have the same layout as the other pages. I tried
    exchanging the flash animation from slideshow.htm to
    picture_gallery.htm and then included the subdirectory name
    (slideshow/slideshow.swf) in the path but didn't succeed.
    Thanks for your assitance in advance.

    Thanks tweaked eye! You can check it out on
    http://theoldfort.com/picture_gallery.htm.
    The code is there and its black but not loading for whatever
    reason. I included the swf on that page with the path,
    slideshow/slideshow.swf. The files for the flash animation are
    located in the slideshow file on the website server root... I think
    it's something mixed up in the code but I can't see what it could
    possibly be.
    Code = <td width="602"
    height="650"><p> </p>
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','550','height','400','title','Picture
    Gallery Old Fort
    Bequia','src','slideshow/slideshow','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','slideshow/slideshow','toJSONString',''
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="550" height="400" title="Picture Gallery Old Fort
    Bequia">
    <param name="movie" value="slideshow/slideshow.swf">
    <param name="quality" value="high">
    <embed src="slideshow/slideshow.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="550"
    height="400"></embed>
    </object></noscript>
    </p>

Maybe you are looking for