Questions tagged [theming]

Theming is the modification of the user interface of a software application without affecting its functionality

Theming is used to match the look and feel of an application to a particular domain, motif, or user. It is also known as skinning. Many facets of the design can be controlled, such as:

  • Color schemes
  • Background images
  • Typography
  • Iconography

References

420 questions
0
votes
2 answers

Submenus of main menu don't show up (drupal)

I just started to work with drupal, I'm trying to create a drop down submenu from the main menu, however it doesn't show up. Not because I misconfigured something (I think). Can anybody tell me why this is the case? I'm using the Bootstrap theme, i…
Azizachom
  • 43
  • 1
  • 6
0
votes
1 answer

Changing default ui value in toolbar from dark to light

i have some text put in title config of dataview in sencha touch mobile app. This dataview is in turn present inside a navigation view, which itself inside a container. The issue i face here is that i want the toolbar that appears at the top because…
Vinay
  • 723
  • 9
  • 32
0
votes
2 answers

How can I create a comma separated list for multiple node references in Drupal 6?

I have an Author content_type that I'm switching out for username in articles. The problem is that a story can have multiple authors, and the following code in template.php will only generate the first author. How can I get this to output to be…
Steve Perks
  • 5,490
  • 3
  • 28
  • 41
0
votes
1 answer

Drupal: Create a unique selector for admin styles?

I'd like to style some components differently in the admin. How could I generate a unique id/class on the body element so I could style admin elements separately?
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
0
votes
1 answer

included drupal themes not working

i installed drupal on my localhost. Whenever I try to change the theme to one that is included in the install (such as seven, or stark), no changes happen. When I enable the theme drupal says "x theme has been enabled", but I never see any changes.…
siren_dev
  • 111
  • 1
  • 2
  • 5
0
votes
1 answer

Advanced Orchard Theming - Object Model vs Placement.info?

I have been tasked with converting a design heavy, fairly advanced HTML template for a site into an Orchard theme and I am struggling with the best way to accomplish certain things. The theme is built on bootstrap and is a modern responsive HTML…
Alex Wolf
  • 111
  • 3
0
votes
2 answers

Magento skin url 'default' replaced with 'theme'?

I am using a custom theme on magento and in my header.phtml, used the following code:
0
votes
1 answer

Where to add custom sherlock bar custom theme for actionbar?

i would like to customize sherlock action bar (background color, font color, etc..). I found some useful links here on stack overflow, but i dont know, where to put my new theme xml config file and how link them from AndroidManifest? Thanks for any…
redrom
  • 11,502
  • 31
  • 157
  • 264
0
votes
1 answer

Changing ExtJS Images

I created a theme which extends the ext-theme-classic, but I want to use the neptune-theme images for tools, sliders etc. I copied the neptune-theme images folder into my resources folder and changed the $relative-image-path-for-uis to this…
p4b4
  • 105
  • 2
  • 11
0
votes
2 answers

preprocess function for cck node types

(Note: I originally posted this on drupal.org before remembering that I never get a response over there. So, sorry for the cross-posting) Hello, is there a way (built-in or otherwise) to add preprocessing functions for particular cck node types? I…
rob5408
  • 2,972
  • 2
  • 40
  • 53
0
votes
1 answer

Changing the threading comments markup in Drupal 6

im here with a nasty question. Drupal handle comments giving the user the choice to display thems just in 4 ways: Flat list - collapsed, Flat list - expanded, Threaded list - collapsed, and Threaded list - expanded. Im using the last one, whom…
Strae
  • 18,807
  • 29
  • 92
  • 131
0
votes
1 answer

Theming node by content type in Drupal 7

I am building a drupal theme from scratch and I encountered a problem - when trying to theme a node by content type gives me nothing. My template.php file:
Linas Vainoras
  • 79
  • 1
  • 2
  • 6
0
votes
0 answers

Diazo theming in Plone 4.3 is unresponsive

The theming tab in Plone 4.3 on my server is unresponsive. The New theme and Upload zip file buttons both do nothing when clicked and if i press the Save button at the bottom I get the following traceback: Traceback (innermost last): Module…
0
votes
1 answer

Magento Theming Between Community & Enterprise

I have recently been developing a theme for Magento Community v.1.7, and have found out that my client needs to launch on Enterprise. My current theme is built on top of the Base Community theme. If I use this theme in a Enterprise install, will it…
snn
  • 405
  • 5
  • 15
0
votes
3 answers

Drupal Theming - Background images without dimensional constraints

I 'm using zen as the basic theme to make a new theme for my site. The problem is i want background images for header and footer that are not getting displayed until i specify a height and width for them.Moreover, the height and width specified in…
niting
  • 2,384
  • 3
  • 19
  • 20