I am having a problem with my sidebar block displaying properly. I am using the bluebreeze_fixed theme. In order to create a new region for blocks, I went through this tutorial here to add a new "articles block" region. To be specific, I had to:
-Override default functions in phptemplate.engine
-Create new regions to place blocks
-Pass block region to node.tpl.php
-Customize presentation in style.css

The new region is displaying blocks properly. However, my left and right sidebar blocks are now displaying below the rest of the content on the page. Upon checking the CSS, I noticed that style sheets for both bluebreeze and bluebreeze fixed are being called.

I am not sure if this is part of the problem, for example a problem with conflicting style sheets. Or possibly a problem with my XML markup, or the PHP edits I did. I went through, and it seems as if I have done everything as was explained.

If someone wants to take a look at my code I will post it, I am just having a hard time figuring out the problem and am not getting any response in the Theme Development forum :-(. I didn't post it here at first because I belivieved it to be a problem with the actual development of the theme, not the theme itself.

Any help you could provide would be greatly appreciated.

Thank you

Comments

Frando’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Hmm, if the sidebars are displayed below the rest of the content, you're probably having a css problem somewhere.
But if you want more help, you should post some code.
As you said, the problem is probably not specific to bluebreeze but to your custom css, at least that's what I would guess.

itapplication’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)