17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 3456 Views |
-
PaddyGreen updated for SS 2.1

3 October 2007 at 4:30pm Last edited: 3 October 2007 4:36pm
I updated the PaddyGreen custom theme to be compatible with the new 2.1 release of SilverStripe. Now it uses the Theme API and supports blogs model out of the box.
New version includes a new widget panel in the footer, which could be customized to display site wide widgets (such as flickr images, del.icio.us links)
You could see a working demo of the theme at : http://www.web2media.net/silverstripe
Download the theme and try out - http://www.web2media.net/silverstripe/paddygreen.zipPlease report any browser issues and improvements you would like to see.
-
Re: PaddyGreen updated for SS 2.1

3 October 2007 at 4:45pm
Nice! Andrew has just polished off the theme page so now you can upload your own themes too http://www.silverstripe.com/cms-themes-and-skins/edit . It would be great to see a couple more themes up there.
The only thing that I would recommend is that you adapt it to follow our html guidelines - http://doc.silverstripe.com/doku.php?id=html or follow them as closely as possible. Just like for naming the divisions of the site. Its not important but we trying to set up a SilverStripe standard way so that everything is super modular and flexible!
Looks pretty good I'll download it and test it out now!
-
Re: PaddyGreen updated for SS 2.1

3 October 2007 at 5:10pm
Sweet good work Lakshan! Installed fine on a clean 2.1 release
A couple bugs
- List icons on the About Us page (on the demo) are broken. Im trying to get a screenshot but my computers playing up. In IE6 they have a grey background?- Again in IE6 the top of SilverStripe Themes heading is cut off just above the x height
-
Re: PaddyGreen updated for SS 2.1

3 October 2007 at 5:15pm
@Will >> IE6 have this issue regard to transparent png's. There is a hack for this, I think its better to add it or simply use gifs. I'll update it.
-
Re: PaddyGreen updated for SS 2.1

3 October 2007 at 5:22pm Last edited: 3 October 2007 5:23pm
can't you just put the images on a white background? They don't even need to be transparent unless you think people will be changing the background of the content area. I would also add this to the top of your layout.css so that when the page is short that bluey background comes through.
// to the top of your layout.css file
html {
background: #273138;
} -
Re: PaddyGreen updated for SS 2.1

3 October 2007 at 6:01pm Last edited: 3 October 2007 6:05pm
Will's idea about the background colour is good. That works well.
The IE hacks for alpha transparency I have found are dodgy - it relies on DirectX for the alpha transparency which sometimes crashes in IE6, it's best to avoid using hacks for this unless you absolutely necessarily need to.
You could just save the PNG icons as PNG-8, instead of 24. This stops the alpha transparency problem because 8 uses indexed transparency instead like the GIF format.
Cheers,
Sean -
Re: PaddyGreen updated for SS 2.1

3 October 2007 at 6:27pm
Changed the image background colors to white from transparent
-
Re: PaddyGreen updated for SS 2.1

9 October 2007 at 10:15am
Hey, looks very nice!
I do have one gripe though - when the font size is reduced the layout of the blog goes a bit weird, and my browser has smaller fonts by default.
| 3456 Views | ||
|
Page:
1
|
Go to Top |




