Questions tagged [drupal-themes]

This tag is for questions about themes hosted on Drupal.org. Don't use it to generally mean "this question is about a theme," when the question is about a theme's code, or when the question is already using a specific tag, such as "theming," "theme-template," or a tag specific for the used theme, such as "zen."

A theme is a "skin" that lets you change the layout and appearance of a Drupal site quickly and without programming.

For questions about the Drupal theming system, use .

166 questions
0
votes
1 answer

drupal theme says not compatible

I have a theme that has been working the entire time ive been developing the site, now all the sudden randomly, drupal started telling me "This version is not compatible with Drupal 7.x". B Below is my info file, am I missing something. I havent…
0
votes
1 answer

Making new variable for drupal 7 theme showing error notice

Hi I am trying to make a new variable for drupal 7 theme. My theme name is ntheme. For this I have defined a function in template.php : function ntheme_gnu_preprocess(&$variables) { $variables['disclaimer'] = t('Comments are unaythorized. The…
user2535137
  • 3
  • 1
  • 4
0
votes
2 answers

Drupal theme for specific page

Suppose that website is: http://www.mywebsite.com width Drupal Garland theme on all pages. How to enable another theme and set it as default on a page like http://www.mywebsite.com/video ? Blocks can be added on specific pages, but can templates…
0
votes
1 answer

Fixed position navigation theme for drupal

Does anyone know about any drupal theme with fixed navigation like http://designshack.net/articles/inspiration/20-examples-of-fantastic-fixed-position-navigation/ If not, does anyone how difficult it would be to develop one for someone like me? I…
Nitin Garg
  • 2,069
  • 6
  • 25
  • 50
0
votes
1 answer

Drupal adding a custom header per node

I have created the templeate html-landing.tpl.php and try to include it in a template with the following in my template.phpenter code here function myfuntion_preprocess_html(&$variables, $hook) { $node = menu_get_object(); if ($node->nid == 60)…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
0
votes
1 answer

Drupal drop down menu shows child items only when parent is selected

I am new to Drupal. I am trying to make a website where the menu has child items. eg when I click on "Places" it should drop down a menu with child items like "INDIA","USA","CHINA" etc. For that I added a content(basic page) Places with menu link…
Nitish
  • 2,695
  • 9
  • 53
  • 88
0
votes
1 answer

Adding html to t() in Drupal 6 template.php?

Hi I am trying to add html to the "t('Older Posts')" and "t('Newer Posts')" Is this possible ? I can figure it out ???? I am in a Drupal 6 template.php file. This is the code I am trying to add as html - Newer…
naeluh
  • 951
  • 11
  • 17
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
1 answer

Drupal 7 "admin" pages inherit front-end theme CSS

I am trying not to effect the styling of the Drupal 7 admin pages with my sub-theme CSS files. Is there a proper way to do this?
llovelett
  • 318
  • 1
  • 5
0
votes
1 answer

Drupal 7 : Can't view the newly loaded theme

I've been trying to install a new theme by copying the uzipped theme folder to : 1) /Applications/MAMP/htdocs/drupal/sites/all/themes/ and later to this: 2) /Applications/MAMP/htdocs/drupal/sites/MYSITE/themes/marinelli/ For each installation…
studying algorithms
  • 525
  • 2
  • 5
  • 13
0
votes
1 answer

Drupal 7: filtering menu links

I've recently created a site but have run into a problem with the navigation bar. My problem is I want to be able to filter out displaying links. This is because part of my site makes use of books. As part of the site allows the user a choice of 4…
trottski
  • 51
  • 2
  • 9
0
votes
3 answers

How do I remove inner div of my drupal7 form containing all its' elements

I'm trying to remove a pesky div from within a multistep form I'm trying to customize with a theme. The problem is it's throwing off my css. I'm unwilling to change all my css rules without first knowing a valid reason for this div's existence. For…
Saahir Foux
  • 654
  • 4
  • 12
  • 27
0
votes
1 answer

Drupal html output theme

I have a custom module that generates a page of output, my question is about how to add html elements to the output such as headings and paragraphs etc. My module is as follows function mymodule_page() { $output .= '

'.t('Installs…

Daniel Harper
  • 496
  • 4
  • 19
0
votes
1 answer

Creating New Region - No Joy in Drupal 7

I'm modifying Bartik to create a custom theme. From all that I've read, I'm doing things right but it still isn't working. I've cleared my cache a million times and still get these errors: Notice: Undefined index: department_column_left in…
KCL
  • 138
  • 1
  • 12
0
votes
1 answer

Drupal display View in a custom page of a theme

I create a new theme in Drupal. I need to display a view in custom page but i don't want to use the region. I need the php code that we add it to the tpl page