• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization How do I get four in a row?

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Apr-18-2011, 01:35 PM
#1
insanefred is offline insanefred OP
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?
Old Apr-18-2011, 01:38 PM
#2
denisegoldberg is online now denisegoldberg
Major grins
denisegoldberg's Avatar
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+
Old Apr-26-2011, 04:17 PM
#3
Crazylegs is offline Crazylegs
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
Old Apr-26-2011, 05:17 PM
#4
jfriend is offline jfriend
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;
}
This format makes it easy to see where one rule starts/stops, easy to see what the CSS identifiers are, easy to see whether all rules are terminated properly and whether all braces match.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Apr-26-2011, 06:47 PM
#5
Crazylegs is offline Crazylegs
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

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump