View Full Version : Add Main Gallery to Page Nav before "1"
voicelit
Dec-31-2008, 10:51 PM
How can I add to the page navigation numbers. I used a tutorial to create a special gallery page with links and larger thumbnails , the Steve Allen hack , I think. See : http://dotfur.smugmug.com/gallery/6966024_fVj7P But when I get to a specific gallery ( click on OLIVER or go to http://dotfur.smugmug.com/gallery/5704059_CPgmY (http://dotfur.smugmug.com/gallery/5704059_CPgmY)
and then click on a specific photo , The Page Nav numbers do not have the main gallery with all its' thumbnails as the Number ONE page or better yet : a word/words like : Oliver Main Gallery.
Any ideas ?
( also saw somewhere on the forum the code for changing the colors of the page nav numbers, and whether they've been visited and all that ?
Thanks for any help,
Marty
dotfur.com
Allen
Jan-01-2009, 06:01 AM
How can I add to the page navigation numbers. I used a tutorial to create a special gallery page with links and larger thumbnails , the Steve Allen hack , I think. See : http://dotfur.smugmug.com/gallery/6966024_fVj7P But when I get to a specific gallery ( click on OLIVER or go to http://dotfur.smugmug.com/gallery/5704059_CPgmY (http://dotfur.smugmug.com/gallery/5704059_CPgmY)
and then click on a specific photo , The Page Nav numbers do not have the main gallery with all its' thumbnails as the Number ONE page or better yet : a word/words like : Oliver Main Gallery.
Any ideas ?
( also saw somewhere on the forum the code for changing the colors of the page nav numbers, and whether they've been visited and all that ?
Thanks for any help,
Marty
dotfur.com
Here's your html with all the correct links inserted. The CSS is adding the borders so set each to 0.
<html>
<h3><center>CLIENTS OF SPOOBY</center></h3>
<table width="700" align="center">
<tbody>
<tr>
<td>
<a href="/gallery/6967445_ayDQX">
<img src="/photos/445855902_zGjff-O.jpg" width="246" border="0" height="246"></a>
</td>
<td>
<a href="/gallery/5704059_CPgmY">
<img src="/photos/445855917_BMuay-O.jpg" width="246" border="0" height="246"></a>
</td>
<td>
<a href="/gallery/5704369_LGgv4">
<img src="/photos/445855938_3fPSA-O.jpg" width="246" border="0" height="246"></a>
</td>
</tr>
<tr valign="top" align="center" height="50">
<td><a href="/gallery/6967445_ayDQX">MARLEY</a></td>
<td><a href="/gallery/5704059_CPgmY">OLIVER</a></td>
<td><a href="/gallery/5704369_LGgv4">SHAMUS</a></td>
</tr>
<tr>
<td>
<a href="/gallery/5775373_C4rr6">
<img src="/photos/445869580_HL2AC-O.jpg" width="246" border="0" height="246"></a>
</td>
<td>
<a href="/gallery/5703604_yUjBj">
<img src="/photos/445869523_dDd6w-O.jpg" width="246" border="0" height="246"></a>
</td>
<td>
<a href="/gallery/6419135_Dgyfy">
<img src="/photos/445869622_B4ZQk-O.jpg" width="246" border="0" height="246"></a>
</td>
</tr>
<tr valign="top" align="center" height="50">
<td><a href="/gallery/5775373_C4rr6">BARNIE</a></td>
<td><a href="/gallery/5703604_yUjBj">KATIE</a></td>
<td><a href="/gallery/6419135_Dgyfy">DINO</a></td>
</tr>
</tbody>
</table>
</html>
In your CSS remove the extra period here.
.
.gallery_5704369 #searchBox {display:none;}
Your large thumbs don't fit the page size you're using especially with the set frame size. Hate to use neg margin but gotta slide the thumbs left to align in box.
.gallery_6966024 #albumDescription {
font-family: Comic Sans MS, verdana;
font-size: 130%;
text-align: center;
margin-bottom: 40px;
margin-left: -15px;
}
Change the hover color in this
.gallery_6966024 #albumDescription a:hover {
color: #ccc;
}
Will have to come back and look at this in IE6, don't seem to be behaving.
voicelit
Jan-01-2009, 08:23 PM
What I realy meant was the PAGE NUMBERS/ THE PAGE NAVIGATION after you click on one of the thumbs on " SPOOBY CLIENTS " the gallery here :
http://dotfur.smugmug.com/gallery/6966024_fVj7P
After you select a thumbnail that takes you to a gallery, for instance "OLIVER :" here :
http://dotfur.smugmug.com/gallery/5704059_CPgmY
and then on the "OLIVER" gallery main page of thumbnails , you select a thumbnail , and it takes you into the gallery.... say the 4th thumbnail across top "OLIVER TUBE 19 MADDIE" , and it takes you into the individual photos like so :
http://dotfur.smugmug.com/gallery/5704059_CPgmY/1/351863228_ZVe6N/Medium
Where it says " < PREV. 4 of 15 NEXT > " above and under the photo to the right,
I was wondering how to get the PAGE NAVIGATION NUMBERS to have : either the "1" to be the actual main "OLIVER" gallery , or if there was a way to add to the PAGE NAV NUMBERS, and have the words "main gallery" or something like that at the beginning / far left of the page number list, like:
" MAIN < PREV. 4 OF 15 NEXT > " ?
I want to get rid of the breadcrumbs - I already have in some of the galleries ; and have been testing out using a link in the bottom of the Gallery Description as a way back to the main gallery ( in this case "OLIVER" ) but the page might look even cleaner if the way back to the thumbnails was included in the PAGE NAV NUMBERS.
WHEW.
Some kinda question, huh ?
Hope I'm almost halfway clear.
Any ideas ? Can it be done or do I have to wait for Obama - when allthis will be also solved ?
Marty
(dotfur.com)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.