This forum is for assistance with theme development.

Zen CSS Problems

I've been trying to get a custom subtheme working with Zen, and have really been having a hell of a time getting everything to lay out the way I want it to. After lots of poking and prodding, I finally got things to load correctly in Firefox / IE7, but have had less success elsewhere. I've tried looking at the code for Foliage to see how it handles the main content area (#content in Foliage, #container here), but even trying that code doesn't get things to line up properly.

I've had two basic problems, one in coding it, one in rendering:

1. When I stick closer to the instructions (ie, leave the #main section at 100% width), the main table gets pushed below the menu if I move the menu to the right, in order to line it up properly.
2. I found a workaround, by setting the width to 930px instead of 100%. However, for some reason on IE6, the left sidebar is being pushed too far to the right, and when that happens, the area with the content is getting pushed below the menu.

Here is the page.tpl.php:



print $language
" xml:lang=" print $language ">


print $head_title;
print $head;
print $styles;
print $scripts;

Problem with foreach loop for links

Hi,

I am in the process of developing a drupal theme. I have almost everything working however the php i have for outputting the primary links isn't working correctly. Its a foreach loop however only the last menu item is output. The site address is;

http://statistics.freehostia.com/Drupal/

Thanks in advance,

James

"Post new forum topic"

Is there the easy way to put "Post new forum topic" link into "tabs-wrapper" div element? Like other modules in Drupal do with menu links. I am hacking Garland theme...

How do I override the media type of style.css?

I would like to change the media type from "all" to "screen" of style.css.

How can I do this?

Thanks, Pedro

flash in header creates a gap underneath header in bluemarine

I'm using a bluemarine theme with modified css. I have embedded a flash movie inside a header which is 130px in height. The flash movie has the same height as the header but there is a gap between the header and the horizontal menu which I placed under the header. The website in question can be seen at http://www.hiltcreativemusic.com

Thanks in advance for anyone who can help.

themes and GnuArch - wrong behaviour when a theme has subdirectories

hi,

i'm trying to develop a php theme (no engines) with the support of GnuArch to keep trace of changes.

like other version control systems, GnuArch stores some information in a directory tree, so there's a deep subdirectory which contains mytheme.theme; when i go to /?q=admin/build/themes i see:

mytheme:
themes/mytheme/{arch}/++pristine-trees/...mytheme--0.1

instead of
mytheme:
themes/mytheme

Pages

Subscribe with RSS Subscribe to RSS - Theme development