Questions tagged [drupal-zen]

Zen is a well-known Drupal base theme used as a starting point for many custom themes.

Zen is a powerful, yet simple, HTML5 starting theme with a responsive, mobile-first grid design.

The theme has two versions:

  • 7.x-3.x, which outputs XHTML
  • 7.x-5.x, which outputs HTML5 and it is a responsive theme
16 questions
4
votes
4 answers

Remove stylesheet selectively in Drupal for page

I am trying to make different layout for the front page. In that process I declared new stylesheet called "front-page.css" and page--front.tpl.php. I am using a Zen subtheme which loads responsive-sidebar.css. I want to remove…
rockvilla
  • 641
  • 8
  • 15
3
votes
1 answer

user-menu in secondary-menu: why?

I've created a sub of the zen-theme. And am mighty proud of it, but up in the top right corner (#secondary-menu) the user-menu shows up - perfectly. I just don't understand how it get's there? In structure/blocks the user-menu appears in the…
T4NK3R
  • 4,245
  • 3
  • 23
  • 25
2
votes
1 answer

Drupal 7 specific layouts for pages

I am using drupal 7 and my theme is a sub-theme of Zen. What I am trying to do is on some specific pages /volunteers/bigbrothers the layout of this page needs to differ slightly than that of /volunteers. I am sure this is stupid simple and maybe…
dbslone
  • 2,014
  • 2
  • 19
  • 26
2
votes
1 answer

Drupal 7 dashboard doesn't fit on screen when using custom themes

I'm using Drupal 7 for a site I'm making, but when I am using the dashboard/backend of drupal the modal box doesn't fit on my screen and causes a wierd scrollbar (FF & Chrome etc) bug that I've never seen before on any site! See how the bottom down…
SamMullins
  • 267
  • 4
  • 9
2
votes
1 answer

Starting a custom theme using Zen

I'm confused when trying to create a Zen subtheme for Drupal 7. First of all I'm sorry if this is a silly question butI'm not an expert on CSS. Basically I want to set a fixed height for the navigation menu shown on the following picture: (The one…
Pablo
  • 3,433
  • 7
  • 44
  • 62
1
vote
1 answer

Drupal 7: Zen theme, display comment count on node

How do I display the number of comments near the title of the node when viewing the teaser? I want to make a little bubble next tot the title in the teaser displaying the number of comments.
1
vote
1 answer

zen grid item without position argument

I'm experimenting with zen grids for a new drupal site I'm working on using the zen starter theme.. let's say I have a 5 column grid with an unordered list that has 5 list-items in it. In my scss file I want to say make each
  • one column wide…
  • Devin Crossman
    • 7,454
    • 11
    • 64
    • 102
    1
    vote
    4 answers

    How to remove H2 tag from some blocks

    I would like to remove the H2 tag from search and some other blocks (not from all of them by block.tpl.php). I use sub theme of Zen. Hope somebody can help me.
    user2144918
    • 23
    • 1
    • 5
    1
    vote
    2 answers

    Floating sidebars approach used in Drupal Zen theme

    In Drupal Zen theme, I noticed that the sidebars and the main divs are all floated to the left with each div's margin-right set back to the 0 position of the page. You can see the demo here. I know that there are many ways to achieve the same…
    Mr. 14
    • 9,228
    • 6
    • 37
    • 54
    0
    votes
    1 answer

    Extend colors of header to screen edge using Drupal zen theme

    How can I easily apply a bg image to only the gutter space between my header and the screen edge, using the zen theme? I am also interested in doing this for the footer as well.
    stopshinal
    • 1,891
    • 4
    • 16
    • 24
    0
    votes
    1 answer

    Drupal Zen subtheme - stop responsiveness at specific breakpoint

    Im devoloping a Drupal Zen subtheme. When resizing the browser, the Zen correctly resizes everything to fit the browser/window size. Thats great, but is there a way to tell Zen to stop being responsive at a certain breakpoint?
    Bolli
    • 4,974
    • 6
    • 31
    • 47
    0
    votes
    3 answers

    Drupal 7 Zen sub theme IE8 Responsiveness

    Using the Zen starter theme for Drupal 7, I've created this site: www.nettango.com. Everything seems to work fine and I've been figuring things out as issues come up. However, I've been trying to get IE8 to respect the responsive styles. Here's what…
    0
    votes
    1 answer

    Custom Webform Page Layout in Drupal 6

    I recently finished building an intranet site with Drupal 6 (client mandated the older version) using the Zen theme. The site contains several (20+) survey pages made with Webform. Client wants to change the layout of the webform pages to have a…
    danzo
    • 301
    • 1
    • 5
    • 18
    0
    votes
    1 answer

    Notifications when using Drupal with Zen 7.x-3.x and CTI Flex 7.x-1.0

    I get the following notification on many pages: Notice: Undefined variable: jump_link_target in include() (line 74 of /Users/peter/dev/eyestreet.com/drupal/sites/default/themes/cti_flex/templates/html.tpl.php).
    Peter DeWeese
    • 18,141
    • 8
    • 79
    • 101
    0
    votes
    1 answer

    PHP warning message in Zen Drupal sub-theme

    When using a Zen sub-theme in Drupal, I get the following warnings. How can I resolve them? Warning: in_array() [function.in-array]: Wrong datatype for second argument in zen_preprocess_html() (line 111 of…
    Peter DeWeese
    • 18,141
    • 8
    • 79
    • 101
    1
    2