Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm having problems getting a Bartik subtheme going which uses colors.css - All I really need it do do is to reference a linked colors.css file. I've linked the external file in as you'd expect:
stylesheets[all][] = css/colors.css
However it seems that the theme is jumping between using this css file and a generated css file (I'm assuming this is part of the colors module). Disabling the colors module as well as changing the color back to the default doesn't seem to make any difference.
I am using the Omega base theme. I created a child theme. I duplicated node.tpl.php to node--front.tpl.php. My views block appears on the frontpage, but so does the message "No front page content has been created yet."
I created node--product.tpl.php to make products to display in 2 columns.
Now, I need the product detail page to display as one product on a page.
How do I do that?
I am using Acquia-drupal desktop and I have several experimental sites, built using the Zen theme.
I am curious as to why the Exclude Node Title module is appearing in my themes list (admin | appearance | themes). While it does not appear to affect the operation of the site, I would just like to know why it's listed in there.
I am trying to figure out **how** to control the width of the center nodes/modules/whatever they are called (stories) because, with a left and right sidebar, it makes the site too big to fit within the window of a browser.