View Full Version : Keep my categories page layout different
jpkaplan
Sep-04-2008, 02:45 PM
Can I have my categories page have a different look than my galleries if I am using a homepage with a slideshow- www.justinpkaplan .
I want the categories page to not be stretchy while if you click on a category the galleries it takes you to are stretchy ( like I currently have).
I would also like to have the photo timeline on my categories page but not homepage, is this possible?
Barb
Sep-04-2008, 03:52 PM
Can I have my categories page have a different look than my galleries if I am using a homepage with a slideshow- www.justinpkaplan (http://www.justinpkaplan) .
I want the categories page to not be stretchy while if you click on a category the galleries it takes you to are stretchy ( like I currently have).
I would also like to have the photo timeline on my categories page but not homepage, is this possible?
Hi :)
If you don't want your category and subcategory pages stretchy, remove this from your CSS:
.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");
}
For your timeline, first move it from your control panel (Homepage tab) to your homepage, then add the following to your CSS:
.homepage #datesBox {display: none;}
.galleries #datesBox {display: block;}
jpkaplan
Sep-04-2008, 03:57 PM
Hi :)
If you don't want your category and subcategory pages stretchy, remove this from your CSS:
.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");
}
For your timeline, first move it from your control panel (Homepage tab) to your homepage, then add the following to your CSS:
.homepage #datesBox {display: none;}
.galleries #datesBox {display: block;}
I don't want this page stretchy- http://jpkaplan.smugmug.com/galleries
But want the others to be.
Barb
Sep-04-2008, 03:58 PM
I don't want this page stretchy- http://jpkaplan.smugmug.com/galleries
But want the others to be.
Okay, do you want your subcat pages stretchy?
http://jpkaplan.smugmug.com/Family
jpkaplan
Sep-04-2008, 04:18 PM
Okay, do you want your subcat pages stretchy?
http://jpkaplan.smugmug.com/Family
Yes, that is what I would like to see.
Barb
Sep-04-2008, 04:22 PM
Yes, that is what I would like to see.
Then just remove this line from the CSS that I posted earlier:
.galleries #homepage,
jpkaplan
Sep-04-2008, 04:36 PM
Hi :)
If you don't want your category and subcategory pages stretchy, remove this from your CSS:
.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");
}
For your timeline, first move it from your control panel (Homepage tab) to your homepage, then add the following to your CSS:
.homepage #datesBox {display: none;}
.galleries #datesBox {display: block;}
Regarding the timeline, what do you mean by moving it from the control pant to the homepage? How do I do this?
Barb
Sep-04-2008, 04:38 PM
Regarding the timeline, what do you mean by moving it from the control pant to the homepage? How do I do this?
I didn't see it on your homepage when I looked earlier. So go into your control panel and click on the Homepage tab. In the upper right corner of the timeline section, click on show.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.