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 Search this Thread Display Modes
Old Jan-22-2007, 03:24 AM   #1
Andy
Hold the meat
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 50,164
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;
}

Last edited by Mike Lane : Jan-22-2007 at 01:02 PM.
Andy is offline   Reply With Quote
Old Jan-22-2007, 04:08 AM   #2
Pupator
Unworthy Clergy
 
Pupator's Avatar
 
Join Date: Jun 2005
Location: Columbus, NC
Posts: 1,554
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, 04:22 AM   #3
wellman
DeColores!
 
wellman's Avatar
 
Join Date: Jan 2006
Posts: 899
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, 04:24 AM   #4
devbobo
technicolored
 
devbobo's Avatar
 
Join Date: Nov 2004
Location: Melbourne, AU
Posts: 4,186
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, 04:54 AM   #5
Mike Lane
I � Unicode
 
Mike Lane's Avatar
 
Join Date: Feb 2005
Location: Faringdon, UK
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, 05:03 AM   #6
Pupator
Unworthy Clergy
 
Pupator's Avatar
 
Join Date: Jun 2005
Location: Columbus, NC
Posts: 1,554
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, 05: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, 05:39 AM   #8
Andy
Hold the meat
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 50,164
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 is offline   Reply With Quote
Old Jan-22-2007, 06: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, 06:06 AM   #10
Andy
Hold the meat
 
Andy's Avatar
 
Join Date: Dec 2003
Location: New York City
Posts: 50,164
Quote:
Originally Posted by PHOTOlink

Adam

add this to your css


#photoKeywords {display: none !important;}
Andy is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Dgrin Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Times are GMT -8.   It's 08:56 AM.


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