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
>

Similar Messages

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

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

  • 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

  • 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 thumbnails in business catalyst render in different sizes in different browsers

    Photo Gallery thumbnails in business catalyst render in different sizes in safari and chrome but are fine in firefox. What is the issue with Safari? I have tried the different algorithm options such as fill_proportional etc and firefox is the only browser that displays correctly. I thought safari was the most standards compatible browser - what's the problem here?

    Hi,
    If you have seperate XML file but with the same basic structure then you can change the XML a Spry dataset refers to and regenerate the spry region without reloading the full page.
    So on my photo gallery page I can change the album the photos are shown from via the seturl sprydata function as below.  dsPhotos being my Spry dataset that points to the relevant XML dataset with my image references and captions etc.  My XML is actually dynamically generated from Picasa RSS feeds (and RSS feeds are XML) but the principle will be the same with your static XML.
    First I add an event listener for when someone clicks on an album (the li tag within my div with the id "albums" holds a photo and title for each album.)
    function Albums()
    var myalbums = Spry.$$("#albums li", "TabbedPanels1")
    var rows = dsAlbums.getData();
    var setListener = function( element, value )
      Spry.Utils.addEventListener( element, "click", function(){ showAlbum( value ); },false );
    for( var i = 0, length = myalbums.length; i < length; i++ )
      setListener( myalbums[i], i );
    Then this is the code which changes the photo album to be shown. (when the user clicks the relevant album)
    function showAlbum(i)
    pauseShow();
    pImage = 'No';
    var rows = dsAlbums.getData();
    var albumid = rows[i]["albumid"];
    var url = "xml/PicasaAphotoFeed.asp?albumid=" + albumid;
    dsPhotos.setURL(url);
    dsPhotos.loadData();
    var rowcount = dsAlbums.getRowCount() - 1;
    var nextalbum;
    var navnext;
    var n;
    The page is here www.thehmc.co.uk/photo5.html is you want to see it in context.
    In your case showAlbum would switch between Frank.xml or Wolfie.xml depending on how you decide to name your xml datasets.
    Regards
    Phil

  • ADD A LINK AROUND MAIN IMAGE IN PHOTO GALLERY

    Can anyone help with the code for this. I need to add a link
    to each image as it appear in the spry photo gallery. Each link
    would be different and set in the xml file can some one help
    please. I can't figure this one out.

    It's usually something like:
    <div spry:region="ds1" spry:repeat="ds1">
    <a href="{link_dataref}"><img src="{image_dataref}"
    /></a>
    </div>

  • Access pictures in a particula folder in photo gallery of iphone xcode

    Hi
    I need to access pictures in my iphone photo gallery through xcode,
    I am trying to search code for this but with little success.
    I somebody has knowldge on this please share.
    thanks

    Here is a link to the apple developer site that might help out.
    http://developer.apple.com/

  • Help with buttons in photo gallery

    Hello all
    I am trying to find a more effeicent way to place buttons on each of my pages (Photo Gallery SIte). I have 150 pages and constantly have to link each button to the "next" or "last" button. Is there a more efficent way to for me to ad butons to each page.My site is Blazinginterest.com
    Please give me some feedback on my site, possibly add a picture viewer?
    Thank you, HD

    what code do you already have? Maybe we can help you modify
    it where it's not working.
    Also, how do you have it currently laid out? eg. do you have
    several images on the screen, but some method to scroll through
    other images? Have you done a search here or on director-online.com
    (in the forum or articles section) on similar questions? Do you
    have something written up to describe what features you need such
    as a design document?
    Just trying to get a sense of your level of programming in
    general, experience with Director and what planning/details you
    have worked out so far because there are so many different ways to
    program a gallery.

  • Buttons Not Working in Photo Gallery

    Hello,
    I set up a photo gallery that uses transition effects. The
    JPEG will load with the transition effect but when I try to use the
    thumbnails nothing happens. I think there is something wrong with
    the thumbnail code.Thanks, WonderWendy

    since your "button" is a movieclip, try modify the script for
    button_mc
    button1_mc.onRelease = function(){
    this._parent.image_mcl.loadClip("image1.jpg", image_mc);
    }

  • Magnify effect in photo gallery, need help...

    Heya,
    So if you visit
    http://www.hookmedia.biz/cabinet_source/v4_f
    and navigate to the "Gallery" page you'll see that, below the area
    the large photo is displayed, there is a "film strip" of thumbnail
    photo's. I need these photos to be magnified when you mouseover
    them but I'm unsure of exactly how to do that. Can anyone help?
    You can download the entire .fla via this link:
    http://www.hookmedia.biz/cabinet_source/v4_f/index/fla
    Once downloaded, double click on the main content area
    (titled content_mc) and navigate to the second frame and open the
    "photo_gallery" or "gallery" folder where you'll find the first
    layer is actionscript for the photo gallery.
    Thanks!

    You rollover code doesn't work because you are assigning the
    functions
    before you load the images. The loaded images remove your
    code. You should
    not use loadMovie and use the MovieClipLoader class instead.
    Then, in its
    onLoadInit method you can assign your functions - so that
    they are assigned
    after the clip is loaded. Also, I'd either just create empty
    clips, on the
    fly, to load into or attach from the library. And
    duplicateMovieClip is not
    a property it is a method - calling like you are doing will
    not work. If
    you'd look in the Help you'll see that duplicateMovieClip can
    accept an init
    object, and also returns a ref to the new clip... So your
    code can be much
    simplified:
    this.holder.duplicateMovieClip; //duplicates the MC holder
    already on the
    stage
    this._name = "e"+i;
    this["e"+i]_x = _x + 50;
    this["e"+i]._alpha = 50;
    To:
    this.holder.duplicateMovieClip("e" + i,
    this.getNextHighestDepth(),
    {_x:theX, _alpha:50});
    And you can't set _x to _x + 50 like that... for one you'd
    need to use more
    like this._x = this._x + 50 or this._x += 50. But it still
    won't work here
    since all the new clips are going to be created at x=0. You
    need to
    increment a variable... or base the spacing on your loop
    variable, i - like
    i *50.
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Removing "Download" in photo gallery

    I have been trying to remove the "Download" feature in the photo gallery but haven't have any success. I have tried even going into the source code.
    Anyone has successfully done that either on iWeb 09 or in the source code?

    You do it in the Inspector/Photos/Photos pane. Set the download size to none.
    Click to view full size
    OT

Maybe you are looking for

  • How can i install my t-mobile sim card to iphone 4

    how can i install my t-mobile sim card to an unlocked iphone 4 gsm i got for Christmas?

  • Functional Area Determination for Balance Sheet Accounts

    Hi all, We are on 4.7C and want to activate Functional Area updation on Vendor Invoices but when we go to FB60 and create manual Vendor Invoice the Field FKBER does not appear. We have made the FSG optional on the reconciliation account already. We h

  • Attachments to BW

    Hello, As we are trying to load data from CRM boxes there are some attachments in the R/3 which we need to download and upload to BW. but the problem is those attachments are saving in HEXADECIMAL format in the tables. and in the frontend it is displ

  • OSB : IDE Installation

    Hi, i need to install OSB 11g IDE alone in my local system.any please tell me the steps for installing the same. TIA, karthik

  • How to Synchronize Test Instance with Production database on regular basis.

    Hello How to Synchronize Test Instance with Production database on regular basis. I want to update my Test Instance with Production ERP on daily basis without downTime.?