PDA

View Full Version : Last two items


takeflightphoto
May-27-2009, 08:20 PM
1 - I got the slideshow working very well, but when I saved the bio box with the html code, all of a sudden up pops a SmugMug header below my NavBar with the logo on the left and Home | Login | Search | Help | Cart on the right. I've checked the Easy and the SiteWide and there is nothing to indicate that it should be there.

2 - In my two 'text' galleries, there is a bold statement: This is a brand new gallery with no photos. I'd like to remove it.

thanks for the assistance on these last two items.

jon

http://www.usdgcphotos.com

J Allen
May-28-2009, 03:33 AM
1 - I got the slideshow working very well, but when I saved the bio box with the html code, all of a sudden up pops a SmugMug header below my NavBar with the logo on the left and Home | Login | Search | Help | Cart on the right. I've checked the Easy and the SiteWide and there is nothing to indicate that it should be there.



Looks like you fixed this problem..


2 - In my two 'text' galleries, there is a bold statement: This is a brand new gallery with no photos. I'd like to remove it.




Add this to your CSS and see if you like:


/*====Contact-Page====*/
.gallery_8213331 #breadCrumbTrail,
.gallery_8213331 .play_slideshow,
.gallery_8213331 #albumNav_top,
.gallery_8213331 #albumNav_bottom,
.gallery_8213331 .nophotos h3,
.gallery_8213331 .pageNav
{display:none;}
.gallery_8213331 .journal_entry
{border:none;}

.gallery_8213331 #albumDescription
{text-align:center;
font-size: 150%;}





/*====Buying-Page====*/
.gallery_8213192 #breadCrumbTrail,
.gallery_8213192 .play_slideshow,
.gallery_8213192 #albumNav_top,
.gallery_8213192 #albumNav_bottom,
.gallery_8213192 .nophotos h3,
.gallery_8213192 .pageNav
{display:none;}
.gallery_8213192 .journal_entry
{border:none;}

takeflightphoto
May-28-2009, 05:28 AM
Very good. Thanks so much.

Is there a way to increase the type size in these 'text' areas (and the homepage bio box)?
On the "Contact" Page the statement is in about 14 Bold and on the rest of them it's around 10 regular.
I'd like to have them a bit easier to read.

The Easy Customizer lets you change the type size of the NavBar, but the other text selections are only color choices, not size. (Unless I'm missing something there)

jon

http://www.usdgcphotos.com

J Allen
May-28-2009, 06:01 AM
To increase the text size in your bio-box, add these tags around your text:


<div id="bio-text">


Have you been a competitor, spectator, volunteer, or staff member at the United States Disc Golf Championship over the past ten years? Have you ever wished that you had a photograph that would remind you of that experience? Well now you can have it!

Here at USDGCPhotos.com, you can browse through several galleries of images and order prints in various sizes and finishes. How about a big canvas of that putt you made on Hole #5, or a metallic print of #17 through the early morning fog? You can find those here, and they can be yours.

Proceeds from the sale of photos on this site go to help EDGE, the Championship's primary charity, further its mission of bringing disc golf to schools and youth organizations around the country and world.

Have fun browsing through the galleries here, and buy lots!



</div>







Then add this to your CSS, adjust as needed:





#bio-text
{font-size: 150%;}




For the text on your 'buying' page, add this to your CSS and adjust as needed:




.gallery_8213192 #albumDescription
{font-size: 150%;}