|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
how to make galleries 3 across with text below?
Hello,
I saw this helpfun fourm bit on making 4 gallery thumbs per row, but can't figure out to modify these instructions for 3 thumbnail rows... with text below. Perhaps it is the fact that its 5am and I'm still trying to modify my site but could use some help. http://www.dgrin.com/showpost.php?p=300387&postcount=8 i was looking for variable that indicate how many per line, but it looks like maybe i need to do calcuations on how wide i want the miniboxes to be to fit in the frame size? but dawn has broke and the brids are chirping so its time for me to sleep on this. My site is: http://www.lunarphile.com Thanks Jason |
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
You are correct. Put the 4-across code in and then you can tweak a few widths to change it to only 3-across if you want. If you need help, then put the 4-across code in first and post back after that's in.
__________________
--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 |
|
|
|
|
#3
|
|
|
Big grins
|
by jove i think i've done it!
here is my modified CSS code, would appreciate other taking a gander to see if there are any newb errors or oversights. basically took the famous #10 here answer and changed: 122->180 112->170 192->250 my lingering question is what is the difference between "minibox" and "albumLarge", or maybe i should ask where can i see the differences in them? are miniboxes what I see on the homepage? /* ================================================== == */ /* == FAQ #18, Line up boxes with titles underneath === */ /* ============== Current as of 13 Feb 07 ============= */ /* i am trying to make 3 column wide galleries */ /* ================================================== == */ .miniBox {width:180px; text-align:center; height:210px; margin:0 28px;} .miniBox .photo {float:none; width:180px; height:auto; _height:1px;} .miniBox .albumTitle {width:180px;} .miniBox .description {width:180px;} .miniBox .updated {width:180px;} .loggedIn .miniBox {height:auto; min-height:250px;} .loggedIn .miniBox .smbuttons {margin:0 auto; width:180px;} .loggedIn .miniBox input {width:180px;} .loggedIn .miniBox textarea {width:170px;} .boxBottom .albumLarge {width:250px; height:350px; text-align:center; margin:0 24px;} .albumLarge .photoLarge {float:none; width:250px; height:auto; _height:1px;} .albumLarge .albumTitle {width:250px;} .albumLarge .description {width:250px;} .albumLarge .updated {width:250px;} .loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;} .loggedIn .albumLarge .smbuttons {margin:0 auto; width:250px;} .loggedIn .albumLarge input {width:250px;} .loggedIn .albumLarge textarea {width:222px;} |
|
|
|
|
#4
|
||
|
Scripting dude-volunteer
|
Quote:
.miniBox is a container div for the thumbnail and it's associated text.
__________________
--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
|
|
|
Big grins
|
ok i spoke a little too soon.
trobule shooting site on IE and FF I am having trouble getting the EVENTS gallery to display 3 columns. http://www.lunarphile.com/EVENT-FUN Plus the text spills out wider than the thumbnail. The text spill is ok even though I would like a carriage return of some sort so that it shows: DreamMachines 2009 MINI instead of DreamMachines 2009 MINI but more imporantly i've stil got 2 columns on the EVENTS page I have a hunch that the long gallery names might actually be what is causing an issue for the # of columns shown. should I be fudging the "textarea" more? |
|
|
|
|
#6
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
.boxBottom .albumLarge {width:200px; height:350px; text-align:center; margin:0 12px;}
.albumLarge .photoLarge {float:none; width:200px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:200px;}
.albumLarge .description {width:200px;}
.albumLarge .updated {width:200px;}
__________________
--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 |
|
|
|
||
|
#7
|
|
|
Big grins
|
thanks jfriend, i will keep that in mind. your previous response did answer my question and makes it less of a concern since i will be adding 2 more galleries to that category later today.
|
|
|
|
|
#8
|
|
|
Major grins
|
Not to fire up an old post but I've applied this code and the galleries are justified to the left, what do I need to add to center the galleries?
Jason |
|
|
|
|
#9
|
|
|
Scripting dude-volunteer
|
It's hard for anyone to help without a link to your site. Please put it in your dgrin signature so it's always there.
__________________
--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 |
|
|
|
|
#10
|
|
|
Major grins
|
|
|
|
|
|
#11
|
||
|
Scripting dude-volunteer
|
Quote:
Please don't double post the same question as it just makes more work for those helping. If you aren't getting an answer where you first asked, just post again in that same thread pointing to the question that hasn't yet been answered.
__________________
--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 |
|
|
|
||
|
#12
|
||
|
Major grins
|
Quote:
Jason |
|
|
|
||
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Nav Bar Function | parkermyers | SmugMug Customization | 26 | Apr-28-2008 06:30 AM | |
| Self Contained Text Box? | kriyababaji | SmugMug Customization | 42 | Jan-16-2008 07:46 PM | |
| Customization FAQ List - Start Here! | Andy | SmugMug Customization | 2 | Dec-21-2006 08:01 PM | |
| Thread Tools | |
| Display Modes | |
|
|