View Full Version : How can I hide in Sub-cat label "X Galleries with XX Photos"
net1994
Dec-24-2007, 04:05 PM
Would like to just remove this from being displayed to the viewer on that category page.
Thanks
Allen
Dec-24-2007, 08:16 PM
Would like to just remove this from being displayed to the viewer on that category page.
Thanks
See if under customize gallery by setting to "clean" works.
net1994
Dec-25-2007, 04:12 AM
See if under customize gallery by setting to "clean" works.
Thanks Allan, it does work. Is there a way that iI can see all of the info while I'm logged in, but 'off' for all visitors?
Allen
Dec-25-2007, 04:58 AM
Thanks Allan, it does work. Is there a way that iI can see all of the info while I'm logged in, but 'off' for all visitors?
Use this instead of "clean".
p.updated {display: none;}
.loggedIn p.updated {display: block;}
This will get the "7 galleries with 140 photos" if you want it also.
p.description {display: none;}
.loggedIn p.description {display: block;}
Cecilia
Dec-27-2007, 05:28 AM
Use this instead of "clean".
p.updated {display: none;}
.loggedIn p.updated {display: block;}
This will get the "7 galleries with 140 photos" if you want it also.
p.description {display: none;}
.loggedIn p.description {display: block;}
Hi, Allen,
How i can be able to change the font size and font type of the gallery title?
Allen
Dec-27-2007, 05:39 AM
Hi, Allen,
How i can be able to change the font size and font type of the gallery title?
Can you be more specific? The ones on the category/gallery page in the
mini-boxes or each gallery page?
Have a link to the page where these are?
Cecilia
Dec-27-2007, 06:29 AM
Can you be more specific? The ones on the category/gallery page in the
mini-boxes or each gallery page?
Have a link to the page where these are?
Sorry for that. ya what i mean is the gallery inside a category. Example on my http://www.lohvs.com/Travel, then click on travel category, then how can i change the font size on the gallery for example change the size of "Pasir Salak Historical"?
Another question is i not able to find back a tutorial that teach me how to make a html page only and with attached photo on the html only page. Can you direct me the link?
Thanks alot for the help.
Allen
Dec-27-2007, 06:38 AM
Sorry for that. ya what i mean is the gallery inside a category. Example on my http://www.lohvs.com/Travel, then click on travel category, then how can i change the font size on the gallery for example change the size of "Pasir Salak Historical"?
Another question is i not able to find back a tutorial that teach me how to make a html page only and with attached photo on the html only page. Can you direct me the link?
Thanks alot for the help.
Try this, I included in a few other font related things, add what you want
and play with it. Be careful not to make font too big, there is only so much
room to fit.
.miniBox a.nav {
font-size: 110% !important;
color: red !important;
font-family: Comic Sans MS, verdana;
}
Check here (http://allen-steve.smugmug.com/gallery/2320726) for an example of photo and text in the album description.
Cecilia
Dec-27-2007, 06:58 AM
Try this, I included in a few other font related things, add what you want
and play with it. Be careful not to make font too big, there is only so much
room to fit.
.miniBox a.nav {
font-size: 110% !important;
color: red !important;
font-family: Comic Sans MS, verdana;
}
Check here (http://allen-steve.smugmug.com/gallery/2320726) for an example of photo and text in the album description.
Cool. This is the page what i finding for so far. and the minibox its working as what i wish. Thanks alot Allen. :clap
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.