Specifying Lightroom Gallery Multiple Page Links

  • Thread starter Thread starter rgdesigner
  • Start date Start date
Status
Not open for further replies.
R

rgdesigner

Guest
I have built a Lightroom web gallery and open it up in a new page, but I can only access the first page of the index and from there I can also click on each of the index images and go to them. Once in the single image pages, I can click next and each subsequent image will appear. However, I get an error message that says it cannot locate the file if I'm on the index page, I try to link to the NEXT page, or PREVIOUS page, or any of the numbers from the list of total pages in the index. When I am in the pages that contain the larger images, I cannot use the return to the index page link. I would like to know where I need to set up these links so they will send the viewer to the proper page.
 
Hi rgdesigner, welcome to the forum!

Can you put an example online somewhere so we can have a look at the coding behind it please?

Is this a flash or html gallery? The in-built Lightroom one's, or a third party gallery?
 
Hi Victoria!!!!
I wish I could put it up online, but I am not set up for that yet. I have simply been using the Preview feature in Notepad ++ to check out how my Web page will appear. I am using one of the HTML templates in Lightroom. Under the Index page there are two links - one is Next and the other is Previous. These don't work and neither do they work one the pages containing the larger images, nor can I go back through the Index link on that page to the Index. I am not very familiar with Lightroom, but somebody told me that creating a gallery page with Lightroom would be the easy way to go. I hope this is enough information to understand my problem. Thank you for welcoming to this site. I hope to learn more about what I am doing in Lightroom here. Arlene
 
Zip up a small gallery and email it to me at victoria AT victoriabampton DOT com and I'll take a look for you Arlene.
 
Victoria, I thought maybe it might help for you to see the code that accesses the gallery. It only brings up the first page of the index and I can't see how this address will allow me to get at the subsequent files containing the other pages of the index.

<td id="leftcol">

<!--************************* BEGIN LEFT MENU *************************
********************************* RG ********************************-->
<div class="leftmenu">
<ul class="adxm menu">
<li id="menumain"><a href="#">Richard Garrod</a>
<li class="indmenu"><a href="#">Galleries</a>
<ul>
<li id="popmenu">Gallery 1
<li id="popmenu"><a href="#">Gallery 2</a>
<li id="popmenu"><a href="#">Gallery 3</a>
[/list]

I'm sorry for the wrap in the code that makes it difficult to look at. This code comes from my index.html page for my web site. There are links in the left column that are supposed to bring up the first gallery. The other two links aren't prepared yet, so they have no file path specified. Does this help? Arlene
 
I only seem to have the first page and no galleries Arlene... can't tell a lot without the galleries, I'm afraid! Try again!
 
Victoria, I tried to upload the zipped folder with the entire web site files to Skydrive, but it didn't want to take the zip file that was 67 MB, so I hope you will be able to use what I sent you before after you receive read the email I sent you this afternoon. Arlene
 
Status
Not open for further replies.
Back
Top