|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
PLEASE HELP!!! Nav bar link for Galleries
I posted two questions this weekend about customizing my site and I did not get one response back
, got lots of views though. So I spent hours putting it back to how it was previously ![]() Now what I am trying to do is link my galleries link on my nav bar to all my galleries. I don't like having this huge drop down list of my galleries. I found this tutorial http://dgrin.smugmug.com/gallery/2160039 and followed what they said to do, I got nothing but a link back to my homepage. I would like it to work like it does on this site: http://jkmann.smugmug.com/galleries Can anyone out there help?
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
<li><a class="drop" href="#nopick">GALLERIES
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Weddings">Weddings</a></li>
<li><a href="/Senior%20Portraits">HS Seniors</a></li>
<li><a href="/Babies%20&%20Children">Babies & Children</a></li>
<li><a href="/Maternity">Maternity</a></li>
<li><a href="/Couples">Couples</a></li>
<li><a href="/Families">Families</a></li>
<li><a href="/People">People</a></li>
<li><a href="/Nature">Nature</a></li>
<li><a href="/Animals">Animals</a></li>
<li><a href="/Coast%20Trips">Coast Trips</a></li>
<li><a href="/Flowers">Flowers & Plants</a></li>
<li><a href="/Motorcycles">Motorcycles</a></li>
<li><a href="/Misc.">Misc.</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/galleries">GALLERIES</a></li> btw, remove the / from your CSS Code:
.menu ul li a:hover ul {
display: block;
position: absolute !important;
top: 2px; /
background: black;
margin-top: 7px;
left: 0px;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
|
|
Major grins
|
Thanks for getting back to me so quickly, tried that and it still goes to my homepage and not my galleries.
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
galleries instead of categories click "display by gallery' in the upper right of box.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
|
|
Major grins
|
I was hoping to be able to click on galleries in my nav bar and have that go to all my galleries without it showing on my home page, just like this:
http://jkmann.smugmug.com/galleries When you click his galleries link it goes to his galleries.
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#6
|
||
|
Scripting dude-volunteer
|
Quote:
.homepage #galleriesBox, .homepage #categoriesBox, .homepage #featuredBox { display: none; } .galleries #bioBox { display: none; } .galleries #galleriesBox, .galleries #categoriesBox, .galleries #featuredBox { display: block; }
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#7
|
|
|
Major grins
|
I put that code in and it still goes back to my homepage but makes my bio box disappear and only shows the featured galleries???
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#8
|
||
|
Scripting dude-volunteer
|
Quote:
If you want your regular galleries to show too, then you have to enable them. Go to the homepage layout button and enable your galleries or categories to show there. Just so you realize, your homepage and your galleries page are exactly the same page. We are just using CSS to hide/show different things on the two different versions of the page.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#9
|
|
|
Major grins
|
Oh ok, that makes sense!!!! Thanks so much, that worked!! Is it still possible to show my featured galleries on the homepage?
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#10
|
||
|
Scripting dude-volunteer
|
Quote:
Instead of this: .homepage #galleriesBox, .homepage #categoriesBox, .homepage #featuredBox { display: none; } .galleries #bioBox { display: none; } .galleries #galleriesBox, .galleries #categoriesBox, .galleries #featuredBox { display: block; } you change to this: .homepage #galleriesBox, .homepage #categoriesBox, .galleries #featuredBox { display: none; } .galleries #bioBox { display: none; } .galleries #galleriesBox, .galleries #categoriesBox { display: block; }
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#11
|
|
|
Major grins
|
Thanks so much, worked perfect! Just checked out your site love the Havasu Falls pictures, can't wait to got there some day myself!!
So would you have any idea why my popular gallery would still have the white theme? Thanks again!
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#12
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#13
|
|
|
Major grins
|
Popular photo gallery does not have the option to change the theme. Over the weekend I tried the white theme with a teal green background and it really messed things up so I switched it all back. Now for some reason this gallery is stuck on white. I did change my background color back to dark in my customization.
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
|
#14
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#15
|
|
|
Major grins
|
I just found it in my Control panel under, Customize tab and at the very bottom has an all pages theme, Applies to all pages that don't have a theme or are set to 'Default'. I knew it must have been something I did, I was trying the all white theme but it had border breaks at the top and bottom and did weird things when I changed my background color.
Thanks again, truly appreciate it so much!!!!
__________________
[FONT=Century Gothic]Angie[/FONT] [FONT=Century Gothic]My Site[/FONT][FONT=Century Gothic]|[/FONT][FONT=Century Gothic]My Favorites[/FONT] [FONT=Century Gothic]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
|
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|