PDA

View Full Version : Misc. Tweaks


SummitPhotoNH
Mar-07-2010, 01:30 PM
I'm in the final stages of tweaking my website and just have a few questions...have a look at the following link as an example:

http://summitphotonh.smugmug.com/Journalism/MWO/10296986_6f6fk

*Up at the top of the page on the left, there is a "previous and next" navigator... it shows up as <prev 1 of 31 next> for example. How do I get rid of it? (it appears at the bottom of the page on the left, also - I want them both to go away).

*Just below the "previous and next" navigator, there is a grayish black horizontal line that goes the width of the page. How do I get rid of that?

*Is there a way to eliminate the drop down menu for "photo viewing size" down near the bottom left of the page? I would like to eliminate it.

That's it! Don't critique the site much for navigation right now...it's still under development, but these little pesky things have been bugging me and I'd love some help on how to make the changes!

Thanks!:D

Allen
Mar-07-2010, 02:28 PM
I'm in the final stages of tweaking my website and just have a few questions...have a look at the following link as an example:

http://summitphotonh.smugmug.com/Journalism/MWO/10296986_6f6fk

*Up at the top of the page on the left, there is a "previous and next" navigator... it shows up as <prev 1 of 31 next> for example. How do I get rid of it? (it appears at the bottom of the page on the left, also - I want them both to go away).

*Just below the "previous and next" navigator, there is a grayish black horizontal line that goes the width of the page. How do I get rid of that?

*Is there a way to eliminate the drop down menu for "photo viewing size" down near the bottom left of the page? I would like to eliminate it.

That's it! Don't critique the site much for navigation right now...it's still under development, but these little pesky things have been bugging me and I'd love some help on how to make the changes!

Thanks!:D
Try this in your CSS

.gallery_10296986 #albumNav_top .photoNav,
.gallery_10296986 #sizePicker {display: none;}

.gallery_10296986 #albumNav_top {border: none;}

I have to widen my window to 1380px to see the whole page. Imagine what
your visitors will see on a laptop.

SummitPhotoNH
Mar-08-2010, 09:40 AM
Try this in your CSS

.gallery_10296986 #albumNav_top .photoNav,
.gallery_10296986 #sizePicker {display: none;}

.gallery_10296986 #albumNav_top {border: none;}


Thanks Allen! That all worked! I did add one line of code:

.gallery_10296986 #albumNav_top .photoNav,
.gallery_10296986 #albumNav_bottom .photoNav,
.gallery_10296986 #sizePicker {display: none;}

.gallery_10296986 #albumNav_top {border: none;}

...just to get rid of that navigation on the bottom, too. This really helped.

As far as the resolution goes, I see what you mean...I still have some work to do in order to perfect it but I must say, this guy Jon was a HUGE help. In fact, he was the only person in all of SMUGMUG world who could help me understand how to do a vertcal navbar on the left ... seems as though it's frowned upon. I love it though...been in love with the setup for quite some time. Horizontal navbars just don't speak to me the way this one does :D

Thanks again!!!