Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
PHP Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2010 at 22:43 UTC
Updated:
17 Aug 2010 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
dboulet commentedComment #2
johnalbinGood catch, Daniel!
But the patch isn't quite right.
Comment #3
johnalbinFixed!
Thanks again for noticing this!
Comment #4
dboulet commentedThanks John! It seems to work fine now. Sorry if my fix was no good, I'm new to Zen, and I'm still trying to wrap my head around it.
Comment #5
dboulet commentedI think I spoke too soon, it's still not working right. I think that I did a bad job of describing the problem originally. What I meant is that zen_process() is not being run for my theme, which means that the
classes_arrayvariable is never converted to theclassesvariable. My patch still fixes the problem for me.Comment #6
dboulet commentedComment #7
sunshinee commentedI can confirm that this is fixed in the latest dev package. Yay!
Comment #8
broncomania commentedI still got the same problem. in my case are the classes of the sidebars are not set. I think this is critical because the whole template design is crashed. I also use a subtheme. The only classes are set are from the admin menu. Maybe someone has an solution. I also upgrade to the last dev package with the same result.
Comment #9
dboulet commentedThis is definitely not fixed. Changing the title to make the problem more clear.
Comment #10
dboulet commentedFix that works for me:
Add this to your Zen sub-sub-theme's template.php (replace 'themename' with the name of your theme):
The bug shows up when hook_theme() is not implemented.
I'm guessing that this is a requirement of Zen, and so this isn't truly a bug?
Comment #11
mxtI have the same problem, my body classes result like this:
<body class="">The issues born when I made the upgrade from 6.x-1.1 to 6.x-2.0 (in 6.x-1.1 all worked fine)
(I already have the code suggested by dboulet in my subtheme template.php)
Thank you for your work.
MXT
Comment #12
keesee commentedhaving he same issue. Classes are also not being assigned to the node div in subthemes.
will try fixes above and report back.
--
J.
Comment #13
mineaeliza commentedthanks dboulet, I had the same easy fix to do.
Comment #14
sbandyopadhyay commentedIt's not fixed quite yet. Can we somehow move this into Zen core so that new sub-sub-themes are automatically made with these few extra lines?
Comment #15
sbandyopadhyay commentedWoops. I spoke too soon. This IS a part of the standard subtheme already, as per the starterkit. So when you turn a subtheme into a sub-subtheme, you should already have those few lines.
Fixed it is!