Photo gallery - code missing?

Hi
I'm looking at developing a photo gallery like
but
http://labs.adobe.com/technologies/spry/demos/gallery/
Though there is a snippet of code available, some of the
files are missing, could someone make these available pls?
Thanks

>>Can anyone tell me how I can fix this?
Not without seeing the page containing that code. Please
upload the page and
give us a link.
Walt
"nicb137" <[email protected]> wrote in
message
news:gh1kdd$b4n$[email protected]..
>I have found some code that I'd like to use to create a
photo gallery.
>When I
> paste it into the code area of Dreamweaver 8 and preview
it, it just
> appears as
> the text rather than the gallery. Can anyone tell me how
I can fix this?
> Many thanks
> Nic
>

Similar Messages

  • Photo gallery code

    I have found some code that I'd like to use to create a photo
    gallery. When I paste it into the code area of Dreamweaver 8 and
    preview it, it just appears as the text rather than the gallery.
    Can anyone tell me how I can fix this?
    Many thanks
    Nic

    >>Can anyone tell me how I can fix this?
    Not without seeing the page containing that code. Please
    upload the page and
    give us a link.
    Walt
    "nicb137" <[email protected]> wrote in
    message
    news:gh1kdd$b4n$[email protected]..
    >I have found some code that I'd like to use to create a
    photo gallery.
    >When I
    > paste it into the code area of Dreamweaver 8 and preview
    it, it just
    > appears as
    > the text rather than the gallery. Can anyone tell me how
    I can fix this?
    > Many thanks
    > Nic
    >

  • Web Photo Gallery Descriptions

    I have just started playing with Web Photo Gallery.
    I built one with the Slideshow. I couldn't figure out where the descriptions were supposed to come from, I thought I could enter them in Bridge somewhere, but didn't figure that out.
    So, I opened them up in Dreamweaver and added descriptions to each of the files. Problem is that as the slideshow goes on, only the first description shows up, the rest, the file number changes, but not the description.
    What did I do wrong? What should I do next time?
    Thanks,
    Kirk
    PS, if you are curious, here is the slideshow that isn't working:
    http://www.dirt-dog.com/doghouse/

    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.

  • 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.

  • 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.

  • Is the Automate/Web Photo Gallery function gone from CS5?

    I am currently operating a trial download of Photoshop CS5. I was surprised to see the "File > Automate > Web Photo Gallery" function missing from Photoshop CS5. Is that true, or has it been moved to another location?

    Jeffry, Chris Cox,
    At our studio we use the Web Gallery with Feedback option for our clients to review images, make selections and comments.
    I hope we don't lose access to this with an upgrade to CS5.
    It seems to me that having that capability within Photoshop makes sense, but if it is being ported to Bridge I hope, at least, that it will be well supported (which it wasn't while in PS).
    As a tool to support a user's web design, Flash has several drawbacks not the least of which is that it is opaque to search engine indexing bots.
    One thing I would hope Adobe could fix in the Gallery with Feedback option is a problem in which if a client of ours is using the gallery to give feedback, even though they click "Save Feedback" on every image, if they close the gallery window, all comments and selections are lost. We had a client who was reviewing 400 images. She had gotten through close to 300 of them, saving feedback all along, when she decided to come back to the project a little later. Closing the browser window lost all of her comments and selections. Tools like this are important to our business relations with our clients and I would hope they would be integrated into Adobe's imaging products, but they shouldn't be an afterthought – they need to be well designed, user customizable, and up to date with web standards.
    Craig

  • Help with code for inserting horizontal scroll bar in photo gallery in Business Catalyst site?

    Hi,
    I am using Business Catalyst and Dreamweaver to create a trial site.
    I am not sure if this is the correct forum to post this request but anyway I have inserted a photo gallery module at the bottom of the sidebar in the homepage of my test site.
    Can anyone advise on whether jquery or any other code can be inserted into the page or module code that will replace the "next" hyperlink below the first 4 photos with a horizontal scroll bar at bottom of the gallery so users can just scroll through all 12 images ?
    Kind Regards, Matt.
    http://craftime-bs6.businesscatalyst.com/

    Alyssa,
    Have you tried putting this rule back as it was originally:
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto; /*was 9px*/
        color: #EF9CCF;
        background-color: #FFF;
    That is, changing your 9px back to auto.
    And giving  us a link (as you did) is much better than printing out the code for us! Thanks!
    Beth

  • I after updating to iOS 8 in photo gallery folder is missing.

    I after updating to iOS 8 in photo gallery folder is missing. Of what I can not be divided with old photos no one. There is a folder in which the recently added only recently added More Photos. How to return this folder?

    Hello Simmo1997,
    Sorry to hear about your issue but let’s see if we can get your iPhone back up in running. If your iPhone is disconnecting when trying to restore then check out the article below to get you started with isolating the issue. Let me know if it gets resolved or if you discover a new symptom. 
    iTunes: Resolve USB-related alerts
    http://support.apple.com/kb/HT5772
    Regards,
    -Norm G. 

  • Where do I put the "autoplay" code in my photo gallery?

    I have a photo gallery on http://victorylcms.org/photos.html. I'm trying to add "autoplay" to it.
    I got the gallery from http://galleria.aino.se/ and here is what it says to add http://galleria.aino.se/docs/1.2/options/autoplay/, but I can't seem to figure out where exactly to put it in my code to make it work properly. Thanks for any help!
    autoplay
    type: Boolean or Number
    default: false
    If true, this will start playing the slideshow with 5 seconds interval (default). If you set this to any number, f.ex 4000, it will start playing with that interval (in milliseconds)
    Example:
    $("#gallery").galleria({
        autoplay: 7000 // will move forward every 7 seconds

    I got the gallery from http://galleria.aino.se/
    There's a support forum for that gallery
    http://getsatisfaction.com/galleria/
    here is what it says to add http://galleria.aino.se/docs/1.2/options/autoplay/, but I can't seem to figure out where exactly to put it in my code to make it work properly. Thanks for any help!
    autoplay
    type: Boolean or Number
    default: false
    If true, this will start playing the slideshow with 5 seconds interval (default). If you set this to any number, f.ex 4000, it will start playing with that interval (in milliseconds)
    Example:
    $("#gallery").galleria({
        autoplay: 7000 // will move forward every 7 seconds
    Look for similar code in your page
    e.g. line 182
    <!--begin init code for the galleria pics slideshow-->
    <script>
    $('#gallery').galleria({
      autoplay: 7000 // will move forward every 7 seconds
      width:640,
      height:480
    swfobject.registerObject("FlashID");
    </script>
    <!--end init code for the galleria pics slideshow-->

  • Photo Gallery won't work anymore. Get error code 0x8007000b

    I have had an Envy TouchScreen for 2 weeks now and everything was fine until today. Yesterday I got a BIOS update and since then  I tried to edit some pictures in Photo Gallery. I get the error code 0x8007000b which states Photo Gallery has to close and that's it. Any ideas how to fix it?  Tried to get on live chat on HP but keep getting a message saying no agent is available. I am very close to packing this thing back in the box and sending it right back.

    Hi grammaging:
    Thank you for your inquiry.  I hope you had a good weekend.
    I understand that after updating the bios you are no longer able to access Photo Gallery.
    Have you checked for any other updates?
    I would suggest you run the HP support assistant to see if it can find and fix the error for you click here.
    If that fails I would uninstall the Photo Gallery and then reinstall. Please let me know the results.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Photo gallery Pages cant go "Under" another page or have i missed something

    Seems any Photo Gallery page you make always stays at the top level. You don't seem to be able to make say a blank Page and create 3 gallery pages UNDER that page.
    What I'd like to do is create a top page called Photo Galleries and in there put 3 photo gallery pages
    One called Picture Art, One Garden Art and one Commisioned. UNDER each of these pages I'd like to have 3 Galleries.
    The reason I want to do this is to make it easier for people to find exact catagories when they visit my site.
    Message was edited by: slipstream

    You don't seem to be able to make say a blank Page and create 3 gallery pages UNDER that page.
    Yes, you can.
    Add a My Photoalbum page. In it you can add photopages.
    You can drag existing photopages into the My albums page.
    It's all there. Visible and ready to use.
    http://www.apple.com/ilife/tutorials/#iweb-photoalbum

  • Dynamic Photo Gallery in Flash using AS3.0 and XML, but it doesn't work and missed up my app.

    Hi,
    I am creating an iPad app using AS3. The app contains three sections.
    One of those sections (chocolate sources)contains Dynamic Photo Gallery using XML. The photos, thumbnails, and text in this section are loaded from XML.
    I faced may issue when I tried to run this app:
    The gallery photos didn't show up
    The thumbnails (buttons to navigate the photo gallery) didn't show up at all. (The thumbnails should show up under the photo gallery box.)
    The text doesn't show up (the text should be in every photo as describtion)
    I want to include Swipe in the photo gallery, how can I do that?
    When I click on "Chocolate Sources" button, the photo gallery appears in every section, here are print screens describe what I mean:
    The photo gallery covers the home screen too.
    Here is my XML:
    <?xml version="1.0" encoding="utf-8"?>
    <sources>
              <section>
                        <details>
                                            Cocoa tree exists in the tropics area, such as Central and South America.
                                  </details>
                                            <image>
                                                      <url>coca1.jpg</url>
                                                      </image>
                                                      </section>
              <section>
                        <details>
                        Cocoa is supplied in many countries such as Indonesia, Ghana, Brazil, Ecuador and Cameroon.
                        </details>
                                  <image>
                                  <url>coca2.jpg</url>
                                  </image>
                                            </section>
              <section>
                                  <details>
                                  Dark chocolate helps to relax and reduce the stress and blood pressure because it has antioxidants elements, which helps in vasodilatory process.
                                  </details>
                                            <image>
                                            <url>coca3.jpg</url>
                                                      </image>
                                                                </section>
              <section>
                        <details>
                        Chocolate provides energy and hyperactive sometimes because it contains high level of caffeine and sugar.
                        </details>
                                  <image>
                                  <url>coca4.jpg</url>
                                            </image>
                                                      </section>
              <section>
                        <details>
                        Chocolate could be mixed with many different flavors, such as mint, strawberry, orange, banana, vanilla, hazelnut, almond, coconut, and etc.
                        </details>
                                  <image>
                                  <url>coca5.jpg</url>
                                  </image>
                                            </section>
              <section>
                        <details>
                                  Chocolate is expressing of well hospitality and good time due to its lovely taste.
                                  </details>
                                            <image>
                                            <url>coca6.jpg</url>
                                                      </image>
                                                                </section>
    </sources>
    And here is my Action Script for "Chocolate Sources" section:
    stop();
    function Choco1(evt:MouseEvent): void {
              gotoAndStop('16');
    choco_btn.addEventListener(MouseEvent.CLICK,Choco1);
    function Souc1 (evt:MouseEvent): void {
              gotoAndStop ('31');
    souc_btn.addEventListener(MouseEvent.CLICK,Souc1);
    function ShopIn1 (evt:MouseEvent):void {
              gotoAndStop('46');
    shops_btn.addEventListener(MouseEvent.CLICK,ShopIn1);
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.display.MovieClip;
    import flash.display.Loader;
    import fl.motion.MotionEvent;
    import flash.events.MouseEvent;
    import flash.sampler.NewObjectSample;
    import flash.text.TextFormat;
    var xmlLoader: URLLoader = new URLLoader (new URLRequest("sources.xml"));
    xmlLoader.addEventListener(Event.COMPLETE, finishedXmlLoader);
    var xmlFile:XML;
    var xextend:int = 10;
    var gal:galary = new galary ();
              gal.x = 85;
              gal.y = 165;
              addChild(gal);
    var txfe: TextField = new TextField ();
    txfe.x = 25;
    txfe.y = 45;
    var tformat:TextFormat = new TextFormat ();
    tformat.bold = true;
    tformat.color = 0xFFFFFF;
    tformat.size = "18";
    tformat.font = "Arial";
    txfe.defaultTextFormat = tformat;
    addChild(txfe);
    function finishedXmlLoader (e:Event): void{
              xmlFile = new XML (xmlLoader.data);
              var leng:int = xmlFile.image.length();
              txfe.text = xmlFile.image.details[0];
              for (var i:int = 0;i<leng;i++){
                        var b:thumbs = new thumbs ();
                        b.x = xextend;
                        b.y = 480;
                        b.buttonMode = true;
                        b.details = (i+1).toString();
                        addChild(b);
                        b.addEventListener(MouseEvent.MOUSE_OVER, theMosover);
                        b.addEventListener(MouseEvent.MOUSE_OUT, theMosout);
                        b.addEventListener(MouseEvent.CLICK, onMosClick);
                        var bloader:Loader = new Loader();
                        bloader.load(new URLRequest("thumbs/" + (i+1) + ".jpg"));
                        b.addChild(bloader);
                        xextend += b.width + 50;
    var loader:Loader = new Loader ();
    loader.load(new URLRequest ("pictures/coca1.jpg"));
    gal.addChild(loader);
    function theMosover(m:MotionEvent):void{
              m.currentTarget.alpha = 0.5;
    function theMosout (m:MouseEvent):void{
              m.currentTarget.alpha = 1.0;
    function onMosClick(m:MouseEvent):void{
              var loader:Loader = new Loader();
              loader.load(new URLRequest("pictures/" + m.currentTarget.details + ".jpg"));
              gal.addChild(loader);
              txfe.text = xmlFile.image.details[int(m.currentTarget.details) -1];
    I need an urgent help to fix the errors and make this section work well.
    thanks.

    try:
    txfe.text = xmlFile.section[int(m.currentTarget.details) -1].details;
    instead of
    txfe.text = xmlFile.image.[int(m.currentTarget.details) -1];
    and add your thumbs to gal, not the stage.  when you're done with the gallery, remove gal.

  • "automate web photo gallery" missing in Photoshop CS4

    Just thought I upgraded from my CS2 photoshop and realize I can't automate the very practical web photo galleries anymore? I tried to transfer the added plugin from the additional "goodies" file into the photoshop automate plugins BUT a message pops up saying: "There is NO template folder to run Web Photo Gallery"
    Can anyone help??
    Thanks,
    D

    Check this out:
    http://blogs.adobe.com/jnack/2009/04/a_few_useful_reminders.html
    Remember to install the Picture Package too.
    Additionally, make sure you have updated to Photoshop 11.0.1 and applie the update to AOM, the Adobe Output Module.

  • Web Photo Gallery Missing - Elements 6 (mac) - Elements 8 (pc)

    I've been asked to update a photo gallery in a website that was created with the Mac version 6 of Elements.  So I'm ready to purchase Elements version 8 for the PC and I download the trail version.  The problem is the HTML version has been replaced the FLASH, which might work okay.  But they really want the gallery format they have now, but I cannot find a similar template with the 'Shared' Online Album procedure.  It's a rather plain template, but they like it for their site.  It has a scrolling list of thumbnails on the left and the selected photo shows to the right.  There's an "Image Info" button on the bottom that pops-up a dialog of File/Title/Description/Credits/Copyright.
    If I purchase Elements 8, can I download older versions someplace?  If I have to hunt for Version 6 on eBay or elsewhere, do the PC and Mac versions 6 have the same HTML Photo Gallery templates/options?

    hey,
    the workflow is different in pse8 as compared to pse6. in pse8 if you want to create the web gallery you have option either in the File > Create Web gallery.
    i am not too sure whether you can download older version of pse from any where.
    thanks

  • Web Photo Gallery Missing from Photoshop CS4

    Has anyone else found this to be valuable feature that is no longer available? We used this feature regularly as a method for proofing our customers and I have found that the one that is included in Bridge is sorely lacking from the Photoshop version.
    Has anyone found a solution or something that works similarly that is can be customized as deeply?

    Just to let you know that I followed the instructions in the PDF. Here they are sightly re-edited by me:
    To retore Web Photo Gallery functionality:
    Close Photoshop and use Explorer to view the extra stuff on the CS4 install DVD.
    Here's what you need to copy from the Photoshop CS4 install disk and where it goes:
    1. copy "Goodies\Optional plug-ins\Plug-ins 32-bit\Automate\WebContactSheetII" plug-in
    to the "Adobe Photoshop CS4/Plugins/Automate" folder
    (note there's a 64bit version in the Plug-ins 64-bit folder if that's what you're using)
    in my case it goes into "C:\Program Files\Adobe\Adobe Photoshop CS4\Presets\"
    2. copy "Goodies\Presets\Web Photo Gallery" folder (the whole FOLDER)
    into the "Adobe Photoshop CS4/Presets" folder
    I then have "C:\Program Files\Adobe\Adobe Photoshop CS4\Presets\Web Photo Gallery\"
    (This is the part that adds the default templates to choose from)
    To add functionality to Bridge (xp and vista destination folders are a bit different):
    3A (for Windows XP)
    copy the FOLDER "Goodies\Optional plug-ins\Bridge Startup Scripts\photoshop_web_contact_sheet" folder (the whole FOLDER)
    into "Program Files\Common Files\Adobe\Startup Scripts CS4\Adobe Photoshop\"
    copy the SCRIPT file "photoshop_web_contact_sheet.jsx" from "Goodies\Optional plug-ins\Bridge Startup Scripts\"
    into "Program Files\Common Files\Adobe\Startup Scripts CS4\Adobe Photoshop\
    3B (for Vista)
    copy the FOLDER "Goodies\Optional plug-ins\Bridge Startup Scripts\photoshop_web_contact_sheet" folder (the whole FOLDER)
    into "Program Files (x86)\Common Files\Adobe\Startup Scripts CS4\Adobe Photoshop/"
    copy the SCRIPT file "photoshop_web_contact_sheet.jsx" from "Goodies\Optional plug-ins\Bridge Startup Scripts\"
    into "Program Files (x86)\Common Files\Adobe\Startup Scripts CS4\Adobe Photoshop\"
    As you can see there's a bit of surgery to do. But if you're careful everything will work as before.
    Hope this somewhat re-written 'how to" helps.
    Russell

Maybe you are looking for

  • User decision option not seen to approver

    We have a user decision in our workflow template. We have decision option Select approver ,Sent back to AP ,Cancel . When some users execute the this task they were shown as decision decision and cancel. decision option text is not shown to them. Thi

  • How to change to PS CS6 is not default program to open files.

    I have PSCS4 and trial PSCS6. All my RAW and PSD files open by CS6 by default now. I want PS CS4 open PSD and RAW by default, as it used to, since CS6 is only trial. I have Mac Pro, OS X 10.7.4. (Lion) I tried to change it this way: File - Get info-

  • 'Filter finder items' by variable

    Hi, Is this just a flaw in Automator or am I being a n00b? All I want is to filter finder items (name) by a variable set earlier in the action. This should be a gimme, right? Wrong. No worky. Anyone know why / how to get this working ? thanks in adva

  • Modification Adjustments (SPAU & SPDD)

    Dear all, We are going for ecc6.0 upgrade from 4.7c. While doing modification adjustments in SPAU & SPDD we thought of doing RESET TO ORIGINAL to all objects. Customer enhanced more than 20 standard programs. They want their older enhancements as wel

  • My channel level meters are responding slow any ideas?

    In logic my channel meters use to respond quick and perfectly with the input.  Now the meters are lagging and responding super slow or just acting frozen in the off position.  This is terrible and I have no idea what happened. It has work seemless fo