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:
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…
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…
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…
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?
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.…
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…
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…
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…
(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…
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…
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:
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…
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…
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…