|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
HTML Thread and linking to nav bar
I am having a problem linking a created HTML page to the nav bar so that it will work.
my site is sweetpeonyphotography.com i would like the slide show on the homepage like it is. i would like a single picture and info text on the About Lauren page, I have finally figured out the Galleries section of the nav bar and it works and i also need to be able to link html text for my pricing and contact links in the navbar. can you please help. |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
Can you provide a direct link to your "about", "pricing", and "contact" pages. |
|
|
|
||
|
#3
|
|
|
Big grins
|
Hi there, somehow they are all direct copies of the homepage and the link to those three tabs are all
http://www.sweetpeonyphotography.com/ |
|
|
|
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
|
|
Big grins
|
|
|
|
|
|
#6
|
|
|
Big grins
|
|
|
|
|
|
#7
|
||
|
Major grins
|
Quote:
Change your custom header box to this: Code:
<div id="navcontainer"> <ul> <li><a href="/">Home</a></li> <li><a href="/gallery/16191350_N3XHL">About Lauren</a></li> <li><a href="/galleries">Galleries</a></li> <li><a href="/gallery/16193027_kAuRx">Pricing</a></li> <li><a href="/gallery/16193049_e763z">Contact</a></li> </ul> </div> |
|
|
|
||
|
#8
|
|
|
Big grins
|
Ok I did that and now my navbar is bulleted to the side and im seeing nothing but galleries and slide show on every category.
|
|
|
|
|
#9
|
|
|
Big grins
|
My ultimate goal is to have a home page with my header and nav bar and slideshow. Then I would like to have an "About Lauren" page with info about myself and a picture of my family, a "Galleries" page with all my albums, a pricing page with information about pricing and info and a "Contact" page with all my information.
|
|
|
|
|
#10
|
||
|
Major grins
|
Quote:
we'll get ya there...but first remove this from your CSS box....it goes into your custom header box....this should be the only thing in your custom header box: Code:
<div id="navcontainer"> <ul> <li><a href="/">Home</a></li> <li><a href="/gallery/16191350_N3XHL">About Lauren</a></li> <li><a href="/galleries">Galleries</a></li> <li><a href="/gallery/16193027_kAuRx">Pricing</a></li> <li><a href="/gallery/16193049_e763z">Contact</a></li> </ul> </div> |
|
|
|
||
|
#11
|
|
|
Big grins
|
Ahhhh, there is my mistake...I put it in CSS and now everything I had there is gone....sigh.
|
|
|
|
|
#12
|
||
|
Major grins
|
Quote:
Add this to your CSS and it should get you close to what you had before: Code:
#navcontainer ul
{margin: 0;padding: 0;
list-style-type: none;
text-align: center;}
#navcontainer ul li
{display: inline;}
#navcontainer ul li a
{text-decoration: none;
padding: .2em 1em;
color:#fff;background-color:none}
#navcontainer ul li a:hover
{color:#fff;background-color:none}
|
|
|
|
||
|
#13
|
|
|
Big grins
|
That's about right....just what I am looking for. Last thing in my CSS was a code I found to keep the galleries checked but hidden on homepage so they would only come up on the galleries page. Thanks you are great!
|
|
|
|
|
#14
|
||
|
Major grins
|
Quote:
Add this to your CSS and see if you like: Code:
/*************************************************
==== Remove Photo Message ====
*************************************************/
.notLoggedIn .nophotos {display:none;}
/*************************************************
=== Line Gallery Thumbs 4-Across ===
*************************************************/
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}
/*************************************************
==== Stretch Gallery Thumbs ====
*************************************************/
.galleries #homepage, #content.userKeywords,
#header_wrapper, #footer_wrapper, #cobrand_footer,
#category, #subcategory, #header,
#smugmug, .smugmug #header, .smugmug #footer
{margin-left: 15px;margin-right: 15px;min-width: 755px;
width: auto;_width: expression
(document.documentElement.clientWidth < 790? "760px" : "auto");}
/*===== Galleries Page =====*/
#bioBox .photo, .galleries #bioBox,
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {display:none}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox
{display:block}
.galleries #slideshowBox
{display:none}
|
|
|
|
||
|
#15
|
|
|
Big grins
|
LOVE IT!!!!!!!!! Perfect!!!!!!!! Can't thank you enough!
Lauren |
|
|
|
|
#16
|
||
|
Major grins
|
Quote:
wanna try to tackle those info pages and get them all pretty? |
|
|
|
||
|
#17
|
|
|
Big grins
|
One last thing. On the html pages is there any way to add spacing in between paragraphs so it just doesn't all run together?
|
|
|
|
|
#18
|
|
|
Big grins
|
Sure I would love too!!!!!!!!
|
|
|
|
|
#19
|
|
|
Major grins
|
ok...stand by for a few minutes....if you would like all your pages to have the same background wallpaper, like your homepage, then add this to your CSS:
Code:
body
{background-image:
url('http://cdn.smugmug.com/img/themes/wallpaperbrown/body_bg.jpg') !important}
|
|
|
|
|
#20
|
|
|
Major grins
|
For your "about page".....
Go to your about page, and change the album description to this: Code:
<html> <div class="myTitle"> About Me... </div> <!-- closes myTitle div --> <div class="myPhoto"> <img src="/photos/1216267614_K4DyZ-S.jpg" width="400" height="267" /> </div> <!-- closes myPhoto div --> <div class="myText"> <p> My name is Lauren Thurmon and the art of photography is a tremendous part of my life. Driven by my passion, my aim is to create simply beautiful photographs. I am a self taught, natural light photographer specializing in on location photography. </p> <p> My specialties include newborns, children, birthdays, families, engagements, weddings, maternity and sporting event photography. </p> <p> I enjoy meeting new friends through my travels as a free lance photographer and I look forward to working with you. In addition to my talents in photography, I hold a BS in Health Sciences (Administration), a Master of Arts in Early Elementary Education, and Fitness Certifications in Zumba and Zumbatomic (Kids). I am an accomplished wife, mother and classical homeschool nurturer. </p> <p> I married my high school sweetheart Shaun and we are parents to two beautiful children, Emily Anne (6) and Garrett Christopher (5). I dream that someday the step between my mind and my finger will no longer be needed. And that simply by blinking my eyes, I shall make pictures. Then, I think, I shall really have become a photographer. </p> </div> <!-- closes myText div --> <div class="spacer"></div> </html> Then add this to your CSS box : Code:
/*************************************************
======= About Me Page =======
*************************************************/
.gallery_16191350 #albumDescription
{margin-top:10px;background:#211C18;
padding:20px 40px 40px 40px;
border:1px solid #313029;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.Shadow
(Color='000000', direction='135', strength='3');_filter: none;
-moz-border-radius: 8px;-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
opacity:0.7;filter:alpha(opacity=70) !important;
width:800px;margin:auto}
.gallery_16191350 .myPhoto
{float:left;padding: 0 30px 10px 0;}
.gallery_16191350 .myPhoto img
{border:1px solid #313029}
.gallery_16191350 .myTitle
{font-family:arial;
font-size: 150%;color:#fff;
font-weight:bold;text-align:center;
margin:auto}
.gallery_16191350 .myText
{font-family:arial;
font-size:100%;color:#fff;
font-weight: normal; text-align: justify;}
.gallery_16191350 .journal_entry,
.gallery_16191350 #breadCrumbTrail,
.gallery_16191350 .play_slideshow,
.gallery_16191350 #viewingStylesButton,
.gallery_16191350 .share_button,
.gallery_16191350 #albumNav_top,
.gallery_16191350 #albumNav_bottom,
.gallery_16191350 .pageNav,
.notLoggedIn .gallery_16191350 #photos
{display:none}
.gallery_16191350 .journal_entry {border:none;}
Check the page in "visitor view" when done. |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Customizing for Dummies - Chapter 1 | Mike Lane | SmugMug Customization | 17 | Jan-08-2012 08:26 AM | |
| Linking to specific photos from external sites | hontzd | SmugMug Support | 6 | Nov-20-2010 09:03 PM | |
| Sandra's Help Thread | sklonergan | SmugMug Customization | 25 | Feb-02-2009 05:52 PM | |
| Linking to photos? Instructions to visitors for details? | lokerd | SmugMug Support | 21 | Apr-01-2007 11:43 AM | |
| Anabel's Thread | Barb | SmugMug Customization | 16 | Jan-14-2007 01:41 PM | |
| Thread Tools | |
| Display Modes | |
|
|