"Wrapper" is not showing up around album pages

maw4b

Joined: 2004-02-29
Posts: 2
Posted: Mon, 2005-01-10 01:54

I have successfully written header and footer files that were placed in the wrapper.header.default and wrapper.footer.default files. When I loaded my gallery, the main index is wrapped just as I want it. However, when I click on any of the albums, all the wrapping is lost around the album display (where it displays all the pictures in the album). I am guessing that something in the album display is preventing the wrapping from loading. I tried putting my headers and footers in the album.footer.default and album.header.default. It still did not show the wrapping. Any help is appreciated.
--markus

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2005-01-10 03:25

url?

 
maw4b

Joined: 2004-02-29
Posts: 2
Posted: Tue, 2005-01-11 16:21

Okay, problem solved. I had used a combination of dreamweaver and some code I found on the internet to get the main gallery picture to be successfully wrapped. The problem was that, in the process of hacking out the code, I managed to include two headers in the wrapper file and had a random open javascript piece of code. Bottom line ... look over the wrapper file before you save it. Even I, a real amature at this, could (with the help of dave) see that there was some code sitting in there that could/should be erased. Also, you need to put in full image urls to make the pictures work at all levels. Right now my pictures work at the gallery and album level, but not at the picture level. This should be an easy fix and done in just a minute.

Okay, so if you do the wrapper correctly, everything related to gallery should be wrapped in the same way. I just added extra code that messed things up. Thanks for your help dave.
--markus