Page 1 of 5

Ocean Theme

Posted: Fri Aug 21, 2009 7:04 pm
by Deak
I made my first Theme for CMS Made Simple. This is a sort of thanks for all the help the community has given me and, of course, the developers for making my favourite content management system. Hope you like it!

View the demo website: http://ocean.colony101.co.uk

View the screenshots on popular web browsers: http://colony101.litmusapp.com/pub/f7e65f8

Download the Theme from the CMS Made Simple Theme Site.

Features include:

* jQuery-powered featured-content widget on the homepage -- easily updatable, it's just a bulleted list of images and the displayed caption is pulled from your alt text.

* 3x page layouts -- homepage + two content page variants

* Pages with multiple editable regions

* Cufón-powered text replacement for H1, H2, and H3s. This uses pure JavaScript to swap boring text headings for beautiful anti-aliased custom fonts. It's SEO and screen-reader friendly too.

* Easy to customise!

* CSS selectors for handling common CMSMS modules like blog and news

Let me know if there's anything you'd like to see added and/or any comments.

Cheers,

Deak

Re: Ocean Theme

Posted: Sat Aug 22, 2009 6:41 am
by geeves
Thanks for the effort of doing something for the community.

I've been trying to do a theme for ages but too busy doing client work. I think your efforts have given me the motivation to get off my butt and do a theme.

Great work Deak.

Re: Ocean Theme

Posted: Sat Aug 22, 2009 1:26 pm
by nhaack
Thx for theme. Looks very clearn and easy to customize. Good Work!

Best
Nils

Re: Ocean Theme

Posted: Sun Sep 06, 2009 2:26 pm
by matthieu
Hi, Thanks for this great theme but I have an issue,
I can see cufon on the Home Template but not on the other two, I do not undrstand as it seems activated on all templates.
Thanks for your help

Re: Ocean Theme

Posted: Sun Sep 06, 2009 4:01 pm
by Deak
Hi Matthieu,

Cufon should be enabled for all 3 templates, however you will need to set the cufon class on your H1, H2, or H3. You can do this in TinyMCE:

1. Select your H1, H2, or H3.

2. From the style drop-down menu, select cufon; it should be the first item in the list.

You're done.

You can also extend the range of elements that can be cufon'd by edititing the JavaScript file named css-replace.js. By default I've just added:
Cufon.replace('h1.cufon');
Cufon.replace('h2.cufon');
Cufon.replace('h3.cufon');
Just copy the syntax and add new lines, for example:
Cufon.replace('h4.cufon');

Re: Ocean Theme

Posted: Sun Sep 06, 2009 9:29 pm
by aixs
i think i missed something about menus..
i created toplevel menu with subs but doesnt seems like feautures menu in the demo (with sub menu)

can you help me about this?

Re: Ocean Theme

Posted: Mon Sep 07, 2009 7:42 am
by matthieu
Hi Deak,
Thank you very much for your answer, but the problem is I can't see cufon directly on your website http://ocean.colony101.co.uk for all the pages but the home page. I tested it on all browsers.
When I download the theme and install it on a test server it is the same, I have cufon displayed on the home page but not on the other pages.
Do you know where can come this weird behaviour ?
Thanks for your help.
Matthieu

Re: Ocean Theme

Posted: Mon Sep 07, 2009 2:59 pm
by Deak
Hi Matthieu,

Yep, you're right; thanks for spotting it. This Litmus test confirms content pages have an issue outside of IE8, Chrome 2.0, Opera 10.0, Safari 3.2, and Safari 4.0:

http://colony101.litmusapp.com/tests/36 ... ults/saf3m

I'll take a look.

Re: Ocean Theme

Posted: Mon Sep 07, 2009 3:18 pm
by Deak
Okay, it's fixed (check version 2 on the Litmus test).

All the templates require jQuery, so in the templates for Content Page 1 Column and Content Page 2 Column add:
{JQueryTools action=incjs}
Just after {stylesheet}.

I'll add a download of the fixed version on the demo site.

Cheers,

Deak

Re: Ocean Theme

Posted: Tue Sep 08, 2009 2:52 am
by Simon66
Great job Deak!
I've never heard of cufon before - I tried sIFR a while ago and gave up on it. I never thought to see if there was an alternative.

I'm mucking about with jQuery at the moment - I feel like a kid in a candy store!

Congrats on a slick and very usable template.

Simon66

Re: Ocean Theme

Posted: Tue Sep 08, 2009 4:34 pm
by aixs
Can Somebody Help Me About Submenu Problem??

http://ocean.colony101.co.uk/feautures/

i reinstalled and tested again but same same.

Re: Ocean Theme

Posted: Tue Sep 08, 2009 5:08 pm
by Deak
aixs wrote: Can Somebody Help Me About Submenu Problem??
A description of the problem would be a good place to start...

Re: Ocean Theme

Posted: Wed Sep 09, 2009 4:42 am
by aixs

Re: Ocean Theme

Posted: Fri Sep 11, 2009 9:27 am
by Deak
Hi Axis, sorry but your description doesn't help me help you.

I assume you have added a sub-page and then set its parent to be another page?

Re: Ocean Theme

Posted: Sat Sep 12, 2009 9:52 am
by aixs
Deak sorry for my bad english

i added a sub-page to parent page and it doesnt seems like in the demo..
sub-pages doesn't seems in white bar which for subnavigation items

for example feautures section in demo
2 Feautures
2.1 Featured Content
2.2 Cufón

all the best



I Found the solution

http://forum.cmsmadesimple.org/index.ph ... #msg175657

sorry for being late..

its a bug for 1.6.5 please read the topic and make small change.

menu levels working fine after this