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
2 answers

Can't locate CDN in bootstrap themes folder while creating a drupal website

I am new to drupal and a bit stuck. I am about to make a bootstrap subtheme. I have downloaded the drupal 8 folder from drupal's website and that is what I'm using. I have tried to follow tutorials on creating subthemes, all of them mentioning the…
Icaru5
  • 93
  • 1
  • 1
  • 7
0
votes
3 answers

Add Link Field in Template in Drupal 6 with CCK

Good Evening, I'm using Drupal 6, CCK Module, and the Link Field Type. All are installed and activated. I created a custom content type called Slider. A user can upload an image, a title, and a teaser. I created a custom field for that slider…
TechRemarker
  • 2,788
  • 11
  • 37
  • 60
0
votes
2 answers

Drupal panels, 'edit panel' tabs is missing

I noticed something odd when I switch themes. In garland, I can see the view & 'edit panel' tab buttons; but when I switch back to my custom theme, it disappears. I already have the tabs line: '.…
Elijah
  • 57
  • 3
  • 11
0
votes
1 answer

Drupal 6 Pager Stying - theme_pager issue "Array"

I went onto the Drupal website and found the theme hook for theme_pager I have copied the code from the comments to do a devient art style pager as this is close to what I need although when I am implmenting it i am getting "1 Array Array Array…
jodm
  • 2,607
  • 3
  • 25
  • 40
0
votes
1 answer

customization of Drupal8 subtheme with left handside menu

I need help with changing a subtheme of drupal 8 based on a picture. how it have to look like. this is what I have nowwhat I have now This is what I've done till now: installed barrio subtheme install "Responsive and off-canvas menu" Drupal 8…
IfkaMitko
  • 1
  • 3
0
votes
2 answers

Is it possible to upload a custom image or use the default image provided by a Drupal Theme, such as for the Logo Image?

I've made a custom theme for Drupal 8. Now I want to provide a banner image for the front page. I wouldn't like to create a custom content type Banner, then create a Banner-node and promote it to the front page, because the promoted node-teasers are…
LowLevel
  • 1,085
  • 1
  • 13
  • 34
0
votes
2 answers

How can I get drop-down functionality working with CSS?

I've been messing with this site's css FOREVER. I can't figure out how to get the "medical" menu item to drop-down and display the rest of the hidden menu items. I've been able to unhide them and expand but not get them to drop-down. What have I…
0
votes
1 answer

How do I pass variables to theme template via custom controller drupal 8

I currently have a theme I purchased installed on my Drupal website. Inside the theme folder there is a templates folder that contains: page.html.twig page--front.html.twig a snippet from page.html.twig looks as follows:
0
votes
1 answer

Drupal 7 custom theme block configuration

I would like to create a custom theme and allow the administrator to select for each block on the page (in each block's configuration page) the way in which the block will be rendered (there will be 2 or more types of options for these) and also a…
Razvan
  • 61
  • 1
  • 9
0
votes
1 answer

How to change sub-theme of zen to find files in other folders?

Im using Zen as my base theme for creating custom themes in Drupal 6. When I look at the source code of my sub-theme, I see that zen are searching for css files in the sub-theme's folder, at the current state it looks for its css files in…
0
votes
1 answer

Drupal 8.x - Beginner - Identify the id or hostname of the block, menu, or other twig template and use it in class naming

I use the Zen theme for drupal 8.x. I need to customize the menus so that they have the machine name or element ids that surrounds it. This example is how I intend it to stay:
0
votes
1 answer

Cannot override theme_links() in fusion subtheme

I have setup a subtheme under Fusion and created a template.php file in my subtheme. I have added the following theme overrides and it works perfectly. function ThemeName_menu_local_tasks() { $output = ''; if ($primary =…
JK Thng
  • 52
  • 2
  • 9
0
votes
3 answers

How do I theme comment links in Drupal?

I want to theme the "Add Comment" and "Comments" links that are shown on a node that has comments enabled. I know there's theme() and theme_links() that can help with this, but I'm not sure how to use them. I'm pretty sure I want theme_links(),…
Chaulky
  • 699
  • 1
  • 8
  • 23
0
votes
1 answer

How to create custom pages (Drupal 6.x)

In the template.php file I inserted the code below: I found a tutorial online that gives the code, but I'm confused on how to get it to work. I copied the code below and inserted it into the template.php from the theme HTML5_base. I duplicated the…
jc70
  • 255
  • 2
  • 13
  • 32
0
votes
1 answer

Splitting CCK Node Content into Multiple Pages in Drupal?

I've a relatively long customized content type in Drupal that I'm trying to split across a few pages. The page has a bunch of custom CCK fields and I'd like to do something like node-name/general/, node-name/pricing/, node-name/photos, etc. What are…
SleekCC
  • 21
  • 6