|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Grin Addict
|
themes deployment - the next big thing
It appears the smugmug folks have started deploying the much anticipated themes. Only a couple are available right now, but the Halloween theme looks great on my site. Very classy - good job. Looking forward to more themes coming down the road.
|
|
|
|
|
#2
|
||
|
Grin Addict
|
themes allow you to revert back to old smugmug style
Quote:
|
|
|
|
||
|
#3
|
|
|
Major grins
|
Gblotter,
Will you share your site, so we can see the Halloween theme in action? Thanks in advance. Fred |
|
|
|
|
#4
|
|
|
Major grins
|
I just saw the test one here by BigWebGuy! Is this the one they implemented? It looks great. Here's the link in case anyone wants to see it.
http://bigwebguy2.smugmug.com |
|
|
|
|
#5
|
||
|
SmugMug Sorcerer
|
http://bigwebguy2.smugmug.com
![]() Quote:
|
|
|
|
||
|
#6
|
|
|
with a Heroes touch
|
I got 3 themes:
Halloween 1 (don't use it at the moment) Sand (don't use it at the moment) and smugmug classic is back. (don't use it at the moment) Sebastian
__________________
Sebastian SmugMug Support Hero look on the bright side http://www.SebastianHosche.com Last edited by rainforest1155; Oct-31-2005 at 03:42 AM. |
|
|
|
|
#7
|
|
|
aka Chris MacAskill
|
Here's an example halloween in action:
http://heritageoaks.smugmug.com/gallery/32629/1/1194743 It's from bigwebguy. Also, we called one of his themes "Sand" and here's an example site that uses it for its home page: http://heritageoaks.smugmug.com/ We had to debug/adapt them a little. Hopefully, this is the beginning of something really fun and useful! |
|
|
|
|
#8
|
||
|
Scripting dude-volunteer
|
Sand theme problem on Firefox
Quote:
![]() And here's what it looks like on Firefox when you're logged in. Notice the tool drop-downs floating over the image and the add caption rectangle over the bottom of the image.
|
|
|
|
||
|
#9
|
||
|
SmugMug CEO & Chief Geek
|
Quote:
If you don't like it, you're free to "view source" and copy & paste to create your own theme, removing the floating features. Don |
|
|
|
||
|
#10
|
||
|
Scripting dude-volunteer
|
Quote:
No big deal to me. I just won't use that theme or will fix it myself if I do want to use it, but I thought the point of themes was that regular users (non-coding users) could just pick a theme in a few seconds and be done. IMO, this theme doesn't live up to typical smugmug standards. --John |
|
|
|
||
|
#11
|
||
|
Happy Snapper
|
Quote:
This theme needs a little more browser-compatibility testing :=) That can be quite a lot of work, but hey... -- Anton.
__________________
I can't grasp the notion of time. When I hear the earth will melt into the sun, in two billion years, all I can think is: "Will that be on a Monday?" ========================== http://www.streetsofboston.com http://blog.antonspaans.com |
|
|
|
||
|
#12
|
||
|
SmugMug Sorcerer
|
when i was using this theme as my own, i had a bit of javascript to remove the caption if there was none.
when i submitted it to smugmug, i removed the "floating features" so this wouldn't be an issue without the javascript. i got confirmation that they received it and liked it and thought then that they had pulled the code. i then went back and re-added the floating stuff because I liked it. I guess smugmug went and took the code for it after i thought they did. it's an easy enough fix and i'm sure they will address it....just a miscommunication on my part and part of the "feeling out" of this new process. as for browser compatibility....on my site it was tested in firefox, opera and IE on xp and safari and firefox on mac all without problem. I am not aware of the debugging they had to do to it, but if you have an example of a browser issue other than not liking the "floating features", please post it. Quote:
|
|
|
|
||
|
#13
|
||
|
Happy Snapper
|
Quote:
__________________
I can't grasp the notion of time. When I hear the earth will melt into the sun, in two billion years, all I can think is: "Will that be on a Monday?" ========================== http://www.streetsofboston.com http://blog.antonspaans.com |
|
|
|
||
|
#14
|
||
|
SmugMug Sorcerer
|
if you want to use it until smugmug updates it, put this in your javascript customization
Code:
String.prototype.trim = function() {
var x = this;
x = x.replace(/^\s*(.*)/, "$1");
x = x.replace(/(.*?)\s*$/, "$1");
return x;
}
function clearCaption() {
var cap = new Array();
cap[0] = document.getElementById("caption_top");
cap[1] = document.getElementById("caption_bottom");
for (var i=0; i<cap.length; i++) {
if (cap[i]) {
if (cap[i].innerHTML.trim().length == 0) {
cap[i].style.display = "none";
}
}
}
}
Code:
<body onLoad="clearCaption()"> Quote:
Last edited by bwg; Oct-14-2005 at 02:42 PM. Reason: updated javascript to get both captions |
|
|
|
||
|
#15
|
||
|
Happy Snapper
|
Quote:
In my galleries, empty captions do show up as small empty blue boxes. This is how i can get rid of them!
__________________
I can't grasp the notion of time. When I hear the earth will melt into the sun, in two billion years, all I can think is: "Will that be on a Monday?" ========================== http://www.streetsofboston.com http://blog.antonspaans.com |
|
|
|
||
|
#16
|
||
|
panasonikon
|
Quote:
so, there i am, in nyc in front of 2 dozen reporters, and one guy is interviewing me on tv for smugmug. one of the reporters shouts out: "lemme see you create a gallery on the fly, and upload some photos to it!" OK so i'm doin' my thang, hit "create gallery" and i name it, category, etc. then i do a double take, and let out a "holy schmoly, look at that, we got themes!" the reporters looked at me, and i then finished the setup, loaded a bunch of photos, and showed the halloween gallery (great job, lee/bigwebguy!!!!)...... the reporter asked: "is that new?" i said: "it's so new, it's still sticking to the pan!" i then showed them digital grin, and the theme bounty thread - and how you guys, our customers and users of the system, create the themes - and how that they went from thougth to finish in such short order - namely being loaded into the system while i was speaking with the reporters this morning in nyc onethumb, jt, baldy, and the whole smugmug crew: ![]()
|
|
|
|
||
|
#17
|
||
|
with a Heroes touch
|
Quote:
Great story! Lucky you not getting an outage at the moment. Sebastian
__________________
Sebastian SmugMug Support Hero look on the bright side http://www.SebastianHosche.com |
|
|
|
||
|
#18
|
||
|
Mod Emeritus
|
Quote:
|
|
|
|
||
|
#19
|
|
|
aka Chris MacAskill
|
Onethumb was saying themes have been chosen something like 813 times already today. The most popular one is Halloween, doncha know. That theme seriously rocks.
|
|
|
|
|
#20
|
|
|
I break stuff
|
RE: the floating captions..
It is actually something we have seen customers ask for. A lot of customers want their captions a lot more obvious (like bigwebguy, who designed his site that way). He did a great job with it, so we went with it. The whole point behind themes is to give customers a lot of options to display their galleries. In the future there may be a Sand theme without floating captions, we will have to judge feedback, etc. Also, I wouldn't be surprised if there are themes where the tools overlap some of the display. It is VERY common for customized sites to look rough around the edges when you are logged in, but exceptionally polished when logged out. In the Sand theme, there isn't enough extra screen realestate to put the drop-down menus elsewhere, which is why they overlap the images. It sure does look sexy when logged out though. |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|