Lurk all you'd like, but why not register and post some pics? Registering also makes it easier to find the good stuff. Need help?

Go Back   Digital Grin Photography Forum > Support > SmugMug Customization
Dgrinner
Password
Register FAQ Shooters Calendar Reviews Tutorials Gallery Books Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
Old Jan-22-2007, 02:24 AM   #1
Andy
SmugMug COO & House Pro
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 52,623
NEW Release Customizing Help / Questions

Hi everyone,

We released a major update today

If you have customization issues, we can help. Please post them here.

WANT TO ADD A DELAY TO THE PHOTOBAR?

add this to your JS, change 0 to any number of seconds you like :)

photoBarDelay = 0;


WANT THE PHOTOBAR ON THE BOTTOM?

add this to your JS:
SM.PhotoBar.config.position = 'bottom';


ELIMINATE THE PHOTOBAR?
(caution, funcationality is missing when you do this!)
showPhotoBar = false;

PAGEPICKER SAMPLE CUSTOMIZATION:

/* page picker mods */
.pageNav, a.pageOn {
color: #8bacba; /* this is the color for the Page N of N text */
font-weight: bold; /* match the photonav text, you may delete this if it's not bold */
}

.pageNav .nav {
font-weight: normal;
}

.pickerContent a.page {
color: #fff;
font-weight: normal;
}

.pickerContent a.page:hover {
background-color: #e8f2f4; /* this is the background hover color for the non-selected page, pick a light color from the theme */
color: #000; /* this is the text color, pick a dark color from the theme or use black */
}

.pickerContent a.pageOn, .pickerContent a.pageOn:hover {
background-color: #719497; /* this is the background for the selected page, pick a medium dark color from the theme */
color: #fff; /*text color for the selected page, light color or white */
}




SMUGMUG SMALL USERS.
Smugmug Small has been resurrected

You can force it in gallery customization, as you have been.
You can also add this nifty JS variable:

SM.SmugMug.config.size = 'resizeable';

where 'resizeable' can be either that, or 'small' or 'large'. Mkay? Have at it, kids



TO EXPOSE THE FILENAMES

add this to your CSS:

#fileNameBoxWrapper {
display: block;
}
__________________
Andy

Moon River PhotographyTwitterFacebook

Last edited by Mike Lane; Jan-22-2007 at 12:02 PM.
Andy is offline   Reply With Quote
Old Jan-22-2007, 03:08 AM   #2
Pupator
Unworthy Clergy
 
Pupator's Avatar
 
Join Date: Jun 2005
Location: Columbus, NC
Posts: 1,614
Quote:
Originally Posted by Andy
Hi everyone,

We released a major update today
Great work getting the new release out - I saw first-hand how hard you guys were working this weekend to get it done.

In the old version, I forced everyone to "medium" size images by hiding the "othersizes" links with css. Now that the other sizes come through a popout - is there any way to hide them? Or, can an option be added to gallery customization that forces a particular size?
Pupator is offline   Reply With Quote
Old Jan-22-2007, 03:22 AM   #3
wellman
DeColores!
 
wellman's Avatar
 
Join Date: Jan 2006
Posts: 906
Just a heads up... I noticed today that for all the gallery styles, the #altViews div became the full width of the gallery div. That means the slideshow, share photos buttons, etc are on a different line than the breadcrumb text and there's more vertical space taken up at the top of the page. If you want to get rid of the vertical space, do this in your CSS:

Code:
#altViews {width: 340px;}
You may need to adjust the width per theme (i.e. if your buttons start to wrap).
__________________
Greg Wellman
WellmanHouse.net | Blog | AlbumFetcher | SmugShowBuilder
wellman is offline   Reply With Quote
Old Jan-22-2007, 03:24 AM   #4
devbobo
technicolored
 
devbobo's Avatar
 
Join Date: Nov 2004
Location: Melbourne, AU
Posts: 4,308
Hi Pupator,

The guys are busy putting out a few fires atm and not to mention they need sleep.

Give it a little bit for things to settle down and i'm sure the answers with be forthcoming.

Cheers,

David
__________________
David Parry
My Photos | SmugBrowser
devbobo is offline   Reply With Quote
Old Jan-22-2007, 03:54 AM   #5
Mike Lane
I � Unicode
 
Mike Lane's Avatar
 
Join Date: Feb 2005
Location: Dover, DE
Posts: 7,059
Quote:
Originally Posted by Pupator
Great work getting the new release out - I saw first-hand how hard you guys were working this weekend to get it done.

In the old version, I forced everyone to "medium" size images by hiding the "othersizes" links with css. Now that the other sizes come through a popout - is there any way to hide them? Or, can an option be added to gallery customization that forces a particular size?
add this

.photoSizes {display:none;}

The flyout remains large enough to handle the (now missing) other sizes links though.
__________________
Y'all don't want to hear me, you just want to dance.

http://photos.mikelanestudios.com/
Mike Lane is offline   Reply With Quote
Old Jan-22-2007, 04:03 AM   #6
Pupator
Unworthy Clergy
 
Pupator's Avatar
 
Join Date: Jun 2005
Location: Columbus, NC
Posts: 1,614
Quote:
Originally Posted by Mike Lane
add this

.photoSizes {display:none;}

The flyout remains large enough to handle the (now missing) other sizes links though.
Thanks Mike!
Pupator is offline   Reply With Quote
Old Jan-22-2007, 04:37 AM   #7
PHOTOlink
www.photolink.net
 
PHOTOlink's Avatar
 
Join Date: Sep 2005
Posts: 148
New Smugmug release problems

i see the new release for style smugmug is live... with the sand theme,
i have two problems:

1-even when logged out at bottom of large pic i see KEYWORDS
which i have had shut off forEVER, prior to new release.

2- even though i have filenames ON, they are NO longer appearing
under the large image

can someone please tell me what fixes i may need to correct this

ESPECIALLY my need to SHOW filenames.

Adam
__________________
Adam Scull
http://www.photolink.net

http://www.linkedin.com/in/photolink

AIM:AdamatPHOTOlink
PHOTOlink is offline   Reply With Quote
Old Jan-22-2007, 04:39 AM   #8
Andy
SmugMug COO & House Pro
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 52,623
Quote:
Originally Posted by PHOTOlink
i see the new release for style smugmug is live... with the sand theme,
i have two problems:

1-even when logged out at bottom of large pic i see KEYWORDS
which i have had shut off forEVER, prior to new release.
link please, adam?
Quote:
2- even though i have filenames ON, they are NO longer appearing
under the large image
link?
__________________
Andy

Moon River PhotographyTwitterFacebook
Andy is offline   Reply With Quote
Old Jan-22-2007, 05:01 AM   #9
PHOTOlink
www.photolink.net
 
PHOTOlink's Avatar
 
Join Date: Sep 2005
Posts: 148
Quote:
Originally Posted by Andy
link please, adam?


link?

http://www.photolink.net/gallery/2380853
__________________
Adam Scull
http://www.photolink.net

http://www.linkedin.com/in/photolink

AIM:AdamatPHOTOlink
PHOTOlink is offline   Reply With Quote
Old Jan-22-2007, 05:06 AM   #10
Andy
SmugMug COO & House Pro
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 52,623
Quote:
Originally Posted by PHOTOlink
Adam

add this to your css


#photoKeywords {display: none !important;}
__________________
Andy

Moon River PhotographyTwitterFacebook
Andy is offline   Reply With Quote
Old Jan-22-2007, 05:12 AM   #11
PHOTOlink
www.photolink.net
 
PHOTOlink's Avatar
 
Join Date: Sep 2005
Posts: 148
Quote:
Originally Posted by Andy
Adam

add this to your css


#photoKeywords {display: none !important;}

EXCELLENT! and thank you

now just the FILENAMES are needed under the photos.

only one small thing i've noticed:

when i put in the fix for eliminating the flyout, it doesn't eliminate
the flyout ENTIRELY

you can still see a small black 1/4" line flyout in the corner

i also find it interesting that there are only NINE thumbnails on my pages now when there seems to be room for 12, if not more.....
__________________
Adam Scull
http://www.photolink.net

http://www.linkedin.com/in/photolink

AIM:AdamatPHOTOlink

Last edited by PHOTOlink; Jan-22-2007 at 05:23 AM.
PHOTOlink is offline   Reply With Quote
Old Jan-22-2007, 05:21 AM   #12
Andy
SmugMug COO & House Pro
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 52,623
Quote:
Originally Posted by PHOTOlink
2- even though i have filenames ON, they are NO longer appearing
under the large image

can someone please tell me what fixes i may need to correct this

ESPECIALLY my need to SHOW filenames.

Adam
Hi Adam, filenames are now in the exif popup, accessible from the photobar.
__________________
Andy

Moon River PhotographyTwitterFacebook
Andy is offline   Reply With Quote
Old Jan-22-2007, 05:24 AM   #13
PHOTOlink
www.photolink.net
 
PHOTOlink's Avatar
 
Join Date: Sep 2005
Posts: 148
Quote:
Originally Posted by Andy
Hi Adam, filenames are now in the exif popup, accessible from the photobar.
at the risk of seeming dense, how and where do i get this to do/show
and

will there ever be a way to show the filename BELOW the image like before?

adam
__________________
Adam Scull
http://www.photolink.net

http://www.linkedin.com/in/photolink

AIM:AdamatPHOTOlink
PHOTOlink is offline   Reply With Quote
Old Jan-22-2007, 05:26 AM   #14
Andy
SmugMug COO & House Pro
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 52,623
Quote:
Originally Posted by PHOTOlink
at the risk of seeming dense, how and where do i get this to do/show
and
re-enable the photobar
Quote:
will there ever be a way to show the filename BELOW the image like before?

adam
probably, with a bit of changes that bwg or jt can do... or perhaps devbobo can hack.

Stay Tuned
__________________
Andy

Moon River PhotographyTwitterFacebook
Andy is offline   Reply With Quote
Old Jan-22-2007, 05:29 AM   #15
PHOTOlink
www.photolink.net
 
PHOTOlink's Avatar
 
Join Date: Sep 2005
Posts: 148
i KNOW i'm being dumb about this, but how does one re-enable the photobar

or are you refering to CAMERA INFO? or do you mean the flyout?

sorry to be a bother on this...


adam
__________________
Adam Scull
http://www.photolink.net

http://www.linkedin.com/in/photolink

AIM:AdamatPHOTOlink
PHOTOlink is offline   Reply With Quote
Old Jan-22-2007, 05:30 AM   #16
Cindy
Major grins
 
Cindy's Avatar
 
Join Date: Dec 2004
Posts: 487
My filenames are not showing either. Yes, I need them to show please!
Example: Filenames should be showing here:
http://www.inspiringdesigns.net/gall...5749#124527644

Quick question: Andy I've condisered hiding my keyword clutter but... If I do (via the css you posted above) will they all remain active? Meaning searchable? Any changes other than that they're hidden from viewing I might need to know about?

BTW: I LOVE the massive upgrade. For someone on dail-up I TRULY appriciate the new speed!!!
__________________
Cindy Utterback Photography ~ Follow Along: Twitter| Facebook
Portrait, Wedding & Whatever Catches My Eye Lifestyle Photographer
*Cindy's SM Wishlist: Gift-Wish Registry -> Ability to save & share cart wishlists; Spiral bound 4x6 & 5x7proof books; Photographer Order Fullfillment.
Cindy is offline   Reply With Quote
Old Jan-22-2007, 05:38 AM   #17
Cindy
Major grins
 
Cindy's Avatar
 
Join Date: Dec 2004
Posts: 487
Quote:
Originally Posted by Cindy
My filenames are not showing either. Yes, I need them to show please!
Example: Filenames should be showing here:
http://www.inspiringdesigns.net/gall...5749#124527644
Ouch: You beat me and posted before I could ask
Does EXIF have to be enabled then for cutomers to see the filenames???
I don't like that because I often re-arange, add to, etc my galleries so Customers need to give me filenames. But I don't neccasarily like sharing my exif with them.
__________________
Cindy Utterback Photography ~ Follow Along: Twitter| Facebook
Portrait, Wedding & Whatever Catches My Eye Lifestyle Photographer
*Cindy's SM Wishlist: Gift-Wish Registry -> Ability to save & share cart wishlists; Spiral bound 4x6 & 5x7proof books; Photographer Order Fullfillment.
Cindy is offline   Reply With Quote
Old Jan-22-2007, 05:39 AM   #18
Andy
SmugMug COO & House Pro
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 52,623
Quote:
Originally Posted by Cindy
Quick question: Andy I've condisered hiding my keyword clutter but... If I do (via the css you posted above) will they all remain active? Meaning searchable? Any changes other than that they're hidden from viewing I might need to know about?
Yes, yes, and no. Go for it, Cindy.
__________________
Andy

Moon River PhotographyTwitterFacebook
Andy is offline   Reply With Quote
Old Jan-22-2007, 05:39 AM   #19
tinachamberlain
Big grins
 
Join Date: Jan 2007
Posts: 29
Hi, I added the new CSS to my profile so keywords wouldn't show up, however they're still showing up.

What am I doing wrong? I'm using IE and I see them.

http://tinachamberlain.smugmug.com/
tinachamberlain is offline   Reply With Quote
Old Jan-22-2007, 05:44 AM   #20
PHOTOlink
www.photolink.net
 
PHOTOlink's Avatar
 
Join Date: Sep 2005
Posts: 148
Quote:
Originally Posted by Andy
Yes, yes, and no. Go for it, Cindy.

ok i see now the exif and filename in the camera info

if i may offer my opinion on this method of viewing the filename:


ahh..errr... umm.... A-W-E-F-U-L! (i would use a stronger word here
but i AM trying to be as polite and not excitable as i used to be!)

so my request is to somehow re-enable having the filenames put
back at the BOTTOM of each large image.......
cause THIS method is yukky

adam
__________________
Adam Scull
http://www.photolink.net

http://www.linkedin.com/in/photolink

AIM:AdamatPHOTOlink
PHOTOlink is offline   Reply With Quote
Reply

Tell The World!

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Times are GMT -8.   It's 09:19 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.