Thank you thank you
I've been waiting too long for a one column theme
And it comes with drop-down menu~!!
Thank you!

I do have two issues:

1. when i try to edit the theme, i do this cp -rp nokola nokola-bxy.When i enable the new theme nokola-bxy it always display teh navtgation on left side bar totally block the admin menu interface, when i go to admin-block, i cant even change the positon of the navigation block since iit's enabled so it's on top of the menu and it's blocked by navigation., But when i enable the the original theme the first time, it didn't go like this. Just when i try to make another copy and edit it, it goes like this.

2. I do have a featuere request, could we have 2 columns in footer. To make it rich footer. I want to display lastest comments and gallary grid in the footer side by side instead of one column. Reason for this request is blocks are usually very narrow, they don't need to take the whole content area. it fits in well for too.

Thanks againn for the theme.

i suggest add these lines in css

p {
line-height:34px;
margin:25px 0 25px 0;
}

just in case people like me increase the default text size and want to increase the line space too.

and, people who are picky about blockquote style:

blockquote {
font-size:1em;
margin:35px 150px 35px 0;
color:#787878;
background:url(images/blockquote.gif) top left no-repeat;
padding:0 0 0 35px;
font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote p {
line-height:35px;
}

I copied these code from my gnumetal style.css

Another suggeston for the css is i can't set the padding of say between $taxomony and $links, i have to use the html tag p in node.tpl.php and comment.tpl.php. I hope i can do this in the css. Probably i can copied to code from other theme's css file but i am very new to css and drupal theme so i am working on a trial and error basis. If you know more, would you please give us more opitons in the style.css file.

I do hope you can keep working on this theme. Thank you, again!

Comments

rkendall’s picture

Status: Active » Closed (works as designed)

Thanks for you comments, and glad you like the theme.

1. On your first point, if you copy the theme into a directory with a different name (ie. rename the theme), you will also need to rename any theme functions in the template.php file. I have set custom 'regions' for the template, so you will need to rename the nokoala_regions() function.

2. I would like to keep the CSS as simple as possible. At the moment I like how things work, so probably won't add your suggestions. You are of course free to make any changes on you own installation, or even make a new theme based on mine. (I suggest brushing up on your CSS if you need to - try http://www.htmldog.com )

Cheers,
Ross