Zen Task Force

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.

The Zen theme aims to be the ultimate standards-compliant starting theme for Drupal. The name is an homage to the CSS Zen Garden and its aim to completely redefine the look of a site purely through CSS.

This group seeks to solidify the Zen theme to make sure that it is truly pliable, flexible, and adaptable. We will also discuss and implement improvements and future directions for this theme framework and for Drupal theming in general.

You can also find some of us hanging out in the #drupal-design IRC chatroom.

Aveu's picture

I apologize

I would like to offer my sincere apology to the Themer groups here on Groups.Drupal.Org and to this community in general ... I meant no disrespect to anyone. Being a non-artist I have the highest regard for those who can do what I cannot; create beauty in web designs and other visual art forms. Likewise as a programmer I have an equally high regard for all web developers and the difficulty of the work we do.

Read more
Aveu's picture

Question about GPL and NON-PHP Themes

If I build a Theme that uses no PHP or GPL'd JavaScript but does incorporate PERL code in the template would that PERL code need to be GPL'd?

I realize of course this would mean that the hosting installation would have to have PERL enabled on their server (not a normal Drupal setup) but I don't think that is the same as "requiring a 3rd party proprietary program" since PERL is open source and quite common on many hosting services.

Read more

GPL group recommends CMS templates be licensed under a different license.

... but templates are a special case, because they are combined with data provided by users of the application and the combination is distributed. So, we recommend that you license your templates under simple permissive terms.
_ --- "Frequently Asked Questions about the GNU Licenses" www.gnu.org

Read more
Aveu's picture

Themes versus Modules

There has been much discussion through the years about the automatic GPL status of Themes and Modules, and I will weigh in on that topic itself in another post (see the bottom of this post). But for now suffice it to say that I see an argument in favor of requiring GPL for Modules but I see a very different and very compelling argument in favor of excluding Themes from the GPL mandate. This post is to address a pre-cursor to that argument ...

Read more
ecvandenberg's picture

z-index problem with zen liquid lay-out

The z-index property gives some strange behavior.

I have created a liquid sub-theme with Zenophile 6.x-2.0. In the second sidebar there is a block with a picture. When resizing the browser window, this picture should glide behind the node content. So I gave the block a z-index value which is lower than the node content. And all looked fine while I was logged in as a user. When I logged out, the picture came to the front, overlapping the node content.

Read more
mattkoltermann's picture

Best practice for inserting $title above content and right sidebar?

Hi!

If I'm not in the right forum for this kind of topic, please accept my apologies -- and it would be great if you could direct me to a more appropriate place.

I'd like to print the $title above $content and $sidebar_second, but to the right of $sidebar_first. What the best way to do that?

Read more
Darwin's picture

Using the zen layouts CSS files located in the zen layout folder

Hi everybody !

I never tryed to work with the layout CSS files located in the zen layout folder...
Always with the layouts-fixed or liquide CSS files located in the CSS folder.

But I wonder :
If I want to buid a 'one sidebar first' website, should I works instead with all CSS files located in the 'one_sidebar_first' folder instead ?

If so, which files should I put in my sub-zen folder ?
Which files should I override/replace ?

Thank you for your help in advance...

Read more
barraponto's picture

Sass Mixins for Zen theme overrides

I have written a Sass base file with variables and mixins meant to ease the override of Zen layout-fixed.css
http://gist.github.com/614645

It provides variables like $zen-content-position, which controls whether the content comes before the two sidebars, in the middle of the sidebars or after them. other variables control sidebars and content width, and navigation height.

The idea behind this sass file is making Zen easier to manipulate without editing any of the provided css files.

Read more
tzvio's picture

div sections

Hi, what is the meaning of the sections div's that appear in page.tpl.php and how should i use them?

Read more
creativitea's picture

CSS Stylesheets, best practice

Hi there, i was wondering if you can help me, i have recently installed the latest Zen theme to start work on a new site and noticed it's changed slightly with the amount of stylesheets involved now. This is fine but i need to know what you recommend to do with the sub-themes. It's giving me a headache battling with so many stylesheets and switching from one to another to do some simple styling.

What's the best practice, should i be working on my own .css file overwriting these stylesheets or just amend each one as i go along?

Cheers for your help!

Rik

Read more
KennyVanLent's picture

Change location of Header and Navigation Bar

Greetings Zen Task Force,

Below there are two images, one how it is and one how it should be. (Images attached)

All the changes have been done in "layout-fixed.css", is this ok? (Document attached)

Could someone help me with the changes as in the image please?

Read more
ithacaindy's picture

D7: How to Place Both Sidebars After Content Region?

I'm building my site using D7 and Zen. I want my regions to appear in this order:

$content
$left
$right

However, the regions appear like this:

$left
$content
$right

How do I accomplish both sidebars appearing after the content region?

Read more
Fannon's picture

Banner-Area which lets the right sidebar float under it, but still be beside first-sidebar

Hello There!

I'm working happily with the zen-theme and build my own template out of it.
Now I've got the idea to add this banner area. (I've attached a conceptual screenshot of it)

Is this possible without messing up/rewriting the whole HTML Structure?

Greets,
Simon

Read more
vulfox's picture

Site Name and Slogan pulls Logo down with them

Using Zen 2...

I try to position Site Name and Slogan so that they would be a bit lower than Logo. I have tried doing this by giving either #name-and-slogan a margin-top:6%; (I tried px too) or by giving #site-slogan a margin-top:6%;. (I have repositioned Slogan so that it is before Site Name in page.tpl.php.

My problem:
the Logo moves down too even though it is before Site and Slogan in the code and is outside of the DIV(s) I try to move.

Read more
sunshinee's picture

Redesigned Site Using Zen 2

Ohio Christian University recently launched Phase I of a site redesign using a Zen 2 subtheme. We're still cleaning up some rough edges and will have additional theming as we roll out some new features, but I thought I'd post here for a friendly critique. When complete, a vanilla version of the subtheme will be contributed to the community. Any feedback or suggestions would be appreciated.

Read more
vulfox's picture

Content DIV overlapping both sidebars

Hi!

Almost a Zen virgin, even though I thought I knew css fairly well I have always trouble figuring out other peoples code.

I copied the starterkit as a sub theme and enabled it. Then I put some blocks to the left and right (first and second) sidebar so that they surely would show up. Now I have some content (navigation menu and stuff) in the left sidebar but the main content (middle) is NOT pushed to the middle and is just overlapping left (and right) sidebar.

Read more
freddiz's picture

Problem with navbar

Hi

Just started working with drupal theming and zen. I've got a strange thing when I set my primary links block title to . Whn I does that a get double sets of the primary link. Meaning two Home links, and so on. Does anyone know what that happens when title is , otherwise it works fine.


Read more
Garrett Albright's picture

Different versions of Zen on multisite

Our Drupal sites are hosted on a multisite Drupal installation. Most of the sites use a Zen 1 subtheme and use Zen as installed in sites/all/themes. However, I've been using Zen 2 for new projects, putting the Zen 2 directory in sites/example.com/themes. This works well, but now I've got about ten different Zen 2 directories strewn about my Sites directory, which isn't good.

Read more
byronveale's picture

Another site themed with Zen

Hi there, just wanted to add my site to the list of sites built with a Zen subtheme:

New Jersey Library Champions

Zen rocks, one of the things that makes Drupal outstanding...

Read more
roland_kums's picture

From Zen to Starterkit... lost column layout

Hi all, I just started experimenting with my own Zen subtheme. A stupid problem I can't fix is I lost the 2 column layout in the original Zen theme when I changed to the subtheme. I thought these 2 were supposed to be identical at the start... My navigation now shows on the bottem of the page, after content. How can I solve this?

Read more
Subscribe with RSS Syndicate content