PDA

View Full Version : Text removed in galleries page


smirky
Feb-16-2009, 01:14 PM
How can I just have boxes in the galleris page I dont want to see (1 gallery with 128 photos
Updated: Sep 12, 2008 10:51pm GMT) and also remove the grey background. Link http://homepage.smugmug.com/galleries

Thanks:clap

Allen
Feb-16-2009, 01:34 PM
How can I just have boxes in the galleris page I dont want to see (1 gallery with 128 photos
Updated: Sep 12, 2008 10:51pm GMT) and also remove the grey background. Link http://homepage.smugmug.com/galleries

Thanks:clap
Add this to your CSS

p.description,
p.updated {display: none;}
#categoriesBox {background: none;}


If you want that "Gallery Categories" green changed

#categoryTitle {color: #ccc;}


You might like this look for the category page, add to CSS.

/* ================================================== == */
/* == 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;}

bsharp
Mar-09-2009, 07:32 AM
Add this to your CSS

p.description,
p.updated {display: none;}
#categoriesBox {background: none;}


If you want that "Gallery Categories" green changed

#categoryTitle {color: #ccc;}


You might like this look for the category page, add to CSS.

/* ================================================== == */
/* == 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;}


Hi again,

I tried this, and it looks fine in Owner View, but when I look at it in Visitor View, I can't see the titles under the thumbnails.

What's wrong?

Thanks as always.
Brad.

Allen
Mar-09-2009, 07:37 AM
Hi again,

I tried this, and it looks fine in Owner View, but when I look at it in Visitor View, I can't see the titles under the thumbnails.

What's wrong?

Thanks as always.
Brad.
Wasn't that just answered here?
http://www.dgrin.com/showthread.php?t=123477

bsharp
Mar-09-2009, 07:42 AM
Hi Allen,

It is now working, as per my other thread.

Thanks,

bsharp
Mar-09-2009, 07:51 AM
Wasn't that just answered here?
http://www.dgrin.com/showthread.php?t=123477

Yes,
I had just sent this out when I received the other email notice. I didn't get a response from Friend, so I tried to figure it out on my own, found your code, and tried it - and it worked.

Except, as I just wrote in the other thread, the spacing between thumbnails is so large that I can't see the five thumbs on one page.

Thanks for your patience with me.

Brad.

Allen
Mar-09-2009, 07:59 AM
Yes,
I had just sent this out when I received the other email notice. I didn't get a response from Friend, so I tried to figure it out on my own, found your code, and tried it - and it worked.

Except, as I just wrote in the other thread, the spacing between thumbnails is so large that I can't see the five thumbs on one page.

Thanks for your patience with me.

Brad.
I can see all the thumbs. Not sure what you mean.

bsharp
Mar-09-2009, 08:16 AM
I can see all the thumbs. Not sure what you mean.

Look at this page:
http://bradsharp.smugmug.com/Stock%20Photos/375246

I have to scroll to see the Skies and Clouds.

Allen
Mar-09-2009, 09:02 AM
Look at this page:
http://bradsharp.smugmug.com/Stock%20Photos/375246

I have to scroll to see the Skies and Clouds.
I see them all on two lines.:scratch
You are probably looking logged in. Mine are usually messed up logged in also but
I don't worry about it.