![]() |
Quote:
|
Quote:
Replace the drop nav header part with this Code:
<!-- Original code by Stu Nicholls of -->Code:
/* CSS Dropdown Nav Bar */ |
Quote:
Got it! THANK YOU! THANK YOU! THANK YOU! You ROCK! |
I like a lot of the navbars that are out there, the one thing I would like to change is to be able to click to open, click to close on my drop down menui. Any help would be appreciated
|
Hi Allen,
Is it possible to change the navbar on a specific gallery? I looked thorugh a ton of these pages to see if anyone else had asked, but I couldn't find it. I am trying to make a custom page for the bridge and groom for a wedding we have coming up. I wanted to change the links at the top to links for the galleries from engagement photos... The page is http://www.ericandjanaphotography.co...ndanna/wedding I got the header changed, but not sure how to go about doing the navbar, or if it's possible. thanks |
ok, so I made some progress and found a way to do it, on another thread, however some of the formatting got changed, any chance you could isolate what I have messed in changing CSS for the second navbar (.menu2).
|
Quote:
apply the same class name to both. Then one set of CSS .menu will format both. <div id="menu1" class="menu"> <div id="menu2" class="menu"> Any minor formatting differences can be handled with a couple of specific CSS rules. You also have multiple uses of myBanner and myHeader. You can only use an ID once on a page. |
Thanks Allen,
I have kept playing with it some, and I think I am getting it. Just have to take care of the repeat, and then I will be good. |
I am looking for some help on adding a nav bar. I have gone through pages and pages and tried/deleted several things and so far this is all I've come up with... www.butterflykissesphotography.me ...I am looking to make it look like this one... http://www.bluedaisyart.com/ ...can anyone help? Many thanks!
|
I've just notice that some of the items in my navbar aren't displaying correctly when logged out. Logge in everything looks as it should. Logged out, two of the items are a different font (same font but not bold like the rest).
www.laraluz.com is anyone able to see what I have that might be causing this? I have the same header code on my blogger page and its working fine. |
Hello Allen, first of all let me state that you have done an awesome job with this drop down Nav Bar.
This is actually my first post on this board. I've done a lot of reading and just about have my site the way I want it. My question to you is three fold. 1. Is it possible to put a | in between each word on the nav bar. example: Home | Portfolio | Guestbook | About Me | Contact 2. I've been reading and trying but just can't seem to change the color on the main line with a hover. 3. I've also have been trying to get the nav bar higher up on the page. About level with my banner. Any help is greatly appreciated!! Ohhh.. you do need one more thing... http://www.passapera.net that should help :D |
Quote:
Code:
...nickname and domain, changed the links to relative. Change your whole header to this. Code:
<div class="menu">Code:
/* style the outer div to give it width */ |
Quote:
|
Allen you rock!!!!
Thanks for your fast response and help!!! Everything is working great!!! |
Nav bar issues - goes vertical rather than horizontal
1 Attachment(s)
Hi,
Thanks for the css and html code for this nav. bar. I (think) I have added my own links correctly but when I preview on Smugmug all the navigation goes vertically down the left side of the screen. I would like it to go horizontally underneath my logo. I've attached the html file (I haven't changed the css at all yet as I wanted to get the layout right before changing colours etc). My site is nendazphotos.com but I still have the simple nav bar there for now. If you're able to help I'd really appreciate it! Thanks, Sarah |
Quote:
Replace the header nav html with this. Cleaned it up some and changed it to relative links. Your main site can be left off as this shows that's lined out. <li>< a href=" So only the part after that is used. <li>< a href="/Architecture">...... or <li><a href="/SkiSchoolPhotos/January-2011" ..... Code:
<!-- Original code by Stu Nicholls of -->Code:
/* CSS Dropdown Nav Bar */ |
Left align the 2nd level nav?
Thanks Al! That's awesome. I didn't expect you to do the css too. Just one little thing - how do I align left the second level links?
Thanks again. Sarah |
Quote:
together including CSS. Gives a good starting point. Add red in CSS. Added another rule. IE has a habit of losing the mouse as you slide down the drop and hit the page nav. Code:
/* style the second level links */ |
thanks for looking at for me. Maybe its a chrome thing....
|
Awesome! Thanks.
Thanks, that worked. Awesome.
:lust |
I am a newbie here so thanks in advance for your help.
Having a problem with my drop down menu not displaying properly using Internet Explorer. Works fine using Mozilla and Safari. When attempting to navigate to the Portfolio pages in Internet Explorer nothing appears. My website is www.robertsternphotography.com Again, thanks for your help! |
Level 3 Menu ok in Safari, FF; but off in Chrome
Having a little problem with a menu I've had in place for a while. When navigating to the 3 level of my menu (ex: Private Galleries, Students, "student name"), the text and background colors seem to behave as expected in Safari and Firefox, but are mixed up and misbehaving in Chrome.
My apologies if you have already fixed this for others, but I haven't been able to spot the correct thread. Any help you can provide is appreciated! Bob www.ardreykellsportsphoto.com |
Quote:
|
Quote:
with sorted by levels. Also made the drops shorter in height, think it fits the page better. Code:
/* CSS Dropdown Nav Bar */ |
Thanks Allen! I'll work on it this even. Really appreciate the quick response.
|
Help with nav
1 Attachment(s)
Hi there,
I went through your first post and did as it said. I am not sure of a few things here. First of all I am not 100% on where exactly my HTML goes on the customization page. I tried pasting in the Head Tag, the Body Tag and Custom Header on the Advanced Site-Wide Customization page. I submitted my code and it looked incorrect in the preview, but I figured i would look on the actual page. It was not there. I went back to the Customization page and all the fields were blank. Where is all the HTML and CSS supposed to go? Why do you have to select a single page to do customization that is supposed to be site wide? I just want a drop down menu with the following menus and sub menus: HOME FLOODING > JUNE 24 > JUNE 26 SHUSWAP AERIALS > BLIND BAY SORRENTO > EAGLE BAY NARROWS > LITTLE SHUSWAP LEE CREEK > SCOTCH CREEK ST IVES > NARROWS SICAMOUS > SICAMOUS SALMON ARM PORTFOLIO > LANDSCAPES > ANIMALS > CANVAS PRINTS > OTHER CONTACT TESTIMONIALS PRICING The website is at www.shuswaponcanvas.com I am looking for a basic drop down menu with just 4 or 5 colours used throughout, but easy to use. I can send all the HTML and CSS I have if you want to check it over. I really appreciate any help you can offer. |
Quote:
The CSS goes in the CSS (optional) box. I'll be back with the html and CSS in awhile. Hold your breath.:D |
Quote:
Code:
<!-- Original code by Stu Nicholls of -->Code:
.notLoggedIn .menu {display: none;} |
Need help...
Thank you for all the help so far... I can't get the nav bar to the right hand side of my site.... I'm sure this is easy for those who know what the are doing (not Me)... Suggestions? Please let me know what you need to see to help.
Thanks Rob rudrow.smugmug.com |
Quote:
Code:
/* style the outer div to give it width */Code:
/* style the outer div to give it width */ |
Thanks Allen! now how do I get the nav bar on the same line as my logo?
Rob Quote:
|
Quote:
code below moves it to advanced. Change your header to this. Remove the logo from Easy Customizer. Code:
<!-- Original code by Stu Nicholls of -->Code:
|
Thank you!!! You are awesome!
There is another thing I have been wrestling with aside from the nav bar.... If you look at my site there is a lot of extra space beneath my images that play in the slideshow and my footer and for the life of me I can't figure out how to get rid of it? Thanks again! Quote:
|
Quote:
|
THANK YOU...one last thing
1 Attachment(s)
That worked awesome. Thank you so much Allen. The only thing I need to change is the overall width of the menu navigation. Pricing got kicked down below Home.
THANK YOU, THANK YOU!!! Colin Quote:
|
Quote:
Code:
/* style the outer div to give it width */ |
Thanks for all your help
Quote:
|
Hi Al,
Hope all has been well with you since last we chatted! We're now in the process of translating as much as we can of the written words on our site into Thai, as we're aiming to attract Thai interest; being that we live here in Thailand. Google Translate may work very well between, say, English and Spanish, but when it comes to Thai, my (Thai) wife says it falls flat on it's face. So she's now translating and I'm setting up duplicate pages in a separate gallery, providing links to those translated pages to click on in our English-speaking galleries and pages. Thing is, I'm wondering if, or rather hoping that it's possible to create a duplicate custom navigation bar (the same one you helped me with previously) situating it directly beneath the one that's up now but, of course, with the words in each menu in Thai characters. So I guess that's two questions: 1. Can a second custom navigation bar be created and placed directly below the primary one? 2. Is it possible to use a Thai font (Thai alphabet is constructed of completely different characters to English) for the menu click-ons? Thanks in advance Al, and hope you're enjoying a wonderful weekend meantime :lust |
Quote:
Code:
...Code:
/* style the outer div to give it width */ |
Quote:
The Custom Header code worked a treat, also great to see that Thai characters can be used! My wife's midway through translating all our pages, so it's probably best to wait until all that is done and we're ready to add the additional nav bar in Thai. Come that point I'll try out the CSS part you provided and may well get back to you again if I need any further assistance with the tweaking. Although I'm not completely ready to roll with my blog, I have recently set up a Blogger account in preparation. With respect to that, I do have another question for you Al whenever you have the time: Assuming this is in fact possible to do, do you happen to have a tutorial that gives instruction on how to import custom nav bars from SmugMug websites directly into Blogger accounts? It's still relatively early days for me trying to figure out how to customise my Blogger account, and although I haven't yet found this myself, I've read things in forums that seem to suggest there are customisation fields for both HTML and CSS. Any help on this would, as always, be greatly appreciated. Many thanks in advance and wishing you a excellent week ahead :thumb |
| Times are GMT -8. It's 05:27 AM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.