PDA

View Full Version : Last Customs for a Little While


bipock
May-29-2009, 06:45 AM
I need some help with a couple last custom items.

http://bradipockphotography.smugmug.com/

1. Guestbook - remove the one line over the text, center the picture and text, remove the no pictures wording WITHOUT removing the comments (I tried the .gallery_8355192 .nophotos h3 {display: none;} but it removed the comments as well).

2. Change the breadcrumb text colors since they aren't standing out on my themes. I want them black.

3. Add a single under the banner and navbar on all pages. I have removed it but can't figure out which code it was.

Thanks for your help. I think the site is pretty good with under 2 days in it. Lots of info in the threads. You guys are great!!

J Allen
May-29-2009, 10:07 AM
1. Guestbook - remove the one line over the text




.gallery_8355192 #albumDescription
{border-top: none !important;}




center the picture and text, remove the no pictures wording WITHOUT removing the comments (I tried the .gallery_8355192 .nophotos h3 {display: none;} but it removed the comments as well).


Do you have a direct link to the gallery where this picture is stored....make sure sharing & external links are on


2. Change the breadcrumb text colors since they aren't standing out on my themes. I want them black.



#breadCrumbTrail,
#breadCrumbTrail .nav,
#breadCrumbTrail #albumTitle
{color: black !important;}





3. Add a single under the banner and navbar on all pages. I have removed it but can't figure out which code it was.



What do you mean by "single"

bipock
May-29-2009, 11:12 AM
I swore I wouldn't say this, but..

the Moon River Site has a banner and navbar on the same line with a single line divider under it on all the pages. That's the single line I'm looking for.

For the guestbook, I have the easy sharing button and external links button turned on. The picture is in the same gallery, just hidden.

J Allen
May-29-2009, 11:59 AM
For your "moonriver" line (:D)....

Add this to the bottom of your custom header box:



<div id="my-header-line"></div>




Add this to your CSS, might have to tweak for IE:





#my-header-line
{border-bottom: 1px solid blue;
margin-left:50px;
margin-right:50px;}






For your guest-book page,

1-Make a copy of the picture in there, so you have two of the same pictures.

2- Move one of the pictures to an unlisted gallery, like your smugmug site files gallery

3- Post a direct link to your "smugmug site files" gallery

4- Make sure your "smugmug site files" gallery has external links and sharing enabled

5- Make sure your "guestbook gallery" is set to journal style with comments turned on

I'll wait for you to post back with the link, and we'll get it going in a jiffy!

:ear

bipock
May-29-2009, 12:26 PM
Direct link to my SmugMug site files gallery

http://bradipockphotography.smugmug.com/gallery/8350272_xiame

bipock
May-29-2009, 12:32 PM
Allen, Another problem I have is the breadcrumbs aren't picking up galleries. From the home page, when you click galleries, it takes you to the categories. Once you enter a category, say sports, the breadcrumb reads "brad ipock photogrpahy< sports<baseball". This means if you want to go back to the galleries listing, you have to click galleries up top. Why's it not picking it up?

J Allen
May-29-2009, 12:49 PM
Direct link to my SmugMug site files gallery

http://bradipockphotography.smugmug.com/gallery/8350272_xiame


Change your album description area to this:


<html>

<div id="guestbook-picture">

<img src="/photos/549445536_EYhdv-L.jpg"border="0">

</div>



<div id="guestbook-text">

Thank you for taking the time to visit my website. Please feel free to leave comments to let me know what you thought.

</div>



</html>





Add this to your CSS:






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

#guestbook-picture
{position:relative;
lefft:250px;}

#guestbook-text
{position:relative;
left:420px;
bottom:230px;
font-size:120%;
font-style: italic;
font-weight: bold;
width:400px;}

J Allen
May-29-2009, 01:09 PM
oops :D

Change your picture to "S" instead of "L"


<img src="/photos/549445536_EYhdv-S.jpg" border="0">

bipock
May-29-2009, 01:12 PM
I put the html code in the description box on the guestbook page and the code in CSS.

The wording on the guest book is in the picture and still no comments seen or can be made. Also, all my galleries have disappeared.

J Allen
May-29-2009, 01:22 PM
I put the html code in the description box on the guestbook page and the code in CSS.

The wording on the guest book is in the picture and still no comments seen or can be made. Also, all my galleries have disappeared.

Not sure why your galleries disappeared, I'll look around though....

unhide the photo in your guest book and add this to your CSS, then comments should come back (I hope :D):



.gallery_8355192 .photo
{display:none;}

bipock
May-29-2009, 01:24 PM
Allen, Changed the "S", which worked on the size of the picture. However, the comments still aren't showing and the ability to add a comment isn't there. It's there in owner view but not any other view.

Also, the galleries still aren't showing.

I logged out and checked straight to the site. No difference.

J Allen
May-29-2009, 01:32 PM
Allen, Changed the "S", which worked on the size of the picture. However, the comments still aren't showing and the ability to add a comment isn't there. It's there in owner view but not any other view.

Also, the galleries still aren't showing.

I logged out and checked straight to the site. No difference.


In your guestbook page under customize gallery......under "Social", double check that you have comments turned on

bipock
May-29-2009, 01:32 PM
There is no copy in the guestbook to unhide. I tried to move a copy to the guestbook but it's not showing.

thumbnails for the galleries aren't showing in the owner view either.

bipock
May-29-2009, 01:34 PM
Guestbook working properly, as best I can tell.

Still no galleries showing in any view.

J Allen
May-29-2009, 01:42 PM
Double check your homepage tools button, and make sure that you have either galleries or categories checked

bipock
May-29-2009, 01:44 PM
It's a miracle!!!! Sorry, my dumb mistake.

J Allen
May-29-2009, 02:04 PM
It's a miracle!!!! Sorry, my dumb mistake.

:D


Add this to your CSS and see if you like, it will remove the extra lines on your gallery page, and tighten up your homepage:




/*====Tighten Homepage====*/
#userBio {padding:0;}
#homepage {padding-top:0;}
.homepage #breadcrumb,
.boxTop
{display:none;}





/*====No More Border====*/
.galleryPage,
.boxBottom,
.boxTop,
.box
{border:none !important;}





/*=====No Titles!!=====*/
#galleryTitle,
#categoryTitle,
#subcategoryTitle,
#subCatGalleryTitle
{display:none;}