Adobe Lightroom Web Gallery Installation

2 May 07

Rather than post installation instructions over and over again in each of my blog entries, I’m posting them here for reference purposes.


  1. Download and extract the template zip archive.

  2. Copy the archive contents to one of the following destinations, depending upon your system. If you have not already done so, you will need to create the Web Galleries folder manually.

    On Mac
    Users/username/Library/Application Support/Adobe/Lightroom/Web Galleries/

    On Windows XP
    C:\Documents and Settings\username\Application Data\Adobe\Lightroom\Web Galleries\

    On Windows Vista
    C:\Users\username\AppData\Roaming\Adobe\Lightroom\Web Galleries\

    In Windows XP, the “Application Data” directory is usually hidden. You must enable “show hidden folders” in the folder options before you can browse to it.


  3. Open Adobe Lightroom and access the Web module. In the upper right, under “Gallery”, you should see the newly installed gallery, as shown below, highlighted in orange.

Send this article to a friend »

« Next Article | ... ... | Previous Article »

Comment »

1 June 07 / permalink

Thank you for this!

mkl
10 June 07 / permalink

Hello,

I tried to install the folder web Galleries. But I work on windows vista… and I don’t find the folder.
Do you have an idea where it is ?

:)

10 June 07 / permalink

In Vista, the folder is at:
C:\Users\[YourUsername]\AppData\Roaming\Adobe\Lightroom\Web Templates.

Great galleries! Thanks for posting.

10 June 07 / permalink

Sorry, one correction. In the C:\Users\[YourUsername]\AppData\Roaming\Adobe\Lightroom folder you need to create a new folder called Web Galleries and put the files in there.

11 June 07 / permalink

I’m installing these on a Mac, running 10.4.9, and Lightroom v1. I’ve put the Folders inside the Users>Lightroom>WebTemplates folder, but still they don’t show up for me, even after restarting, and relaunching Lightroom. Any suggestions?

Screengrab:

http://www.marktucker.com/temp/lrtemplates.jpg

11 June 07 / permalink

mkl,

I’m not sure about Vista, myself, but like Brian says, you need to CREATE the Web Galleries folder. It belongs alongside the Web Templates folder.

Mark,

Don't install the galleries in the Web Templates folder. You need to create a NEW folder called Web Galleries.

11 June 07 / permalink

Got it! Thank you! I’m working with them right now. Will send donation. (You might want to put a note in the Installation section. It’s an easy mistake to make).

11 June 07 / permalink

I agree with Mark it is an easy mistake to make, I did it without question. It works great though thank you! I will make a donation next payday…kinda broke now. LOL.

16 June 07 / permalink

Hi, thank you for this service.

I managed to get SV into my Lightroom Web Gallery, but it doesn’t show my pics in the display(it’s just black blank screen), and yet it does generate the SV “Preview in browser”

I’m wondering what I missed? Any tips appreciated. Thanks.

16 June 07 / permalink

Lee,
It’s a problem with the Windows version of Lightroom. See the SimpleViewer download page for information.

16 June 07 / permalink

good work.

thanks a lot

nil – can

Sol
16 June 07 / permalink

Wow!, very cool of you to put this out here. Nice job on this.

Just tried out the download, and it looks good.
Running Mac 10.4.9, everything seems to be working very smoothly, except for my ‘Identity Plate’ Moves to the bottom of the window, below the thumbs. Am I missing a setting?

Thanks for your help, and again great work!

16 June 07 / permalink

Sol,
The ID plate appears at the bottom of all TTG galleries. You’re not missing a thing.

If you’d like to move it, you might try opening the gallery.css file and setting the idplate to position: absolute. You can then specify a position anywhere on the page using the “top” and “left” attributes.

Sol
17 June 07 / permalink

Matthew, Thanks again for your help and your contributions here. Your efforts here rock!

OK, good to know it’s not just me. :-)
Looking at your sample, the script name at the bottom looks good. But what I’m trying to do is to get a graphic ID plate that I designed, to appear in the upper left of the header bar like the default LR galleries do. It’s their recommended 60px high layout. It incorporates my logo.
FYI, I have both Flash 8 and Dreamweaver CS3. But my knowledge base is definitely towards the ‘beginner’ side.

17 June 07 / permalink

Sol,
Open the gallery.css file and find this:

#idplate { clear: both !important; margin: 0 auto !important;
}

Change it to this:

#idplate { position: absolute !important; top: 0px !important; left: 0px !important; clear: both !important; margin: 0 auto !important;
}

That should move the ID plate to the top left corner of the page. Then adjust the top and left values until you have it positioned where you like.

Also, be aware that when viewing the page using IE6, the ID plate is not visible. This is due to IE6’s inability to properly render PNG files. When I asked users for feedback, the consensus was simple to remove it in IE6, so that’s what I did.

19 June 07 / permalink

I can change the number of thumbs displayed but not the size. is there a way I can configure the thumbs to be smaller?

19 June 07 / permalink

Savage,
I’m not sure which gallery you’re attempting to use. This is a generic Installation page for all of my galleries.

SimpleViewer does not allow resizing of thumbnails, but both Slimbox and PostcardViewer do. In the case of SimpleViewer, this is not a limitation of my LR gallery, but of SimpleViewer itself. I hope that answers your question.

29 June 07 / permalink

Hi there!
I work on windows vista and I can´t find the “appdata” folder.

Can someone help me out?

1 July 07 / permalink

I extracted the folder to the folder Web Galleries I created under lightroom. But nothing shows up when I start lightroom. I have a folder named airtight_simpleviewer in the Web Galleries folder. Is that correct?

2 July 07 / permalink

Paul,
I’m guessing that’s the new SimpleViewer gallery that Adobe has released. My own gallery folder is called TTGSimpleViewerGallery. It should show up when you restart Lightroom. Make sure you’ve created the Web Galleries folder in the appropriate location.

8 July 07 / permalink

I am also having the same problem as Paul.
Both for your viewers and the airtite ones.
Has this been tested under LR 1.1 ?

8 July 07 / permalink

Know what?
I’m an idiot.
Since I have all tabs hidden by default I wasn’t aware that these would show up on the right and was instead looking on the lefthand side where all of the Templates are shown.
Sounds silly, but maybe a note in the instuctions saying where to find them in LR maybe w/ a screenshot?

thanks!

8 July 07 / permalink

A good idea Ryan. I’ve expanded the explanation in step 3 and added a screenshot. Thanks for the suggestion.

8 July 07 / permalink

Can you give me an Idea how I could use a JPG as the backgroud of your Gallery Index instead of just a blank backgroud?

8 July 07 / permalink

Scott,
Not sure which gallery you’re using.

With TTG SimpleViewer Gallery, you can specify a background image from within LR by entering an image URL relative to the gallery, or by entering an absolute URL.

Using PostcardViewer, I’m not sure you can set a background image, as I don’t know whether you can set the viewer background to transparent.

For TTG Slimbox Gallery and TTG Gallery Index, edit the index.html file and add the following to the STYLE instructions in the page HEAD.

body { background-image: url(pathToImage); }

For TTG FlashNifties Gallery, see Demo 2 as this url.

9 July 07 / permalink

In the PostcardViewer, how do you change the number of Thumbnails displayed across? I found your directions for using the Gallery Index and they were fine. Do you have any directions for the PostcardViewer or the SimpleViewer?

9 July 07 / permalink

Scott,

Both my PostcardViewer and SimpleViewer galleries support all configurable options. For specific details, refer to the help pages at Airtight Interactive.

27 July 07 / permalink

Any news about a solution for gallery preview in Windows Lightroom ?

Thanks a lot !

28 July 07 / permalink

Robbie,

I’ve just this week released new versions of my FlashNifties, SimpleViewer and PostcardViewer galleries, all of which now contain Flash-based versions of the templates that preview properly in both Mac and Windows versions of Lightroom. Check the respective pages for each template for details and downloads.

Cheers,
Matt

7 August 07 / permalink

hi – not sure why it isnt showing up in LR yet. i restarted LR and the computer after placing the folders in the “web galleries” folder.
de we keep the extracted files in the folder or are we suppose to put the files in directly?

thank yoU!

7 August 07 / permalink

The files should be in a folder of their own, inside the Web Galleries folder. Once installed and with LR restarted, you should be able to see the new gallery in the Gallery pane in the upper right of the Web module, as shown in the screen shot.

12 August 07 / permalink

Hi!
I have a big problem:
I have installed the new webgallery right (in the named folger under WinXP). If I now open LR I can see the new gallery in LR but can’t select it? If I lkick on it, the template doesn’t change!
Whats goin wrong?

thx,
holly

12 August 07 / permalink

Holly,

1. Which gallery are you having the problem with?

2. Can you switch to any other galleries (i.e. are your other galleries working properly)?

3. Are you running Lightroom 1.1?

12 August 07 / permalink

Hi,
I’m usind LR 1.1 and this problem I have by all new Templates. The integrated Templates are working fine. Only the new ones don’t word… I have tried all themes from this page (everywhere the same problem).

thx,
Holly

12 August 07 / permalink

That’s very peculiar. I wonder, can you use templates from LightroomGalleries.com? Can you use the Airtight Galleries developed by Adobe?

And have you tried the TTG Slimbox Gallery? It’s HTML-based, while many of the others are Flash-based. Does neither gallery type work?

Is your Flash-player up-to-date?

Is Lightroom exhibiting any other strange behavior in any of the modules?

You’re the first person I’ve heard of having this problem, and I’m not quite sure how to diagnose things.

joe
13 August 07 / permalink

i am having an issue with one of your newest and coolest galleries the photo stack. it is installed properly as i have used several of your galleries. it just doesn’t display any images its weird i can make any gallery work except that one i just get a grey bar. even when i tried to preview in a browser i still got that same grey bar. using LR 1.1 on a mac 10.4.8

13 August 07 / permalink

Hi Joe,

On the TTG Photo Stack Gallery page, it explains that the gallery requires PHP and will only run from off a web server. It will not preview in LR, nor will it view from your hard drive. It must be online.

18 August 07 / permalink

Hi Mathew
Thank you for the great work, just amazing how you manage to merge my two favorite programs.

Unfortunately I’m having a small problem, I get a green screen on the preview and on the files that get exported? Not sure why?

Does anyone knows why?
Thanks
Christian
www.6701.sunpixs.com

20 August 07 / permalink

From the TTG MonoSlideshow Gallery page:

In order to use TTG MonoSlideshow gallery, users are required to purchase MonoSlideshow from www.monoslideshow.com for $19.95 USD.

Once purchased, copy the monoslideshow.swf into the TTGMonoSlideshowGallery folder. Overwrite the existing swf file, which is a fake. You may now continue installation according to the Installation instructions.

23 August 07 / permalink

Now that I have all of your galleries installed and working properly, how do I copy all of my saved customizations (color palette, Site title, Collection Title, Web Link…etc) so I can create galleries on my laptop without recreating these customizations from scratch? I assumed the saved User Templates would be in C:\Documents and Settings\username\Application Data\Adobe\Lightroom\Web Templates\User Templates, but alas, they are not. Thanks.

23 August 07 / permalink

Honestly, Mark, I don’t know where LR saves its User Templates. This might be a good question for the Adobe Lightroom forum.

23 August 07 / permalink

Sorry to waste your time, I found them. They are NOT in the User Templates folder but the folder above, the Web Templates folder, stored as nameofusertemplate.lrtemplate. Absolutely great galleries! Thanks.

23 August 07 / permalink

Hi Matthew and thanks for all your work so far, I wonder if you can help me with something silly. On your sample gallery of FlashNifties you have a site menu with title and links, but when I download – install and upload the gallery created I get no such menu. Am I doing something very wrong somewhere? -Thomas

23 August 07 / permalink

Thomas,

There are two versions of the FlashNifties gallery in the archive, HTML and Flash-based versions. The Flash-based version does not have the title and menu bar, but previews in both the Mac and PC versions of LR. The HTML version has the title and menu bar, but only previews in the Mac version of LR. In Windows, however, you can use the Preview in Browser button to see it.

23 August 07 / permalink

Well just browsing and came to your site via Craigslist.org.

I am using Lightroom 1.0 for Mac.
Anyway, I like some of the templates, I was able to get the template simple viewer working but where do I put another extracted template files within “Web Galleries” without overwriting the first template installed, etc.

I guess I can temporarily move the files out and then put the new template files within “web galleries” as a short term solution.

23 August 07 / permalink

Manu,

Each of the galleries has a unique name. You should be able to copy all of the folders into the <cite>Web Galleries</cite> folder together, without overwriting anything.

24 August 07 / permalink

I figured it out. /Web Galleries/Folder A
for Set A Template
/Web Galleries/Folder B for Set B Template, etc.
Now working on the Selection Gallery,PostCard

Figured out the Stack Gallery:

11 September 07 / permalink

In the selection gallery template, is it possible to change the checkboxes to radio buttons so only 1 image can be selected?

thanks!

11 September 07 / permalink

Sharon,
You can do it by editing the transformer.xslt file. Just find the code for the checkbox and change it. There’s only one instance, so it should be easy to find.

14 September 07 / permalink

Hi
I just installed and it seems to be in the right place but when I choose the TTGGallery I only see a white rectangle. I would be happy to make a donation but only if I can get it to work. I have LR 1.1 and CS3 and I am on a Mac.
Thanks!

14 September 07 / permalink

Which gallery are you trying to use? I’ll email you.

19 September 07 / permalink

I’ve been trying to get the templates running.

I can see the folder names in the list of templates in Lightroom, but they don’t seem to work – I tried both previewing and exporting with the Polaroid (type 1) and Simple Viewer (or even Adobe’s version of Polaroid Viewer.)

I’ve also tried placing the files in the “Web Galleries”, “Web Galleries > User Galleries”, “Web Templates”, and Web Templates > User Templates” folders. (In the Web Galleries nothing showed up.)

I’m using LR 1.2 (just upgraded – didn’t try any of them in 1.1.) on a Mac.

Any ideas?

19 September 07 / permalink

Neil, They belong in the Web Galleries folder as said above. If you follow the instructions, it should work.

20 September 07 / permalink

Doh, I hate when you have to look in two places for the same information – the main list of galleries on the left and the little galleries pane in the upper right that you actually click on for these. Okay, all is good.

Thanks for all your work on getting these happening for people.

25 September 07 / permalink

Hi Matthew,

me Idiot! I am not getting it to work at all! I created the Web Galleries Folder, then I copied the complete Folder you provide to this folder. I open LR, take the complete library I want to use, select the TTG SimpleViwer Gallery 1.7 FLASH, LR starts to convert them, then Firefox starts (I selected Preview) and then there is a blue screen that says “Simpleviewer Gallerie not found”

I did the same and selected generate gallerie and selcted a folder to save all. But this also doesn`t work. The libraries are created, images and thumbnails are there, there is a index file, and some others, but the gallerie.xml is missing!

Also I cannot see any images when I select the TTG Simple… in LR. When I use a standard Gallerie from LR I can see a preview!

There must be something major wrong on my machine.

Andreas

25 September 07 / permalink

Andreas,

It sounds like you’re using Lightroom 1.0. In order you use these galleries, you’ll need to upgrade to a more current version of Lightroom. LR 1.1 is required; 1.2 is recommended.

28 September 07 / permalink

I have installed the SimpleViewer Gallery and it works wonderfully. I would also like to install the Postcard Viewer Gallery but it keeps asking me to overwrite the existing files. Is there a way to install these and other galleries side by side?

Thanks,
Nate

aim:socaltex13

28 September 07 / permalink

Nate,

You should be able to install all of my galleries concurrently without overwriting the files. Just install the gallery folders into your Web Galleries folder in Lightroom. Your folder structure should look something like this:

Web Galleries
> TTGSimpleViewerGallery
> TTGPostcardViewerGallery
> TTGAutoViewerGallery

etc. ...

30 September 07 / permalink

I’m trying to install to Lightroom 1.2, on a machine running Windows XP.
I can’t find any folder named “Application Data” anywhere on my C drive.
There is a folder in the Documents & Settings folder named “Hargis” — is this the “username” folder? If so, there’s no “application data” folder in there, nor anything resembling that. Any ideas?

30 September 07 / permalink

Hi Scott,

It should be under Hargis and All Users.

In Explorer, go into Tools, Folder Options, View and look for options that may be set not to show system or hidden files.

Cheers,

Malcolm

16 November 07 / permalink

Hi there, nice work! but almost all the galleries produce an image that is not very clear, as opposed to the stock ones that come with LR 1.2. I have quality set to 100 and image size @ 900 px. Any ideas why? I am on a mac.

16 November 07 / permalink

Jigs,

That’s not an issue I’ve heard before. What operating system are you using? LR 1.2 has issues with Leopard.

Do you have your images on an external drive? If so, is it connected?

30 November 07 / permalink

Hi all,
I am using Postcardviewer (from Photoshop) and inserted the flash in a html page (so I would still have my navigation/menu)
On my 19inch screen I am OK, but on my laptop (or other smaller screens) the images disappear ‘under’ the menubar.
Please! Is there anyone who knows how to adjust this???

example: www.designersgilde.com/fractals%20album/fractalalbum.html

Thanks a million!
Astrid

30 November 07 / permalink

Astrid, in the code, you need to set the width and height of the gallery. Dig through the page code and you’ll find four instances of the value 100%; two are located in the CSS at the top of the page, and two more are located in the Javascript that calls the flash, in the line var fo = new FlashObject(“viewer.swf”, “viewer”, “100%”, “100%”, “7”, “#000000”);.

Try reducing the values. You can set them as percentages of the total screen size, or as set pixel values.

In the FlashObject line, the first value determines width and the second height. You can probably leave the width set to 100%, but you’ll want to change the other three instances (all height) to be the same value.

It looks like you also need to bump the whole thing down a bit to allow some space between the gallery and the menu. Try changing this:

#flashcontent { height: 100%; }

To this:

#flashcontent { margin: 25px 0 0 0; height: 100%; }

Great looking page, by the way, and nice images. You need to make a few other design adjustments, though. Your menu rollovers aren’t working; the menu items just disappear when you mouse over them – not helpful. Also, you should reduce the size of the thumbnails, reduce the number of thumbnails on the page, or otherwise adjust the gallery values, because is looks like you have too many images to fit the stage.

30 November 07 / permalink

Thanks you for the tip and the compliment, I will definitely try out the adjustments.
BTW the ‘disappearing’ rollovers are my bad; I have them on the other pages in black and the page I referred you to has a black background, so it looks like they disappear :-)

If I have time some day I will try and figure out how to make the gallery work with sub-pages, but for now I am happy with the fact that (most of) it works, I am just an amateur in html / css and just busy with too many things..

27 December 07 / permalink

I used Light room to make the selection gallery and uploaded it but when “ I “ tested it I get (You must enable referrer logging to use the form)on two diffrent computers, but when a server tech tryed it it worked fine. what is this how do I fix this

29 December 07 / permalink

I’m not sure, Sammy. Could be a PHP problem on your server, a problem with your security settings, etc. Can you provide me a URL to your gallery so I can try it?

3 January 08 / permalink

Everything works fine, but the normal Lightroom Data like Title of the page, title of the Gallery etc is away. What should I do? THX

3 January 08 / permalink

Jens,

What gallery are you using? Some galleries don’t support that data, notably the PostcardViewer gallery and a few of the other Flash galleries.

5 January 08 / permalink

Hi,

I am having problems with TTGMonoSlideshow and TTGSimpleViewer Flash. I’ve followed the install instructions, but don’t see anything in the viewer nor does it generate a site properply.

Looking at the results, it seems that on my set-up the TTG Flash galleries fail to generate a correct .xml file: Simpleviewer says ‘Gallery not found’.

HTML galleries work fine, though, so not sure what I’m doing wrong.

Any help would be welcome.

Daniel

5 January 08 / permalink

Daniel,

Please ensure that you are running the latest version of Lightroom, as some galleries take advantage of added features not present in 1.0, such as the ability to generate XML configuration files.

Matthew

5 January 08 / permalink

Matthew,

You’re absolutely right: just updated to 1.3.1 and it works now!

Thanks for the swift reply and my compliments for making monoslideshow so easy to work with now!

Daniel

17 January 08 / permalink

hi,

your galleries are great. i’m not sure how to edit the “template archives” so that all my web galleries are exported with the correct email info – do you mind helping me with this or pointing me in the right direction?

thanks

17 January 08 / permalink

In the TTG Selection Gallery, that means to open the FormToEmail.php file included in the downloaded archive and add your email to that file, rather than opening that same file in the exported gallery.

To wit, make the edit before creating the gallery, instead of after creating the gallery. Then, every gallery created will already have the change.

28 January 08 / permalink

Installed as directed. Files copied to Web Galleries dir. Brought up LR 1.3.1 in library mode showing six(6).tif photos. Clicked on Web. Selected your ver 1.2 TTG HTML Gallery, all of the right pane functions are present BUT, the view screen in the center is just white. You briefly see a “loading” statement in the center of it but then nothing else.

Windows XP pro.

I’m stuck???????

Matt

Matt

28 January 08 / permalink

I got your message on LightroomForums.net. Galleries updated. I think the issue should be fixed.

1 February 08 / permalink

Is there any chance you can resize caption text or have caption text printed below the photo in the flash galley? That would be really awesome.

1 February 08 / permalink

I’m not sure which Flash gallery you’re talking about, but if it’s one of mine, then all of the available options are already supported in the gallery. If controls are there to do it, then it can’t be done.

6 February 08 / permalink

Matthew:

I am attempting to make the PhotoFlow template work without much success. I am using an Intel Mac with Leopard.

1. I purchased the PhotoFlow AS2/AS3 components from Flashloaded and installed both into Flash CS3.

2. I brought the AS2 component into Flash added in the path to the images and the name of the XML file as instructed by Flashloaded.

3. Published the component.

4. Replaced the dummy components (photoflow.swf, index.html, photoflow.html, and index.html) you placed into the template directory.

5. Upload to my website using Lightroom’s Upload function.

When I load the web page, I get nothing. Do you have any suggestions regarding what I may have done wrong?

Thanks for providing all of your great slide show templates.

6 February 08 / permalink

The only dummy file you should have replaced is photoflow.swf. The gallery needs the other files that were packaged with it. Get back the original index.html file from the TTG photoFlow Gallery distribution and see whether that works for you. It should.

11 February 08 / permalink

I Cant get it to work. I using lightroom 1.1 and vista. I tried making a new folder in the lightroom presets folder and tried making a folder in the templates folder but it didnt work. Please help…

11 February 08 / permalink

Justin,

Many of my galleries require Lightroom 1.3 or higher. Please update your version of Lightroom.

16 February 08 / permalink

Using Mono Slide show with TTGMonoSlideShowGallery I get
Attribute “thumbnailWindowTrack” in [GLOBAL] is undefined.
Attribute “thumbnailWindowAlwaysOn” in [GLOBAL] is undefined.
Attribute “viewport” in [GLOBAL] is undefined.

I am using lightroom 1.3.1

I followed your directions multiple times and get the same results, obviously I am missing something. If I can get this working I will definitely be donating as you will have saved me loads of time learning flash, xml, etc.

thanks in advance.

29 February 08 / permalink

Hi Matt,

The stunning TTGClientResponseGallery does not appear in my gallery.
I know the drill how to get them in there and working, but somehow this one does not appear
I run LR 1.3.1

Cheers
Vincent

1 March 08 / permalink

Should work fine if you have it installed in the correct location. Send me a screen shot of your installation folder if you can’t get it going. matthew [at] theturninggate [dot] net.

6 March 08 / permalink

Greeting from okinawa, Japan

Hi there,

I’ve followed the instructions carefully on how to install/create the web gallery but it doesn’t show in my lightroom “Gallery”.
In the Lightroom folder there is already a folder called “web galleries”
I extracted the folder which I’ve downloaded and place the folder into the “web galleries” but nothing shows.

What could possibly wrong?

Thanks in advance.
miyu

6 March 08 / permalink

Miyu,

Some extraction programs create an extra folder when you unzip a file, and then put the folders or files from the zip package into that folder. In such a case, you might end up with something like:

TTGShadowBoxGallery/TTGShadowBoxGallery/files

If you install the gallery this way, it’s not going to work. Please ensure your folder structure is thus:

Web Galleries/TTGShadowBoxGallery/files

6 March 08 / permalink

Matthew,

I think I have installed everything correctly and upgraded to a server that supports php but it is not working. I get the following error on the “thank you” page:

Warning: mail(): Failed to connect to mailserver at “65.211.123.33” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in O:\Hosted Web Sites\Chris.Hollo\hollophotographics_com\www\josh_test\FormToEmail.php on line 218

Any ideas?

Chris

6 March 08 / permalink

Chris,

You’ve posted to my generic installation instructions. I don’t know which gallery you’re having problems with, so can’t begin to help you. Could you please clarify your problem, or post your issue to the appropriate information page for the gallery you’re having problems with? Also, if it's the FormToEmail script you’re having problems with, you might try contacting the folks at www.formtoemail.com. They'd probably be of more help to you regarding the script than I could be; if it's the gallery you’re having problems with, then you'll want to be asking me.

19 March 08 / permalink

brilliant ! hard to find more descriptive words

28 March 08 / permalink

Great resources. I’m new to web building, i’m trying to learn on the fly, your pages make it possible! Thanks.
I have a couple questions, when I create LR Page, the one that has two photos, and two pages, where is the link that brings you back from, the 2nd page back to the first? When I click on “about” the page opens with a picture of me, but then how do I get back to the opening page?

The second question, is how do I build a link between the “menu” item links, and an actual web gallery? I guess I create a gallery, put it on the server and direct the menu link to that folder containing the gallery images?

Thanks for your help. . .

Tony

28 March 08 / permalink

Hi Tony,

1) Create a ‘Home’ link that points to index.html.

2) Point a menu item at your gallery, or employ TTG XML Auto Index and point a menu item at that instead.

Sorry for the short answers, but I’m in a rush. Let me know if you need anything else.

Matt

Bob
14 April 08 / permalink

Hello: I’m stumped, Must be the only one around that can’t figure how to get started. I actually got my desktop computer working with the ttg mono plugin for Lightroom just before taking off for this trip. Now I can’t get it up and running from my laptop. I copyed the zipped folder from both Monoslide show and ttgmono and have tried to get them placed into the web gallery folder, but all I get when running lighroom is the purchace screen for ttg. I’m using Vista and need to know which files from the zipped folders go where? I’m not sure if just taking the orginal zipped file folder and placing it on my laptop was the best solution. There has been some mention of using fresh files, but of course I didn’t want to download a second copy of Monoslideshow if not needed at additional cost. Any help would be appreciated. Just need to understand where all the files go from the unzipped folders on my laptop. Thanks for any help. Bob

14 April 08 / permalink

Hi Bob,

If you’re seeing the purchase screen, then you have the gallery template installed properly. The only thing you need to do is copy the purchased monoslideshow.swf file into the gallery template folder, overwriting the existing copy (which is just the purchase screen). If you don’t see the overwrite notice, then you’re not copying to the right destination.

Only copy the monoslideshow.swf file; no others.

Cheers,
Matt

25 April 08 / permalink

Hi,
I’m not sure what I’m doing wrong. I have dumped the Folders with their files (extracted) into a newly created Web Galleries section in the Lightroom folder, yet nothing shows up in Lightroom. Now, while I copied the files Lightroom WAS running, but then I restarted it and still nothing. I’ve put three different files in the Web Galleries folder now, and I’m running version 1.4

25 April 08 / permalink

Elias,

See this comment, above.

If that’s not the problem, double check the path to which you’re installing the files and make sure it’s the correct location, as given in the article at the top of this page.

That failing, please post the issue to www.lightroomforums.net so we’re sure to get a few more heads involved.

3 May 08 / permalink

Hi there. I have downloaded a template but when I extract it the only thing in the folder is“TTGHTMLGallery.lrwebengine” Where are the css files and html files? Thanks, ~ JD

3 May 08 / permalink

They’re packaged inside the lrwebengine packet. Just install that file into the Web Galleries directory in LR. If, for some reason, you need to crack that open, I’m not sure how to do it in Windows. On a Mac, you can right-click the package and “Show Package Contents”.

8 May 08 / permalink

Thanks for the info Mathew. I am using a Mac and the “Show Package Contents” worked just fine.

What I am working on now is getting myself familiar with the .css files and the tags that are being used. But when I look in the head tag to see which .css file is being used it calls for two .css files:

<link rel=“stylesheet” type=“text/css” media=“screen” href=“resources/css/gallery.css” /> <link rel=“stylesheet” type=“text/css” media=“screen” href=“resources/css/ratings.css” />

I don’t find the “gallery.css” file in the resources directory. Any thoughts on that? Thanks ~ JD

8 May 08 / permalink

gallery.css is created upon export from the settings you’ve specified in the Web module. The code that later becomes gallery.css is outlined within the galleryInfo.lrweb or gallerymaker.xml file, depending on the type of gallery template.

Name:

Email:

URL:

my personal information