|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Disgruntled Photographer
|
How do I get four in a row?
http://www.evisionphotos.com/Airsoft
Instead of two? Also be able the hide that "lase updated..." and place the description underneath the thumbnail? I thought there was tutorial on this, but I forgot where it was. ------------------ how do I get rid of the breadcrumbs on this? http://www.evisionphotos.com/Photogr.../7076357_K5r7L hide slide show and the page 1 of 1?
__________________
http://evisionphotos.smugmug.com/ |
|
|
|
|
#2
|
|
|
Major grins
|
To change it to 4-across with the thumbs above the titles, add the code from # 10 in the ADVANCED Customization FAQ.
If you want to extend the thumbs across the page, also add the code from the first post in this thread. To get rid of the updated, set your galleries to clean in the look & feel section of the gallery settings screen. See help page at http://www.smugmug.com/help/picture-storage. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
|
|
Beginner grinner
|
Four Across Not Working ?
Had it working at once upon a time but now it seems to be stuck in the "column" view !
www.kayakingplus.com |
|
|
|
|
#4
|
|
|
Scripting dude-volunteer
|
In your CSS, you have numerous errors and it's difficult to find your errors because you have very inconsistent formatting of the CSS. This is the error that is preventing more than 1-across. Add the missing characters shown in red to this part of your existing CSS:
Code:
#cobrand_footer
{display:none !important;}
/* ==================================================== */
/* == FAQ #18, Line up boxes with titles underneath === */
/* ============== Current as of 13 Feb 07 ============= */
/* ==================================================== */
.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;}
FYI, I recommend all CSS be formatted in these two ways shown below (depending upon whether it's one line or multiline). Easier to read means easier to maintain and easier to prevent or spot errors: Code:
/* one rule, one line format */
.albumTitle .nav {color: #a5683b !important;}
/* multi-rule format */
#my-footer {
text-align: center;
margin: 0 auto;
padding: 20px;
}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#5
|
|
|
Beginner grinner
|
The little things
Tk's, Jfriend. That did it. Will try to clean up the rest when I get more time :)
|
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|