View Full Version : Is this possible??
Gadget_Girl
Oct-30-2008, 07:12 AM
I would like to make some changes to my home page and the link below is what I'd like it to look like. I am new to the customization but i built the page I would like in PS now i need to now if a beginner can accomplish this or not. The picture in the top right I would like to be my slide show and the picture in the middle (currently my daughter) I need to be able to change out. The text editable an in my nav bar where it says Subscribe I would like to place my RSS button here.
http://clbuchananphotography.com/gallery/6398171_BSS7M#405951757_HFNBH-A-LB
thanks for any help
CL
Allen
Oct-30-2008, 07:51 AM
I would like to make some changes to my home page and the link below is what I'd like it to look like. I am new to the customization but i built the page I would like in PS now i need to now if a beginner can accomplish this or not. The picture in the top right I would like to be my slide show and the picture in the middle (currently my daughter) I need to be able to change out. The text editable an in my nav bar where it says Subscribe I would like to place my RSS button here.
http://clbuchananphotography.com/gallery/6398171_BSS7M#405951757_HFNBH-A-LB
thanks for any help
CL
Remove this from your CSS
[CODE
<div id="my_banner"> </div>
<div id="navcontainer" class="menu">
<ul>
}
[/CODE]
You have a big problem, you also have your user CSS duplicated in the
theme. Remove it from there. Then format with user CSS.
Gadget_Girl
Oct-30-2008, 04:25 PM
Remove this from your CSS
[CODE
<div id="my_banner"> </div>
<div id="navcontainer" class="menu">
<ul>
}
[/code]
You have a big problem, you also have your user CSS duplicated in the
theme. Remove it from there. Then format with user CSS.
Ok I think I've done what you wanted me too. now what?
Allen
Oct-30-2008, 09:55 PM
Ok I think I've done what you wanted me too. now what?
First remove the space or %20 from this in your header. Your home link is not working.
<li><a href="%20/">Home</a></li>
like this
<li><a href="/">Home</a></li>
You have "almost" duplicate sets of nav, banner and header CSS in both your theme and user CSS.
Go to your control panel themes page and delete all BUT this in the theme.
/* auto inserted stretchy code */
.smugmug_ajax #smugmug, .smugmug_ajax #header, .smugmug_ajax #footer {
margin-left: 15px;
margin-right: 15px;
min-width: 755px;
width: auto;
}
.smugmug_ajax #smugmug #photos {
_width: 99%;
}
.smugmug_ajax #footer, .smugmug_ajax #feeds {
text-align: center;
}
.smugmug_ajax .feedLine {
float: none;
border: 0 !important;
}
.smugmug_small #header, .smugmug_small #footer, .smugmug_small #smugmug {
margin: 0 auto;
width: 750px;
}
This is your whole new CSS combining the two copies you had.
#my_header {
height: 213px;
border-bottom: 40px solid #e1ccff;
margin: 0 10px 15px; /* top right/left bottom*/
padding: 0 10px;
}
#my_banner {
width: 232px;
height: 213px;
margin: 0px -10px; /* top right bottom left */
background: url(/photos/405927018_fTr2U-L.gif) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,
sizingmethod=image,src='/photos/405927018_fTr2U-L.gif');
}
/* CSS Dropdown Nav Bar */
/* Original code by Stu Nicholls of */
/* http://www.cssplay.co.uk/ */
/* Edited by me for content, formatting and some elements */
/* Please help support CSSPlay at: */
/* http://www.cssplay.co.uk/support.html */
/* Common Styling */
.menu {
position: relative;
display: block;
z-index: 99;
/* padding: 20px 0px 30px 0px; */ /* spacing around menu - top right bottom left */
height: 30px; /* menu container (div .menu) */
width: 550px; /* width of menu - minimize this until doesn't wrap to two lines - too large effects centering */
margin: 0 auto; /* this should center navbar, if not tweak with left's below */
}
.menu ul {
padding: 10px 0px 10px 0px; /* this effects menu centering if too big */
margin:0 auto; /* this maybe not needed? */
list-style-type: none;
}
.menu ul li {
/* margin: 0 2px 0 2px; */ /* adds space between main menu boxes */
float:left; /* WARNING: float right reverses menu */
position:relative !important; /* ***** Carbonite fix ***** */
}
.menu ul li a,
.menu ul li a:visited {
display: block;
font-size: 1.27em; /* main buttons */
color: #26005C; /* main buttons text non-hover*/
text-decoration:none;
text-align: center; /* centers text in buttons */
width: 100px; /* main box width */
height: 20px; /* main box height */
/* border: 1px solid #2D006B; */ /* start your design with borders on, easier to position DD's & FO's */
/* border-width: 1px 1px 1px 1px; */
background: #e1ccff; /* main button color */
padding-left: 0px;
line-height: 20px; /* positions text up/down in box */
}
* html .menu ul li a, .menu ul li a:visited {
width: 104px; w\idth: 104px; /* IE main button */
}
.menu ul li ul {
display: none;}
/* */
/* Specific to Non-IE browsers */
/* */
.menu ul li:hover a {
color: #B580FF; /* main when hover DD */
background: #e1ccff; /* main when hover DD */
}
.menu ul li:hover ul {
display: block;
position: absolute !important; /* ***** Carbonite fix ***** */
top: -4px; /* FF DD up down */
margin-top: 17px; /* FF main mouse active vertical */
left: 0px; /* FF DD right left */
width: 104px; /* unknown */
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display: block;
background: #DABFFF; /* DD FO non-hover */
color: #26005C; /* DD FO non-hover */
height: auto;
line-height: 20px; /* DD FO box height */
padding: 0px 0px;
width: 100px; /* DD FO box width */
}
.menu ul li:hover ul li a:hover {
background: #DABFFF; /* DD FO hover */
color: #B580FF; /* DD FO hover */
}
.menu ul li:hover ul li:hover ul {
display: block;
position: absolute;
left: 102px; /* FF FO right left */
top: -27px; /* FF FO up down */
width: 146px; /* FF FO box width */
}
/* */
/* Specific to IE browsers */
/* */
.menu ul li a:hover {
/* text-decoration: none; */ /* might be needed */
color: #B580FF; /* main hover */
background: none; /* main hover */
}
.menu ul li a:hover ul {
display: block;
position: absolute !important; /* ***** Carbonite fix ***** */
top: 2px; /* DD container up down */
background: #DABFFF; /* gets rid of DD container */
margin-top: 7px; /* DD container up down */
left: 0px; /* DD right left */
}
.menu ul li a:hover ul li a {
display: block;
background: #DABFFF; /* IE DD color non-hover */
color: #B580FF; /* IE DD color non-hover */
height: auto;
line-height: 20px; /* IE DD FO box height */
padding: 0px;
width: 145px; /* IE DD FO box */
}
.menu ul li a:hover ul li a ul {
visibility:hidden;
position:absolute;
height: 0;
width: 0;
}
.menu ul li a:hover ul li a:hover {
background: #DABFFF; /* DD FO hover */
color: #B580FF; /* DD FO hover */
}
.menu ul li a:hover ul li a:hover ul {
display: block;
position: absolute;
top: -22px; /* FO up down */
color: #B580FF; /* unknown */
left: 147px; /* FO right left */
}
/*ADD TO FIX IE*/
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width: 125px;
w\idth: 139px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top: 30px;
t\op: 31px; /* IE gap between main bar and the dropdown items */
}
/* style the table so that it takes no part in
the layout - required for IE to work */
.menu table {
position:absolute;
top:auto 0; left:0;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a {
width: 125px; /* unknown */
w\idth: 104px; /* DD FF width */
}
/*END EXTRA ADDS FOR IE*/
/* ADD TO HIDE EXTRA LEVELS */
/* make the 2nd level visible when
hover on 1st level list OR link */
.menu ul a:hover ul, /* IE */
.menu ul:hover ul { /* FF */
visibility:visible;
}
/* keep the 3rd level hidden when you
hover on 1st level list OR link */
.menu ul a:hover ul ul, /* IE */
.menu ul:hover ul ul { /* FF */
visibility:hidden;
}
/* keep the 4th level hidden when you
hover on 2nd level list OR link */
.menu ul li a:hover ul li a:hover ul ul, /* IE */
.menu ul li:hover ul li:hover ul ul { /* FF */
visibility:hidden;
}
/* make the 3rd level visible when you hover
over 2nd level list OR link */
.menu ul a:hover ul a:hover ul, /* IE */
.menu ul:hover ul:hover ul { /* FF */
visibility:visible;
}
/* make the 4th level visible when you
hover over 3rd level list OR link */
.menu ul li a:hover ul li a:hover ul li a:hover ul, /* IE */
.menu ul li:hover ul li:hover ul li:hover ul { /* FF */
visibility:visible;
}
/* ==== END NAVBAR CODE ==== */
#bioBox {background-color: #000000;}
#breadcrumb {display: none;}
#bioBox .photo {
display: none;
}
#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");
}
.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;}
a img.imgBorder, .imgBorder {border: solid 2px #fff !important;}
a:hover img.imgBorder, .imgBorderOn {border: solid 3px #fff !important;}
.loginLink { display: none; }
.cartlink_footer { display: none; }
.rssLink {display: none; }
.gallery_6106821 #myText {
margin: 0 auto;
width: 600px;
background: #eee;
color: #444;
padding: 0 20px 5px 20px;
}
/* START gallery 6109715 */
.gallery_6109715 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #000; /* background of description box */
padding: 20px 40px 40px 40px; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_6109715 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */
.gallery_6109715 .myPhoto img {
border: 4px ridge #444; /* add border around photo */
}
.gallery_6109715 .myTitle {
font-family: Arial, Comic Sans MS, verdana;
font-size: 20px;
color: #ccc;
font-weight: bold;
text-align: center;
margin: 0 auto 30px auto; /* top right bottom left */
}
.gallery_6109715 .myText {
font-family: Arial, Comic Sans MS, verdana;
font-size: 16px;
color: #ccc;
font-weight: normal;
text-align: justify;
}
.gallery_6109715 .myEmail {color: #fff;}
.gallery_6109715 .myEmail:hover {color: red;}
.gallery_6109715 .contactForm {color: #fff;}
.gallery_6109715 .contactForm:hover {color: red;}
/* things you can hide on page */
.gallery_6109715 #albumNav_top,
.gallery_6109715 #albumNav_bottom,
.gallery_6109715 .journal_entry, /* hides photos in gallery */
.gallery_6109715 #breadcrumb {display: none;}
.loggedIn .gallery_6109715 #breadcrumb {display: block;}
/* END gallery 6109715-contact page */
/* things you can hide on page */
.gallery_6082385 #albumNav_top,
.gallery_6082385 #albumNav_bottom,
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
/* END gallery 6082385 */
}
.gallery_6114800 .nophotos h3 {display: none;}
.gallery_6114800 #albumNav_top,
.gallery_6114800 #albumNav_bottom,
.gallery_6114800 #breadcrumb {display: none;}
.loggedIn .gallery_6114800 #breadcrumb {display: block;
/* END gallery 6114800-thank you page */
}
.gallery_6356536 .nophotos h3 {display: none;}
.gallery_6356536 #albumNav_top,
.gallery_6356536 #albumNav_bottom,
.gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6356536 #breadcrumb {display: block;
/* END gallery 6356536-Peyton's Gallery */
}
.gallery_6358238 .nophotos h3 {display: none;}
.gallery_6358238 #albumNav_top,
.gallery_6358238 #albumNav_bottom,
.gallery_6358238 #breadcrumb {display: none;}
.loggedIn .gallery_6358238 #breadcrumb {display: block;
/* END gallery 6358238-Peyton's SS Gallery */
}
.gallery_6115656 .nophotos h3 {display: none;}
.gallery_6115656 #albumNav_top,
.gallery_6115656 #albumNav_bottom,
.gallery_6115656 #breadcrumb {display: none;}
.loggedIn .gallery_6114800 #breadcrumb {display: block;
/* END gallery 6115656-calander page */
}
#cobrand_footer .nav,
#cobrand_footer .text { font:bold 8px/8px arial, helvetica, sans-serif; color:grey0;}
}
.photoDetail {display: none;}
#photoKeywords {display: none;}
Do you have a photo for the right part of your banner? Or do you have a
single photo for the whole top?
Gadget_Girl
Oct-31-2008, 07:31 AM
First remove the space or %20 from this in your header. Your home link is not working.
<li><a href="%20/">Home</a></li>
like this
<li><a href="/">Home</a></li>
You have "almost" duplicate sets of nav, banner and header CSS in both your theme and user CSS.
Go to your control panel themes page and delete all BUT this in the theme.
/* auto inserted stretchy code */
.smugmug_ajax #smugmug, .smugmug_ajax #header, .smugmug_ajax #footer {
margin-left: 15px;
margin-right: 15px;
min-width: 755px;
width: auto;
}
.smugmug_ajax #smugmug #photos {
_width: 99%;
}
.smugmug_ajax #footer, .smugmug_ajax #feeds {
text-align: center;
}
.smugmug_ajax .feedLine {
float: none;
border: 0 !important;
}
.smugmug_small #header, .smugmug_small #footer, .smugmug_small #smugmug {
margin: 0 auto;
width: 750px;
}
This is your whole new CSS combining the two copies you had.
#my_header {
height: 213px;
border-bottom: 40px solid #e1ccff;
margin: 0 10px 15px; /* top right/left bottom*/
padding: 0 10px;
}
#my_banner {
width: 232px;
height: 213px;
margin: 0px -10px; /* top right bottom left */
background: url(/photos/405927018_fTr2U-L.gif) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,
sizingmethod=image,src='/photos/405927018_fTr2U-L.gif');
}
/* CSS Dropdown Nav Bar */
/* Original code by Stu Nicholls of */
/* http://www.cssplay.co.uk/ */
/* Edited by me for content, formatting and some elements */
/* Please help support CSSPlay at: */
/* http://www.cssplay.co.uk/support.html */
/* Common Styling */
.menu {
position: relative;
display: block;
z-index: 99;
/* padding: 20px 0px 30px 0px; */ /* spacing around menu - top right bottom left */
height: 30px; /* menu container (div .menu) */
width: 550px; /* width of menu - minimize this until doesn't wrap to two lines - too large effects centering */
margin: 0 auto; /* this should center navbar, if not tweak with left's below */
}
.menu ul {
padding: 10px 0px 10px 0px; /* this effects menu centering if too big */
margin:0 auto; /* this maybe not needed? */
list-style-type: none;
}
.menu ul li {
/* margin: 0 2px 0 2px; */ /* adds space between main menu boxes */
float:left; /* WARNING: float right reverses menu */
position:relative !important; /* ***** Carbonite fix ***** */
}
.menu ul li a,
.menu ul li a:visited {
display: block;
font-size: 1.27em; /* main buttons */
color: #26005C; /* main buttons text non-hover*/
text-decoration:none;
text-align: center; /* centers text in buttons */
width: 100px; /* main box width */
height: 20px; /* main box height */
/* border: 1px solid #2D006B; */ /* start your design with borders on, easier to position DD's & FO's */
/* border-width: 1px 1px 1px 1px; */
background: #e1ccff; /* main button color */
padding-left: 0px;
line-height: 20px; /* positions text up/down in box */
}
* html .menu ul li a, .menu ul li a:visited {
width: 104px; w\idth: 104px; /* IE main button */
}
.menu ul li ul {
display: none;}
/* */
/* Specific to Non-IE browsers */
/* */
.menu ul li:hover a {
color: #B580FF; /* main when hover DD */
background: #e1ccff; /* main when hover DD */
}
.menu ul li:hover ul {
display: block;
position: absolute !important; /* ***** Carbonite fix ***** */
top: -4px; /* FF DD up down */
margin-top: 17px; /* FF main mouse active vertical */
left: 0px; /* FF DD right left */
width: 104px; /* unknown */
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display: block;
background: #DABFFF; /* DD FO non-hover */
color: #26005C; /* DD FO non-hover */
height: auto;
line-height: 20px; /* DD FO box height */
padding: 0px 0px;
width: 100px; /* DD FO box width */
}
.menu ul li:hover ul li a:hover {
background: #DABFFF; /* DD FO hover */
color: #B580FF; /* DD FO hover */
}
.menu ul li:hover ul li:hover ul {
display: block;
position: absolute;
left: 102px; /* FF FO right left */
top: -27px; /* FF FO up down */
width: 146px; /* FF FO box width */
}
/* */
/* Specific to IE browsers */
/* */
.menu ul li a:hover {
/* text-decoration: none; */ /* might be needed */
color: #B580FF; /* main hover */
background: none; /* main hover */
}
.menu ul li a:hover ul {
display: block;
position: absolute !important; /* ***** Carbonite fix ***** */
top: 2px; /* DD container up down */
background: #DABFFF; /* gets rid of DD container */
margin-top: 7px; /* DD container up down */
left: 0px; /* DD right left */
}
.menu ul li a:hover ul li a {
display: block;
background: #DABFFF; /* IE DD color non-hover */
color: #B580FF; /* IE DD color non-hover */
height: auto;
line-height: 20px; /* IE DD FO box height */
padding: 0px;
width: 145px; /* IE DD FO box */
}
.menu ul li a:hover ul li a ul {
visibility:hidden;
position:absolute;
height: 0;
width: 0;
}
.menu ul li a:hover ul li a:hover {
background: #DABFFF; /* DD FO hover */
color: #B580FF; /* DD FO hover */
}
.menu ul li a:hover ul li a:hover ul {
display: block;
position: absolute;
top: -22px; /* FO up down */
color: #B580FF; /* unknown */
left: 147px; /* FO right left */
}
/*ADD TO FIX IE*/
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width: 125px;
w\idth: 139px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top: 30px;
t\op: 31px; /* IE gap between main bar and the dropdown items */
}
/* style the table so that it takes no part in
the layout - required for IE to work */
.menu table {
position:absolute;
top:auto 0; left:0;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a {
width: 125px; /* unknown */
w\idth: 104px; /* DD FF width */
}
/*END EXTRA ADDS FOR IE*/
/* ADD TO HIDE EXTRA LEVELS */
/* make the 2nd level visible when
hover on 1st level list OR link */
.menu ul a:hover ul, /* IE */
.menu ul:hover ul { /* FF */
visibility:visible;
}
/* keep the 3rd level hidden when you
hover on 1st level list OR link */
.menu ul a:hover ul ul, /* IE */
.menu ul:hover ul ul { /* FF */
visibility:hidden;
}
/* keep the 4th level hidden when you
hover on 2nd level list OR link */
.menu ul li a:hover ul li a:hover ul ul, /* IE */
.menu ul li:hover ul li:hover ul ul { /* FF */
visibility:hidden;
}
/* make the 3rd level visible when you hover
over 2nd level list OR link */
.menu ul a:hover ul a:hover ul, /* IE */
.menu ul:hover ul:hover ul { /* FF */
visibility:visible;
}
/* make the 4th level visible when you
hover over 3rd level list OR link */
.menu ul li a:hover ul li a:hover ul li a:hover ul, /* IE */
.menu ul li:hover ul li:hover ul li:hover ul { /* FF */
visibility:visible;
}
/* ==== END NAVBAR CODE ==== */
#bioBox {background-color: #000000;}
#breadcrumb {display: none;}
#bioBox .photo {
display: none;
}
#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");
}
.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;}
a img.imgBorder, .imgBorder {border: solid 2px #fff !important;}
a:hover img.imgBorder, .imgBorderOn {border: solid 3px #fff !important;}
.loginLink { display: none; }
.cartlink_footer { display: none; }
.rssLink {display: none; }
.gallery_6106821 #myText {
margin: 0 auto;
width: 600px;
background: #eee;
color: #444;
padding: 0 20px 5px 20px;
}
/* START gallery 6109715 */
.gallery_6109715 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #000; /* background of description box */
padding: 20px 40px 40px 40px; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_6109715 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */
.gallery_6109715 .myPhoto img {
border: 4px ridge #444; /* add border around photo */
}
.gallery_6109715 .myTitle {
font-family: Arial, Comic Sans MS, verdana;
font-size: 20px;
color: #ccc;
font-weight: bold;
text-align: center;
margin: 0 auto 30px auto; /* top right bottom left */
}
.gallery_6109715 .myText {
font-family: Arial, Comic Sans MS, verdana;
font-size: 16px;
color: #ccc;
font-weight: normal;
text-align: justify;
}
.gallery_6109715 .myEmail {color: #fff;}
.gallery_6109715 .myEmail:hover {color: red;}
.gallery_6109715 .contactForm {color: #fff;}
.gallery_6109715 .contactForm:hover {color: red;}
/* things you can hide on page */
.gallery_6109715 #albumNav_top,
.gallery_6109715 #albumNav_bottom,
.gallery_6109715 .journal_entry, /* hides photos in gallery */
.gallery_6109715 #breadcrumb {display: none;}
.loggedIn .gallery_6109715 #breadcrumb {display: block;}
/* END gallery 6109715-contact page */
/* things you can hide on page */
.gallery_6082385 #albumNav_top,
.gallery_6082385 #albumNav_bottom,
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
/* END gallery 6082385 */
}
.gallery_6114800 .nophotos h3 {display: none;}
.gallery_6114800 #albumNav_top,
.gallery_6114800 #albumNav_bottom,
.gallery_6114800 #breadcrumb {display: none;}
.loggedIn .gallery_6114800 #breadcrumb {display: block;
/* END gallery 6114800-thank you page */
}
.gallery_6356536 .nophotos h3 {display: none;}
.gallery_6356536 #albumNav_top,
.gallery_6356536 #albumNav_bottom,
.gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6356536 #breadcrumb {display: block;
/* END gallery 6356536-Peyton's Gallery */
}
.gallery_6358238 .nophotos h3 {display: none;}
.gallery_6358238 #albumNav_top,
.gallery_6358238 #albumNav_bottom,
.gallery_6358238 #breadcrumb {display: none;}
.loggedIn .gallery_6358238 #breadcrumb {display: block;
/* END gallery 6358238-Peyton's SS Gallery */
}
.gallery_6115656 .nophotos h3 {display: none;}
.gallery_6115656 #albumNav_top,
.gallery_6115656 #albumNav_bottom,
.gallery_6115656 #breadcrumb {display: none;}
.loggedIn .gallery_6114800 #breadcrumb {display: block;
/* END gallery 6115656-calander page */
}
#cobrand_footer .nav,
#cobrand_footer .text { font:bold 8px/8px arial, helvetica, sans-serif; color:grey0;}
}
.photoDetail {display: none;}
#photoKeywords {display: none;}
Do you have a photo for the right part of your banner? Or do you have a
single photo for the whole top?
The right side of my banner is going to be my slideshow.
Allen
Oct-31-2008, 08:05 AM
The right side of my banner is going to be my slideshow.
You didn't make any of the changes I posted.:scratch
How about something like this? Could be better if all your slides were the same size.
Gadget_Girl
Oct-31-2008, 09:04 AM
You didn't make any of the changes I posted.:scratch
How about something like this? Could be better if all your slides were the same size.
Sorry I replied before I made the changes. they are done now.:thumb
I will make my slides the same size I just wanted to get this done first so I knew what size to make them all.
Is there any way of making the patterned sides and solid center (http://www.clbuchananphotography.smugmug.com/gallery/6398171_BSS7M#405957979_S4CGM-A-LB)my background in stead of the black or white that SM offers me? and then my logo and slide show will be positioned inside the solid area?
Allen
Oct-31-2008, 09:13 AM
Sorry I replied before I made the changes. they are done now.:thumb
I will make my slides the same size I just wanted to get this done first so I knew what size to make them all.
Is there any way of making the patterned sides and solid center (http://www.clbuchananphotography.smugmug.com/gallery/6398171_BSS7M#405957979_S4CGM-A-LB)my background in stead of the black or white that SM offers me? and then my logo and slide show will be positioned inside the solid area?
The background on every page or just the homepage?
Make a new background photo with the center area 900px wide and upload it.
You still have all that almost dupped CSS in the theme and it's disrupting your user CSS.
Gadget_Girl
Oct-31-2008, 11:36 AM
The background on every page or just the homepage?
Make a new background photo with the center area 900px wide and upload it.
You still have all that almost dupped CSS in the theme and it's disrupting your user CSS.
new background (http://clbuchananphotography.smugmug.com/gallery/6398171_BSS7M#406652023_b85VQ-A-LB)
the CSS is fixed
I would like this to be my theme throughout my website but if that's not possible I will settle for just the home page.
Allen
Oct-31-2008, 05:26 PM
new background (http://clbuchananphotography.smugmug.com/gallery/6398171_BSS7M#406652023_b85VQ-A-LB)
the CSS is fixed
I would like this to be my theme throughout my website but if that's not possible I will settle for just the home page.
Ok, I think I got it all figured out. It adds your new background and the
slideshow to your header.
This is your whole header, replace the whole thing.
<div id="my_header">
<div id="my_banner"> </div>
<div id="headerSS">
<script>
var ssConfig = {
AlbumID: '6082071',
newWindow: 'false',
transparent: 'true',
splash: '/photos/382375877_npyRq-M.jpg',
showLogo: 'false',
clickUrl: '/Galleries',
showThumbs: 'true',
showButtons: 'false',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(777, 215, ssConfig, 'transparent');
</script>
</div> <!-- closes headerSS -->
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a class="drop" href="/Galleries">Portfolio
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Galleries/614956">Weddings</a></li>
<li><a href="/Galleries/614957">Portraits</a></li>
<li><a href="/Galleries/614958">Landscapes</a></li>
<li><a href="/Galleries/614961">Other</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/">Investment</a></li>
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<li><a class="drop" href="/Galleries">Services
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/galleries">Photography</a></li>
<li><a href="/Albums%20Gallery">Album Design</a></li>
<li><a href="/Galleries/614961">Digital Enhancement</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="http://clbuchananphotography.com/gallery/6082385_xMtiJ/1/381668717_ZCKWz/Large">Information
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/6109715_WZKeF">About Me</a></li>
<li><a href="/gallery/6082385_xMtiJ/1/381668717_ZCKWz/Large">Contact Me</a></li>
<li><a href="http://clbuchanan.blogspot.com">Blog</a></li>
</ul>
</li>
<li><a href="/Clients">Proofing</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div> <!-- closes menu -->
</div> <!-- closes my_header -->
This is your whole CSS, replace the whole thing.
body {
background: url(/photos/406652023_b85VQ-O.jpg) repeat;
background-position: center top;
}
#my_header {
width: 834px;
height: 227px;
border-bottom: 40px solid #e1ccff;
margin: 0 auto; /* top right/left bottom*/
padding: 0 10px;
}
#headerSS {
position: relative;
left: 160px;
top: -205px;
width: 677px;
}
#my_banner {
width: 232px;
height: 213px;
margin: 0px 10px; /* top right bottom left */
background: url(/photos/405927018_fTr2U-L.gif) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,
sizingmethod=image,src='/photos/405927018_fTr2U-L.gif');
}
/* #bioBox {background: #EFE2FE !important;} */
/* CSS Dropdown Nav Bar */
/* Original code by Stu Nicholls of */
/* http://www.cssplay.co.uk/ */
/* Edited by me for content, formatting and some elements */
/* Please help support CSSPlay at: */
/* http://www.cssplay.co.uk/support.html */
/* Common Styling */
.menu {
position: relative;
top: -202px;
display: block;
z-index: 99;
/* padding: 20px 0px 30px 0px; */ /* spacing around menu - top right bottom left */
height: 30px; /* menu container (div .menu) */
width: 620px; /* width of menu - minimize this until doesn't wrap to two lines - too large
effects centering */
margin: 0 auto; /* this should center navbar, if not tweak with left's below */
}
.menu ul {
padding: 10px 0px 10px 0px; /* this effects menu centering if too big */
margin:0 auto; /* this maybe not needed? */
list-style-type: none;
}
.menu ul li {
/* margin: 0 2px 0 2px; */ /* adds space between main menu boxes */
float:left; /* WARNING: float right reverses menu */
position:relative !important; /* ***** Carbonite fix ***** */
}
.menu ul li a,
.menu ul li a:visited {
display: block;
font-size: 1.27em; /* main buttons */
color: #26005C; /* main buttons text non-hover*/
text-decoration:none;
text-align: center; /* centers text in buttons */
width: 100px; /* main box width */
height: 20px; /* main box height */
/* border: 1px solid #2D006B; */ /* start your design with borders on, easier to position DD's &
FO's */
/* border-width: 1px 1px 1px 1px; */
background: #e1ccff; /* main button color */
padding-left: 0px;
line-height: 20px; /* positions text up/down in box */
}
* html .menu ul li a, .menu ul li a:visited {
width: 104px; w\idth: 104px; /* IE main button */
}
.menu ul li ul {
display: none;}
/* */
/* Specific to Non-IE browsers */
/* */
.menu ul li:hover a {
color: #B580FF; /* main when hover DD */
background: #e1ccff; /* main when hover DD */
}
.menu ul li:hover ul {
display: block;
position: absolute !important; /* ***** Carbonite fix ***** */
top: -4px; /* FF DD up down */
margin-top: 17px; /* FF main mouse active vertical */
left: 0px; /* FF DD right left */
width: 104px; /* unknown */
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display: block;
background: #e1ccff; /* DD FO non-hover */
color: #26005C; /* DD FO non-hover */
height: auto;
line-height: 20px; /* DD FO box height */
padding: 0px 0px;
width: 100px; /* DD FO box width */
}
.menu ul li:hover ul li a:hover {
background: #DABFFF; /* DD FO hover */
color: #B580FF; /* DD FO hover */
}
.menu ul li:hover ul li:hover ul {
display: block;
position: absolute;
left: 102px; /* FF FO right left */
top: -27px; /* FF FO up down */
width: 146px; /* FF FO box width */
}
/* */
/* Specific to IE browsers */
/* */
.menu ul li a:hover {
/* text-decoration: none; */ /* might be needed */
color: #B580FF; /* main hover */
background: none; /* main hover */
}
.menu ul li a:hover ul {
display: block;
position: absolute !important; /* ***** Carbonite fix ***** */
top: 2px; /* DD container up down */
background: #DABFFF; /* gets rid of DD container */
margin-top: 7px; /* DD container up down */
left: 0px; /* DD right left */
}
.menu ul li a:hover ul li a {
display: block;
background: #e1ccff; /* IE DD color non-hover */
color: #B580FF; /* IE DD color non-hover */
height: auto;
line-height: 20px; /* IE DD FO box height */
padding: 0px;
width: 145px; /* IE DD FO box */
}
.menu ul li a:hover ul li a ul {
visibility:hidden;
position:absolute;
height: 0;
width: 0;
}
.menu ul li a:hover ul li a:hover {
background: #DABFFF; /* DD FO hover */
color: #B580FF; /* DD FO hover */
}
.menu ul li a:hover ul li a:hover ul {
display: block;
position: absolute;
top: -22px; /* FO up down */
color: #B580FF; /* unknown */
left: 147px; /* FO right left */
}
/*ADD TO FIX IE*/
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width: 125px;
w\idth: 139px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top: 30px;
t\op: 31px; /* IE gap between main bar and the dropdown items */
}
/* style the table so that it takes no part in
the layout - required for IE to work */
.menu table {
position:absolute;
top:auto 0; left:0;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a {
width: 125px; /* unknown */
w\idth: 104px; /* DD FF width */
}
/*END EXTRA ADDS FOR IE*/
/* ADD TO HIDE EXTRA LEVELS */
/* make the 2nd level visible when
hover on 1st level list OR link */
.menu ul a:hover ul, /* IE */
.menu ul:hover ul { /* FF */
visibility:visible;
}
/* keep the 3rd level hidden when you
hover on 1st level list OR link */
.menu ul a:hover ul ul, /* IE */
.menu ul:hover ul ul { /* FF */
visibility:hidden;
}
/* keep the 4th level hidden when you
hover on 2nd level list OR link */
.menu ul li a:hover ul li a:hover ul ul, /* IE */
.menu ul li:hover ul li:hover ul ul { /* FF */
visibility:hidden;
}
/* make the 3rd level visible when you hover
over 2nd level list OR link */
.menu ul a:hover ul a:hover ul, /* IE */
.menu ul:hover ul:hover ul { /* FF */
visibility:visible;
}
/* make the 4th level visible when you
hover over 3rd level list OR link */
.menu ul li a:hover ul li a:hover ul li a:hover ul, /* IE */
.menu ul li:hover ul li:hover ul li:hover ul { /* FF */
visibility:visible;
}
/* ==== END NAVBAR CODE ==== */
#bioBox {background-color: #000000;}
#breadcrumb {display: none;}
#bioBox .photo {
display: none;
}
#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");
}
.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;}
a img.imgBorder, .imgBorder {border: solid 2px #fff !important;}
a:hover img.imgBorder, .imgBorderOn {border: solid 3px #fff !important;}
.loginLink { display: none; }
.cartlink_footer { display: none; }
.rssLink {display: none; }
.gallery_6106821 #myText {
margin: 0 auto;
width: 600px;
background: #eee;
color: #444;
padding: 0 20px 5px 20px;
}
/* START gallery 6109715 */
.gallery_6109715 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #efe2ff; /* background of description box */
padding: 20px 40px 40px 40px; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_6109715 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 10px 0; /* top right bottom left */
} /* spacing of text around photo */
.gallery_6109715 .myPhoto img {
border: 4px ridge #22093d; /* add border around photo */
}
.gallery_6109715 .myTitle {
font-family: Arial, Comic Sans MS, verdana;
font-size: 20px;
color: #120622;
font-weight: bold;
text-align: center;
margin: 0 auto 30px auto; /* top right bottom left */
}
.gallery_6109715 .myText {
font-family: Arial, Comic Sans MS, verdana;
font-size: 16px;
color: #120622;
font-weight: normal;
text-align: justify;
}
.gallery_6109715 .myEmail {color: #e1ccff;}
.gallery_6109715 .myEmail:hover {color: #e1ccff;}
.gallery_6109715 .contactForm {color: #e1ccff;}
.gallery_6109715 .contactForm:hover {color: #e1ccff;}
/* things you can hide on page */
.gallery_6109715 #albumNav_top,
.gallery_6109715 #albumNav_bottom,
.gallery_6109715 .journal_entry, /* hides photos in gallery */
.gallery_6109715 #breadcrumb {display: none;}
.loggedIn .gallery_6109715 #breadcrumb {display: block;}
/* END gallery 6109715-contact page */
/* things you can hide on page */
.gallery_6082385 #albumNav_top,
.gallery_6082385 #albumNav_bottom,
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
/* END gallery 6082385 */
}
.gallery_6114800 .nophotos h3 {display: none;}
.gallery_6114800 #albumNav_top,
.gallery_6114800 #albumNav_bottom,
.gallery_6114800 #breadcrumb {display: none;}
.loggedIn .gallery_6114800 #breadcrumb {display: block;
/* END gallery 6114800-thank you page */
}
.gallery_6356536 .nophotos h3 {display: none;}
.gallery_6356536 #albumNav_top,
.gallery_6356536 #albumNav_bottom,
.gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6356536 #breadcrumb {display: block;
/* END gallery 6356536-Peyton's Gallery */
}
.gallery_6358238 #albumNav_top,
.gallery_6358238 #albumNav_bottom,
.gallery_6358238 #breadcrumb {display: none;}
.loggedIn .gallery_6358238 #breadcrumb {display: block;
.gallery_6358238 .journal_entry,
/* END gallery 6358238-Peyton's SS Gallery */
}
.gallery_6115656 .nophotos h3 {display: none;}
.gallery_6115656 #albumNav_top,
.gallery_6115656 #albumNav_bottom,
.gallery_6115656 #breadcrumb {display: none;}
.loggedIn .gallery_6114800 #breadcrumb {display: block;
/* END gallery 6115656-calander page */
}
#cobrand_footer .nav,
#cobrand_footer .text { font:bold 8px/8px arial, helvetica, sans-serif; color:grey0;}
}
.photoDetail {display: none;}
#photoKeywords {display: none;}
Allen
Oct-31-2008, 05:38 PM
new background (http://clbuchananphotography.smugmug.com/gallery/6398171_BSS7M#406652023_b85VQ-A-LB)
the CSS is fixed
I would like this to be my theme throughout my website but if that's not possible I will settle for just the home page.
The post above used your new background photo but it is very large. Crop the
photo so it's about 10px high. This smaller size strip will then be repeated
down the page no matter how tall the page is.
Allen
Oct-31-2008, 07:13 PM
...
In your bio show code change both of these to false.
showLogo: 'false',
clickUrl: '/Galleries',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '350'
};
Your background is not showing.
I just replaced your whole CSS with what I posted above and all worked. Try
replacing it again.
Looks like the background doesn't work for other pages, make the red changes.
Might take a few more tweaks for alignment.
body.homepage {
background: url(/photos/406652023_b85VQ-O.jpg) repeat;
background-position: center top;
}
Gadget_Girl
Nov-02-2008, 01:45 PM
In your bio show code change both of these to false.
showLogo: 'false',
clickUrl: '/Galleries',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '350'
};
Your background is not showing.
I just replaced your whole CSS with what I posted above and all worked. Try
replacing it again.
Looks like the background doesn't work for other pages, make the red changes.
Might take a few more tweaks for alignment.
body.homepage {
background: url(/photos/406652023_b85VQ-O.jpg) repeat;
background-position: center top;
}
Thanks Al for all your help. I spent some time yeaterday and today tweaking and I'm pretty happy wiht what we got. The only thing I cant seem to get is for the nav bar/ purple border to go from side to side (bwt patterns). Thanks again for all your help with this.CL
Allen
Nov-02-2008, 06:40 PM
Thanks Al for all your help. I spent some time yeaterday and today tweaking and I'm pretty happy wiht what we got. The only thing I cant seem to get is for the nav bar/ purple border to go from side to side (bwt patterns). Thanks again for all your help with this.CL
Change these like this to get eveything on the top aligned and strech your
nav background across.
#my_header {
position: relative;
left: -5px;
width: 926px;
height: 225px;
border-bottom: 40px solid #e1ccff;
margin: 0 auto; /* top right/left bottom*/
padding: 0;
}
#headerSS {
position: relative;
left: 228px;
top: -215px;
width: 650px;
}
#my_banner {
display: none
width: 232px;
height: 213px;
margin: 0; /* top right bottom left */
background: url(/photos/405927018_fTr2U-L.gif) no-repeat;
_background: none; _filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,
sizingmethod=image,src='/photos/405927018_fTr2U-L.gif');
}
.homepage #my_banner {
display: block;
}
#mysearch {
text-align: center;
position: relative;
z-index: 99;
left: 360px;
top: -32px;
}
Gadget_Girl
Nov-10-2008, 04:25 PM
Change these like this to get eveything on the top aligned and strech your
nav background across.
#my_header {
position: relative;
left: -5px;
width: 926px;
height: 225px;
border-bottom: 40px solid #e1ccff;
margin: 0 auto; /* top right/left bottom*/
padding: 0;
}
Thanks again for all your help.
I'm looking to doing a few last things to finish it off:
*I would like to hide all Gallery/Sub Galleries titles
*I would like to eliminate the large space between my nav bar and thumbnails
My last question- at least for today- is when I am logged in and go to one of my sub category galleries I have no sm tools banner so I can't get into my photos to delete or edit a photo. Could you take a look for me, please.
CL
http://www.clbuchananphotography.smugmug.com/gallery/4591210_EwwNh
The other thing is (OK so I lied- this is my last question of the day) is it difficult to change my slideshow so it only shows on my homepage? :dunno
Allen
Nov-10-2008, 04:45 PM
...
The other thing is (OK so I lied- this is my last question of the day) is it difficult to change my slideshow so it only shows on my homepage? :dunno Start with this.
Change the red.
/* Common Styling */
.menu {
position: relative;
top: 10px;
display: block;
z-index: 99;
/* padding: 20px 0px 30px 0px; */ /* spacing around menu - top right bottom left */
height: 20px; /* menu container (div .menu) */
width: 910px; /* width of menu - minimize this until doesn't wrap to two lines - too large
effects centering */
margin: 0 auto; /* this should center navbar, if not tweak with left's below */
}
.homepage .menu {
top: -215px;
}
I'm getting an error in your javascript, remove the extra red }
YE.onAvailable("comment", ModifyText);
}
rightClickWarning = "All photos are © Cherie-Lynn Buchanan - CL Buchanan Photography. All rights reserved. Unauthorized use is prohibited."
}
Allen
Nov-10-2008, 05:14 PM
Thanks again for all your help.
I'm looking to doing a few last things to finish it off:
*I would like to hide all Gallery/Sub Galleries titles
*I would like to eliminate the large space between my nav bar and thumbnails
My last question- at least for today- is when I am logged in and go to one of my sub category galleries I have no sm tools banner so I can't get into my photos to delete or edit a photo. Could you take a look for me, please.
CL
http://www.clbuchananphotography.smugmug.com/gallery/4591210_EwwNh
... Add this to your CSS.
#galleriesBox .boxTop,
#subcategoriesBox .boxTop
{display: none;}
You have some errors in your CSS
Add the missing }
#bioBox .myPhoto img {
border: 4px ridge #444;} /* add border around photo */
.gallery_6106821 #myText {
margin: 0 auto;
width: 600px;
background: #efe2ff;
color: #efe2ff;
padding: 0 20px 5px 20px;}
/* turn off the cart link on the minifooter */
.gallery_6082385 #myText {background: #efe2ff;}
.loggedIn .gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6358238 #breadcrumb {display: none;}
gallery_6114800 #myText {
margin: 0 auto;
width: 600px;
background: #efe2ff;
color: #444;
padding: 0 20px 5px 20px;}
Remove the extra }'s
/* html only page for gallery 6109715 contact page */
}
/* END gallery 6082385 */
}
#cobrand_footer .nav,
#cobrand_footer .text { font:bold 8px/8px arial, helvetica, sans-serif; color:grey0;}
}
#photoKeywords {display: none;}
}
/* turn off the cart link on the minifooter */
add the } and remove what's below it.
#bioBox .photo {display: none;}
{
float: left; /* allows the text to flow to the right */
padding: 0 0px 0px 0; /* top right bottom left */
margin-top: 20px
padding: 20px 40px 40px 40px; /* spacing of text around photo */}
Gadget_Girl
Nov-10-2008, 06:13 PM
Add this to your CSS.
#galleriesBox .boxTop,
#subcategoriesBox .boxTop
{display: none;}
You have some errors in your CSS
Add the missing }
#bioBox .myPhoto img {
border: 4px ridge #444;} /* add border around photo */
.gallery_6106821 #myText {
margin: 0 auto;
width: 600px;
background: #efe2ff;
color: #efe2ff;
padding: 0 20px 5px 20px;}
/* turn off the cart link on the minifooter */
.gallery_6082385 #myText {background: #efe2ff;}
.loggedIn .gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6358238 #breadcrumb {display: none;}
gallery_6114800 #myText {
margin: 0 auto;
width: 600px;
background: #efe2ff;
color: #444;
padding: 0 20px 5px 20px;}
Remove the extra }'s
/* html only page for gallery 6109715 contact page */
}
/* END gallery 6082385 */
}
#cobrand_footer .nav,
#cobrand_footer .text { font:bold 8px/8px arial, helvetica, sans-serif; color:grey0;}
}
#photoKeywords {display: none;}
}
/* turn off the cart link on the minifooter */
add the } and remove what's below it.
#bioBox .photo {display: none;}
{
float: left; /* allows the text to flow to the right */
padding: 0 0px 0px 0; /* top right bottom left */
margin-top: 20px
padding: 20px 40px 40px 40px; /* spacing of text around photo */}
OK done all these edits. What's next?
In common styling I left the top at -215px as when I changed it to 10px on every page but my HP my nav bar dropped way down the page.
CL
denisegoldberg
Nov-10-2008, 06:19 PM
Are you aware that your drop-down nav bar doesn't work in IE7? It's fine in Firefox, but not IE.
When I say doesn't work... the nav drops show when I hover over the navbar entry, but I can't click on any of them. As soon as I move the mouse over the drop-down entries, they disappear.
--- Denise
Allen
Nov-10-2008, 07:17 PM
OK done all these edits. What's next?
In common styling I left the top at -215px as when I changed it to 10px on every page but my HP my nav bar dropped way down the page.
CL
Oops, forgot to post the CSS that removes your show from all pages but
the homepage liked you asked. When the show is removed on all the other
pages your nav pops up to the top. That's why on all pages but the
homepage that top: 10px; was in the general menu rule. The homepage
specific menu had the -215px in it.
This removes the show form all but the homepage.
#headerSS {display: none;}
.homepage #headerSS {display: block;}
Allen
Nov-10-2008, 07:23 PM
OK done all these edits. What's next?
In common styling I left the top at -215px as when I changed it to 10px on every page but my HP my nav bar dropped way down the page.
CL
Denise is right, you have an error in your nav html.
Remove the red from your nav html in your header.
...
<li><a href="/">Investment</a></li>
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<li><a class="drop" href="/Galleries">Services
...
Gadget_Girl
Nov-11-2008, 05:09 AM
Denise is right, you have an error in your nav html.
Remove the red from your nav html in your header.
...
<li><a href="/">Investment</a></li>
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<li><a class="drop" href="/Galleries">Services
...
Thank you, thank you, thank you!
Do you know why my sm tool bar isn't showing up when I'm logged and inside a gallery. I really need to take a couple of pictures out of one of my galleries and i have no way to do it.
Allen
Nov-11-2008, 05:28 AM
Thank you, thank you, thank you!
Do you know why my sm tool bar isn't showing up when I'm logged and inside a gallery. I really need to take a couple of pictures out of one of my galleries and i have no way to do it.
You are still missing some }'s. Go back to post 17 and check that you did
everything. You missed this one at least.
.gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6356536 #breadcrumb {display: none;}
.gallery_6356536 #myText {
......
Gadget_Girl
Nov-11-2008, 07:10 AM
You are still missing some }'s. Go back to post 17 and check that you did
everything. You missed this one at least.
.gallery_6356536 #breadcrumb {display: none;}
.loggedIn .gallery_6356536 #breadcrumb {display: none;}
.gallery_6356536 #myText {
......
I think I've got them all but I've looked at it for so long now i've gone a little buggy. That being said still no tool bar
cl
Allen
Nov-11-2008, 07:49 AM
I think I've got them all but I've looked at it for so long now i've gone a little buggy. That being said still no tool bar
cl
You'll need to display the breadcrumb when logged in. Go thru all these
loggedIn versions and change to {display: block;}.
.loggedIn .gallery_6082385 #breadcrumb {display: none;}
to this
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
or removed both version and do it with one line.
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
replace with this.
.notLoggedIn .gallery_6082385 #breadcrumb {display: none;}
Gadget_Girl
Nov-11-2008, 12:11 PM
You'll need to display the breadcrumb when logged in. Go thru all these
loggedIn versions and change to {display: block;}.
.loggedIn .gallery_6082385 #breadcrumb {display: none;}
to this
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
or removed both version and do it with one line.
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
replace with this.
.notLoggedIn .gallery_6082385 #breadcrumb {display: none;}
Do i need to add this to my css for each new album/gallery that I create?
After fixing my css so it has all the proper ;'s the look of my main galleries changed
http://www.clbuchananphotography.com/Galleries/614956
vs
http://www.clbuchananphotography.com/gallery/6081172_xV97z (which is what I want)
Allen
Nov-11-2008, 02:01 PM
Do i need to add this to my css for each new album/gallery that I create?
After fixing my css so it has all the proper ;'s the look of my main galleries changed
http://www.clbuchananphotography.com/Galleries/614956
vs
http://www.clbuchananphotography.com/gallery/6081172_xV97z (which is what I want)
You are comparing a sub-cat page to a gallery page, not sure what you're
referring to. But the background image width doesn't work too good with
stretchy on for a category or sub-cat page.
Only see one error now.
Remove the red, it's not connected to anything.
.box {background-color: transparent} /* #efe2fe; */
margin: 0 auto
width: 900px
padding: 0 20px 5px 20px;
.gallery_6508489 #breadcrumb {display: none;}
Allen
Nov-11-2008, 02:05 PM
Do i need to add this to my css for each new album/gallery that I create?
After fixing my css so it has all the proper ;'s the look of my main galleries changed
http://www.clbuchananphotography.com/Galleries/614956
vs
http://www.clbuchananphotography.com/gallery/6081172_xV97z (which is what I want)
You have this in your CSS to stretch your pages and it doesn't look good
with the set background width. Maybe that is what you're seeing. Your
galleries are good because you're using allthumbs style which has a set
width.
#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");
}
Gadget_Girl
Nov-11-2008, 03:41 PM
You have this in your CSS to stretch your pages and it doesn't look good
with the set background width. Maybe that is what you're seeing. Your
galleries are good because you're using allthumbs style which has a set
width.
#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");
}
you- sir are one smart gut and I appreciate you help very much. I hid the code above and it has done exactly what I wanted it to do. ty
The last issue is do I need to add the-
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
to my css for each new gallery I create?
Thanks again
CL
Allen
Nov-11-2008, 06:36 PM
you- sir are one smart gut and I appreciate you help very much. I hid the code above and it has done exactly what I wanted it to do. ty
The last issue is do I need to add the-
.gallery_6082385 #breadcrumb {display: none;}
.loggedIn .gallery_6082385 #breadcrumb {display: block;}
to my css for each new gallery I create?
Thanks again
CL
Only if you don't want the breadcrumb showing when not logged in for the gallery.
You can replace both of those lines with one line.
.notLoggedIn .gallery_6082385 #breadcrumb {display: none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.