2 Replies Latest reply: Apr 13, 2013 12:11 PM by su rex RSS

    Bridge HTML Gallery Coding

    su rex Community Member

      I used Bridge to create a photo gallery using the HTML Gallery Template to place on a website.  I need the html page that is created to have a different name than the default index.html as well as contain my own header and navigation buttons.  That's easy to fix.  Here's the problem.  When a person clicks on a thumbnail a larger image opens up and just above that large image a person has a choice of clicking on the words Previous, Index, Next.  Previous and Next work as expected taking you to the larger view of the image that is either before or after the one you are viewing.  If I click on the word Index it takes me to a view of the thumbnails but not the page I had edited and renamed.  Where do I find the coding to change the link for the word Index so I can change it from the default index.html to what I renamed the page to?  I've found pretty much everything else but not this link.  I'm sure I'm looking right at it and not seeing it!

       

      Thanks for your help.

       

      Sue

        • 1. Re: Bridge HTML Gallery Coding
          ja3754 Community Member

          I’ve only looked at this briefly, but as far as I can tell:

           

          The “Index” link points to index.html inside the content folder, not the index.html in the root of the web gallery folder. That’s the file you need to rename and add your extra code to.

           

          If you rename index.html, you’ll also need to change the name throughout all the code or you’ll get a “page not found” error. This is best done with a text editor that can do multi-file find and replace, such as TextWrangler for Mac (not sure of Windows equivalent, but there must be many out there).

          • 2. Re: Bridge HTML Gallery Coding
            su rex Community Member

            Thanks, I never thought of looking in the content folder.  I was looking through the code and even did a few find & replace searches and couldn't figure it out.  This I can work with.  I can edit these files and not have to worry about the coding.

             

            Susan