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 8 - Admin - Content Types - Manage form display - Fields groups, labels, headers

I would like to know if possible in ADMIN, without modifying the admin template, by means of some module or extension do the following: I would need to be able to create the data entry form for content types by putting headers, separation lines…
0
votes
1 answer

Multi-Site Drupal, theme structuring and Zen theme

Thing I plan to do is to make many websites based on Drupal core. All of these websites will be quite small, but there will be many of them (in matter of hundreds). I'm working on this with one HTML / CSS coder, guy who should make themes for every…
Jezdimir Lončar
  • 433
  • 4
  • 14
0
votes
1 answer

Drupal module function theming with ahah

My main question is: Does the theme_hook() function gets called whenever the form gets rebuilt via ahah (ahah_helper) ? I'm trying to show a select box, with some filtering options, when the user changes it, the table below it changes too. I have…
hfingler
  • 1,931
  • 4
  • 29
  • 36
0
votes
1 answer

I am not sure how to get the view to display the way I'd like

I'm using a custom theme. I have a custom content type with two fields. title thumbnail (created using imagecache) Note, in the example below, URL 1 and Title 1 are the two fields for the first row in the result set. I would like it to output…
Fred
  • 3,786
  • 7
  • 41
  • 52
0
votes
2 answers

Best method for deploying Drupal 8 modules & themes

What is the best method for deploying Drupal 8 modules & themes using git flow. I am confused as you need to install them, however, I need to deploy releases of the module/theme up regularly. Sorry if it's a stupid question.
Mokugo
  • 41
  • 9
0
votes
1 answer

Remove empty space Drupal

I have a problem with a theme in drupal. The documentation says it is responsive but when I check it on a mobile, although it resizes everything, it also creates an empty space on the right side of the page. I really don't understand why.…
0
votes
3 answers

Drupal 6.17 just showing admin blocks

I am using Drupal version 6.17 with RootCandy Dark 6.x-1.8 as the administration theme what happens is that Drupal shows the rootcandy regions on the blocks page even if I click on the site's theme. If I disable the administration theme everything…
João Guilherme
  • 1,371
  • 1
  • 15
  • 27
0
votes
1 answer

Theming a field in Drupal-6

I have a custom content (using cck) namely thewittyshit and it has a field namely field_thewittyshit . I want to theme field_thewittyshit field for all the views. I wrote the following code and saved it in a new file namely…
w2lame
  • 2,774
  • 6
  • 35
  • 48
0
votes
3 answers

Need help adding template for single page in Drupal 7

I need some help with this one. I have looked all over here for an answer, found a similar question but the answer did not work for me. I have set up a new page in drupal 7 titled "new-setup". The node ID for this page is 3. I have created a…
JordanBarber
  • 2,041
  • 5
  • 34
  • 62
0
votes
2 answers

Are Drupal theme settings cached?

i want to change theme_username, a core theme function that outputs that dreadful "not verified" string on users who are not logged in (when they comment, for example). i want a checkbox in admin/build/themes/settings/MYTHEME to change that. but…
Capi Etheriel
  • 3,542
  • 28
  • 49
0
votes
1 answer

Drupal PDOException error while enabling a module

I have installed the ThemeTastic theme and themetastic_features module, after enabling the themetastic_features I get the following error: PDOException: SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'field_slider_block_bid'…
Mehdi
  • 4,396
  • 4
  • 29
  • 30
0
votes
1 answer

Custom theme admin login Drupal 7

I have a problem using Drupal 7 admin login in my custom theme. After creating a custom theme when I try to submit the login form, I receive the following error: "Access denied You are not authorized to access this page." When I revert back to a…
atkaz
  • 81
  • 1
  • 1
  • 3
0
votes
2 answers

Creating a Drupal theme. How do I prevent my divs from wrapping to content size?

I am working on my first Drupal theme and I am only running into one issue so far. I have percentage sizes set for all of my divs to make the site more responsive. However they seem to ignore the sizes and just wrap to their child content. How can I…
JDSlimz
  • 113
  • 1
  • 9
0
votes
1 answer

Drupal 7 is ignoring my theme_hook_suggestions

Slowly losing my mind here: I need to make a template for the terms of a certain vocabulary. I created a sub-theme and am trying to use theme_preprocess_page() ( theme_preprocess_taxonomy_term() is somehow never called ). template.php function…
andrbmgi
  • 528
  • 3
  • 17
0
votes
1 answer

Paths to resources (images) in Drupal without PHP

I have faced an issue when moving Drupal site from stand alone installation to server managed by Aegir (multisite). Theme got messed up because some resources (mainly images) had hard coded paths starting with 'sites/all', some had 'sites/default'…
Michlis
  • 107
  • 11