• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization PLEASE HELP!!! Nav bar link for Galleries

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Feb-16-2009, 07:26 AM
#1
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 07:32 AM
#2
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by picturegirl
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?
Add the CSS and js from that tutor and change this part of your nav link
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&amp;%20Children">Babies &amp; 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 &amp; 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>
to this
<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;               
}
Old Feb-16-2009, 08:55 AM
#3
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 09:01 AM
#4
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by picturegirl
Thanks for getting back to me so quickly, tried that and it still goes to my homepage and not my galleries.
All your public galleries are in those three categories. If you want to show
galleries instead of categories click "display by gallery' in the upper right of
box.
Old Feb-16-2009, 09:10 AM
#5
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 09:11 AM
#6
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by picturegirl
Thanks for getting back to me so quickly, tried that and it still goes to my homepage and not my galleries.
You are missing this CSS (shown in the tutorial) that makes the galleries page be different from your homepage:

.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Feb-16-2009, 02:07 PM
#7
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 03:34 PM
#8
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by picturegirl
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???
When I click on your galleries link in your navbar it takes me to a view of your featured galleries with no slideshow.

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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Feb-16-2009, 03:43 PM
#9
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 03:50 PM
#10
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by picturegirl
Oh ok, that makes sense!!!! Thanks so much, that worked!! Is it still possible to show my featured galleries on the homepage?
If you want your featured galleries on the homepage and not on the galleries page, then you just change the CSS to do that.

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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Feb-16-2009, 03:53 PM
#11
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 03:59 PM
#12
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by picturegirl
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!
Your popular gallery is set to the white theme. In that gallery, using the theme button to set the theme back to take the default theme and it should then look like the rest of your galleries.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Feb-16-2009, 04:06 PM
#13
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]No place is boring, if you've had a good night's sleep and have a pocket full of unexposed film. ~Robert Adams[/FONT]
Old Feb-16-2009, 04:16 PM
#14
jfriend is online now jfriend
Scripting dude-volunteer
Quote:
Originally Posted by picturegirl
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.
For some reason, I thought you were using a regular gallery for your popular link. Hmmm, I saw it that way at one time. The regular Smugmug popular gallery takes on either your default theme (set in control panel) or your homepage theme (set with theme button on the homepage). I'd suggest you make sure both are set to the black that you want.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Feb-16-2009, 04:23 PM
#15
picturegirl is offline picturegirl OP
Major grins
picturegirl's Avatar
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]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

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump