Did SM do some coding changes?
brandofamily
Registered Users Posts: 2,013 Major grins
I'm noticing that some of the alignment on my pages is off. I did nothing to my code....
The changes look to be in FF only as far as I have found...
In using FF WD CSS edit function I see some tabs I do not remember... one being fonts.css...
Is this the code that is changing things? If so, can I over ride it? Or do I need to tweak some of my pages?
Thanks
The changes look to be in FF only as far as I have found...
In using FF WD CSS edit function I see some tabs I do not remember... one being fonts.css...
Is this the code that is changing things? If so, can I over ride it? Or do I need to tweak some of my pages?
Thanks
0
Comments
My Website index | My Blog
Sorry.
Portfolio • Workshops • Facebook • Twitter
Thanks Andy
My Website index | My Blog
www.ivarborst.nl & smugmug
Ditto on both of my sites. What is going on today, the IE error and now no create gallery button. This is getting more than a bit frustrating.
Canon Gear
www.ivarborst.nl & smugmug
That is nice. But it doesn't work in IE for me, but does in Firefox.
Portfolio • Workshops • Facebook • Twitter
I noticed this today. Is there a thread explaining why this changed? I'm not complaining, I promise, just curious if I'm missing the advantage of this method over the previous 'create gallery' method.
Sometimes I'm a little slow when it comes to accepting change...
Portland, Oregon Photographer Pete Springer
website blog instagram facebook g+
My Website index | My Blog
Andy -
I'm having the same problem. The Add photos button works from the top level galleries page, but it does not work within a category.
In case that's about as clear as mud...
Add photo works from http://denise.smugmug.com/galleries.
It does not work from http://denise.smugmug.com/Wandering%20near%20home. On that page I get the status message "Done, but with errors on page".
This is a problem on IE. It is not a problem in Firefox.
--- Denise
Update on June 9th, 6AM EST - problem resolved per message from {jt} in yesterday's other problem thread. I cleared my cookies, but I did not need to restart anything.
Musings & ramblings at https://denisegoldberg.blogspot.com
Dgrin FAQ | Me | Workshops
How was this change rationalized? I find many of the recent changes to smugmug to really be a backward step in usability. This current change, for example, and the flyout toolbar thing to name another.
-Scott
scwalter.smugmug.com
I couldn't agree with you more, not to mention it doesn't work for all of us.
Canon Gear
I think it's a huge improvement. You can add photos to any gallery without having to navigate there. Now that's cool!
Dgrin FAQ | Me | Workshops
Didn't you just say it doesn't work for you a few posts up?
I Reject Your Reality And Substitute My Own - Adam Savage
It works for me on my homepage, so I know what's there. As for working on my categories page, I actually don't care much, since I rarely access it from there. But I do think it's a great idea, and I'm sure that SmugMug will work out whatever little bugs there are with it. Or, when I can reset my modem/router I can see if that works.
Dgrin FAQ | Me | Workshops
Thanks for always trying to update SM.
I'm of no help with the question you have about SmugMug's changes, but I did look at your code, and I would suggest that you could make your code much more conducive to changes.
First off, I can tell you've put an awful lot of work into your code. More than I have, and my hat's off to you for that.
But I would organize your code very differently, and maybe you might think about this next time you're in for a challenge.
Take, for instance, the following code:
This is just a small snippet, but I think that you'd be better served to put all of the the font-family code in one command, instead of spreading it out. You could design the code so that you could change the font-family once. Things like that, and colors, are the things you're most likely to want to change globally, and having it all specified in one place just makes sense to me.
You've also got long sections like this:
Which could be easily reduced. I know you know how, you do it elsewhere. I just think that you're making it hard on yourself.
The other thing that I learned (from Mike Lane), is the power of themes. You can make your own themes, which are loaded below your CSS, so that they override it. You've got a lot of gallery by gallery customization. Making new themes for each might be better/easier since you'd be breaking your code into smaller, more manageable chunks. I'm no engineer, but I think this must be a good idea: SmugMug just did that sitewide (check out the newly expanded number of stylesheets attached to your site).
Anyway, like I said, I can tell you've been working hard. I just saw some ways that I thought you could work smarter.
Dgrin FAQ | Me | Workshops
As far as the new CSS goes, you could take a look at it to see if it would affect your page I'm guessing no unless your layout depends heavily on the size fo the text in input boxes (which I'm willing to wager it does not).
http://photos.mikelanestudios.com/
body * {line-height:1.22em;}
if you go to this page
http://www.brandolinoimaging.com/gallery/1091885
and delete the above line of code.... you will see the spacing change... the spacing w/o that line of code is what I had... Is there a way to basically delete the effects of that line w/o reworking my pages?
Having said that, just go into the fonts.css page and adjust the 1.22em until it looks juuuuuuuuust right (you can make it any decimal value you want btw, 1.195823726292876145em will work just fine). Once you get it right you can either put that body * {line-height:1.195823726292876145em;} (or whatever) right in your CSS or you can put something more specific to the page in question.
Hope that helps.
http://photos.mikelanestudios.com/
Any thoughts?
Thanks,
Chris Southard
I just tried adding photos to a gallery for the first time since the "upgrade". Usability has taken a step backwards. What used to take one click now takes two.
I don't have a problem if you just add this "new feature" to the home page, but when I'm in a specific gallery and I click "add photos", please let me just add photos to that gallery without having to wait for a downdrop and click again.
Now, I didn't test this, but you could try to set line-height (in your CSS) for those table cells and images that you are placing on top of the background to the exact number of pixels that you images/table cells are high and see if that helps. Also make sure you have defined no padding for the table cells, or the exact number of pixels you need for positioning the foreground images (that's another example of my "be specific" mantra).
General note: combining sizes defined in pixels and in ems in the same dimension (horizontal, or vertical) can easily lead to layout problems because browsers need to calculate an actual size in pixels for those ems. Having everything in ems or everything in pixels circumvents rounding differences in browsers. And yes, you can define image sizes in ems, too - as long as you take care to be consistent - and they will even scale with text; but this works for foreground images only.
Look through my eyes on Cultural Surfaces! - customizing... currently in a state between limbo and chaos
There's another problem with it, too, as I just found. See attachment. Looks like some Z-index values need to be adjusted (or defined if they're not).
Look through my eyes on Cultural Surfaces! - customizing... currently in a state between limbo and chaos