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 Jul-05-2005, 12:36 PM   #1
onethumb
SmugMug CEO & Chief Geek
 
onethumb's Avatar
 
Join Date: Dec 2003
Posts: 1,194
New customization - Phase 1

Phase 1 of the new and improved customization for smugmug is about to begin. Here's the email we're getting ready to send out:

---
Hi,

We're so very sorry to bother you with an email but we noticed that you customized your smugmug pages (excellent!). We're working on improvements to our header & footer and, try as we might, we can't complete the improvements without affecting some customized pages.

We've tested many of our customer's pages and most of them work the same as they did before our new design. A few of them, however, will need some tweaks. The most common problem is an alignment issue where they no longer align center.

We thought it best to let you know as soon as possible. The current plan is to roll out the changes this coming Friday at midnight unless we uncover something unexpected in our testing. We'll send another email 24 hours before rollout. We'll make sure we're standing by to help quickly with any (hopefully small!) issues.

This is the first step towards much easier & more powerful customization. The bad news is there will be another change like this in the near future; the good is, people who have seen the plans are salivating!

All the best,
The smugmug team
---

We'll answer any question and help solve problems here in this thread.

Don
onethumb is offline   Reply With Quote
Old Jul-05-2005, 12:55 PM   #2
{JT}
Code Monkey
 
{JT}'s Avatar
 
Join Date: Jan 2004
Posts: 992
Centering Issues

Because we switched to using DIVs for layout control, many of you that used TABLES to align your site to the center of the page will notice that everything is now left aligned. The easy fix is to wrap everything in a containing DIV:

Code:
<div align="center"> PREVIOUS CODE </div>


Or you can simply assign the DIV an ID and set the styles in your CSS section.
{JT} is offline   Reply With Quote
Old Jul-05-2005, 01:14 PM   #3
Frank
winner grinner
 
Frank's Avatar
 
Join Date: Jun 2005
Location: San Jose, CA
Posts: 28
Hi Don (and smugmug Team),

This is just typical smugmug...
...and that is a WONDERFUL thing.


I've spent most of my working life, dealing with telecom and computer companies and it has rarely been a pleasant experience. I guess I just never got used to being treated like an adversary rather than a client, and routinely being put out of service with no warning, reason, or even an apology.

Don't mean to get teary-eyed, but it is SO NICE to feel like we are on the same team.

Keep up the good work!

Thanks,

- Frank
__________________
.... .- ...- . .- -. .. -.-. . -.. .- -.--
"Whether you're rich or you're poor, it's nice to have Money!" - Alfred E. Newman
Frank is offline   Reply With Quote
Old Jul-05-2005, 02:21 PM   #4
steelephotography.com
Big grins
 
steelephotography.com's Avatar
 
Join Date: May 2005
Posts: 74
Thanks.....

I concur with Frank, great customer service with the heads up. It is not something you find very often..

DS



Quote:
Originally Posted by onethumb
Phase 1 of the new and improved customization for smugmug is about to begin. Here's the email we're getting ready to send out:

---
Hi,

We're so very sorry to bother you with an email but we noticed that you customized your smugmug pages (excellent!). We're working on improvements to our header & footer and, try as we might, we can't complete the improvements without affecting some customized pages.

We've tested many of our customer's pages and most of them work the same as they did before our new design. A few of them, however, will need some tweaks. The most common problem is an alignment issue where they no longer align center.

We thought it best to let you know as soon as possible. The current plan is to roll out the changes this coming Friday at midnight unless we uncover something unexpected in our testing. We'll send another email 24 hours before rollout. We'll make sure we're standing by to help quickly with any (hopefully small!) issues.

This is the first step towards much easier & more powerful customization. The bad news is there will be another change like this in the near future; the good is, people who have seen the plans are salivating!

All the best,
The smugmug team
---

We'll answer any question and help solve problems here in this thread.

Don
steelephotography.com is offline   Reply With Quote
Old Jul-05-2005, 02:27 PM   #5
dcvoss
Beginner grinner
 
Join Date: Jul 2005
Posts: 1
I just made changes to my customization and I thought I'd share the code I used.

I used to have this code to center a header image at the top of my smugmug pages:

<table width="720" border="0" cellspacing="0" cellpadding="10" align="center" >

OLD CODE

</table>

I replaced it with:
<div ALIGN=CENTER>

OLD CODE

</div>

And it did the trick!

Dana.
dcvoss is offline   Reply With Quote
Old Jul-05-2005, 02:31 PM   #6
Baldy
aka Chris MacAskill
 
Baldy's Avatar
 
Join Date: Dec 2003
Posts: 2,504
Quote:
Originally Posted by Frank
it is SO NICE to feel like we are on the same team.
Thanks! We actually feel terrible when we run into the all-too-common scenario of 30% of people like it one way best and 70% another. Hard to tell the 30% that, erem, you lose...without feeling awful about it.
Baldy is offline   Reply With Quote
Old Jul-05-2005, 02:54 PM   #7
Mac Write
Major grins
 
Join Date: Jun 2005
Location: Vancouver B.C.
Posts: 177
Will there be a full CSS tag guide or better yet all the CSS info already in the CSS file (or to download) so we know what to change? I joined Smugmug at the right time. Can't wait until this is all complete so I can write a very good review.
__________________
My Photos | Use this referral code and get $5 off your first year of Smugmug! PIKZSgEQUVtu2 or just click here
Quote:
Get busy living or get busy dying
--Stephen King
Mac Write is offline   Reply With Quote
Old Jul-05-2005, 03:29 PM   #8
Francois
Death to Spammers !!
 
Francois's Avatar
 
Join Date: May 2005
Location: Europe
Posts: 140
Cool2

Hmmmm.. I think this is my first post here, after having used Smugmug for almost a year now.

Your email and message just deserves a THANK YOU, great service, been happy all the time so far and can't wait for further improvements. You have my support Thumbone and Team

Kind regards,
François
Francois is offline   Reply With Quote
Old Jul-05-2005, 03:38 PM   #9
{JT}
Code Monkey
 
{JT}'s Avatar
 
Join Date: Jan 2004
Posts: 992
Hah, here is was being all fancy with my code and a simple center did the trick! I updated my example code to reflect this, thanks!


Quote:
Originally Posted by dcvoss
I just made changes to my customization and I thought I'd share the code I used.

I used to have this code to center a header image at the top of my smugmug pages:

<table width="720" border="0" cellspacing="0" cellpadding="10" align="center" >

OLD CODE

</table>

I replaced it with:
<div ALIGN=CENTER>

OLD CODE

</div>

And it did the trick!

Dana.
{JT} is offline   Reply With Quote
Old Jul-05-2005, 03:41 PM   #10
{JT}
Code Monkey
 
{JT}'s Avatar
 
Join Date: Jan 2004
Posts: 992
There will be such a guide when the transition is complete to the new code. We will also be incorporating feedback from you guys when you play with the new design, so these first few weeks things will be very fluid. When the guide is ready, I will post here as well as the web tricks blog along with some new ideas on how you can get started in customizing the site.

Quote:
Originally Posted by Mac Write
Will there be a full CSS tag guide or better yet all the CSS info already in the CSS file (or to download) so we know what to change? I joined Smugmug at the right time. Can't wait until this is all complete so I can write a very good review.
{JT} 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 09:52 AM.


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