This forum is for assistance with theme development.

Gird adaptive theme with css not sass

Hello iam seeking for the best theme using grid system and adaptive, fluide design. who can help me?

How did the do this menu?

It looks like an image overlay on mouseover but I am not completely sure how would I go implementing it using Drupal 7.

http://www.kickinghorsecoffee.com/

Suggestions?

Adding region to subtheme of Seven breaks block region assignment

When I added a region in my custom theme, a subtheme of Seven, the region assignment of my blocks all broke.

I added one region to the .info and page.tpl.php files I believe correctly, and when I cleared my cache, I got the following messages.

The block foo1 was assigned to the invalid region content and has been disabled.
The block foo2 was assigned to the invalid region help and has been disabled.

Add CSS file to node/add

I've created a custom content type and I want to add a CSS file on the /node/add/CUSTOM_TYPE page. I've seen lots of posts talking about adding adding this:

function pixture_reloaded_preprocess_node(&$vars, $hook) {
  drupal_add_css(path_to_theme() . '/css/' . $vars['node']->type . '.css', $type = 'theme', $media = 'all', $preprocess = FALSE);
}

to template.php, which I've done, but this doesn't add the CSS file when adding content, only when displaying the content.

Is it possible to install new theme without FTP server on localhost?

Hi everyone!

I'm newbie to Drupal, is it possible to install a new (just empty) theme without creating an archive and setting up ftp server on developer's computer?

Like for example in wordpress I just create a new folder in wp-content/themes, place style.css (with theme related info) there and that's all, theme available in backend, i can switch site to it and start programming.

Anything like this?

Using SASS with Drupal 6

Hello,

I would like to use SASS preprocessor with Drupal 6. I tried this solution on a Drupal 6 on a local fresh install using the latest xampp (php 5.5) : https://drupal.org/project/sass using.

I created a new file : stylesheet.scss and add "stylesheets[all][] =stylesheet.scss" in the garland.info file. It didn't work. I had to comment like this in the sass.module file in order to get a result :

Pages

Subscribe with RSS Subscribe to RSS - Theme development