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

How can I make a Drupal responsive theme fixed

I am using the Mayo theme and love it except that I do not want it to be responsive on the desktop. (I am using it for mobile devices.) Does anyone have guidelines on how to remove the responsiveness?
PatriciaW
  • 893
  • 1
  • 12
  • 30
0
votes
0 answers

Drupal 7: Core forum discussion with comment on front page

I am using core forum in drupal 7. I want to see forum question with comment on front page and is there is any option to put like button in comment box or any module like facebook comment in drupal. Please give me the some idea. thanks
0
votes
1 answer

how to wrap drupals taxonomy term node list a div

i need to wrap the nodes teaser in a div for my taxonomy term page but cant figure out how. this is my page , this is a list of nodes for the products taxonomy term, using node--product.tpl.php i warped the individual node in
Exlord
  • 5,009
  • 4
  • 31
  • 51
0
votes
1 answer

Full width content middle of 1170px using Drupal Bootsrap

I'm using Drupal Bootsrap base theme and I'm building sub theme on top of it. Basically the site is the default 1170 px wide but middle of content on same page I would like to have browser full width content (max 1400px). But since the drupal…
user995317
  • 353
  • 6
  • 16
0
votes
2 answers

Apply drupal theme

I download Drupal theme(goodnex) from here. I applied it on my Drupal website, but it didn't work. CSS files are missing. I'm using Drupal7 and kept my themes in /sites/all/themes folder. What I'm doing wrong?
Praful Bagai
  • 16,684
  • 50
  • 136
  • 267
0
votes
2 answers

Drupal subtheme won't load css, regions, or page.tpl.php

I've just migrated my Drupal 7 live site to a fresh dev site and the default theme is only partially loading. Database, code, and files are fresh copies. Everything (content, links, etc) is good except for the theme. The theme is listed under…
Slam
  • 3,125
  • 1
  • 15
  • 24
0
votes
2 answers

How to theme language translation links in Drupal?

In my Drupal 6 installation, using the standard Content Translation module, links to translated versions of a node is added below the content. How do I output those links another place in my theme? To be more precise, I would like to output the…
Egil Hansen
  • 15,028
  • 8
  • 37
  • 54
0
votes
1 answer

Drupal Batch operation page fails with my theme

I have created a theme for Drupal, everything works fine, except for the Batch operations page. Even the progess bar is not displayed. Do I need to include any special tags in my theme to make the the Drupal Batch operations work.
Saneef
  • 8,620
  • 7
  • 29
  • 42
0
votes
1 answer

Drupal6: Removing template files

I have been using a custom template file called user-profile.tpl.php for a while. But wanted to explore the CCK Content Profile abilities. I renamed the template file to something arbitrary, but instead of drupal defaulting to using the standard…
JeroenEijkhof
  • 2,232
  • 2
  • 25
  • 39
0
votes
2 answers

Attach class to menu item based on content type in Drupal

I have seen a few functions that allow one to attach classes/ID's to menu items; unfortunately, none of them apply to my use case. What I want to do is assign a class/ID to any menu item based on the content type of the linked item. For example, I…
user259675
0
votes
2 answers

Drupal 7 - Page template suggestion based on specific alias

I'm poor php developer and i need code for my template.php to set specific template for some pages: Example: mypage/blog/about-me mypage/blog/about-you mypage/blog/about-us Uses…
user3043693
  • 47
  • 1
  • 8
0
votes
1 answer

Drupal 7 Dynamic Themes with paremeterized region settings

Are there any dynamic themes out there where there where all the parameters in each of the regions (size, color, position, font, justification, etc.) are variable settings where the site administrator user can modify these via the theme settings…
Bill G.
  • 1,417
  • 2
  • 12
  • 18
0
votes
2 answers

Change theme for node add page in Drupal 7

I tried using hook_custom_theme to change the theme for the node add page for a specific content type, like this, without success: function mymodule_custom_theme() { if (current_path() == 'node/add/mytype') return 'anothertheme'; } I know the…
cambraca
  • 27,014
  • 16
  • 68
  • 99
0
votes
3 answers

drupal 7 AT theme/Corolla/Footheme change logo link

I'm using the Adaptive Theme and the Corolla and Foo subthemes. I need my logo link which usually goes to the home page of the site to go to another url altogether. I've looked in the templates (template.php and page.tpl.php) in the Corolla and…
james
  • 707
  • 2
  • 6
  • 13
0
votes
1 answer

Overriding Drupal 7 Theme functions

I am new to Drupal as well as Drupal theme development. After learning how to override drupal template, I wanted to know how to override drupal 7 theme function. From the node Using the theme layer, the following things I have learned : For every…
Nitish
  • 2,695
  • 9
  • 53
  • 88