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
1 answer

Drupal: back-link in custom breadcrumb

On my Drupal7 have a views (results) width a exposed filter for list the nodes. When click on a node then display a breadcrumb ex. Home >> results >> node-title Thats good! But i will make the breadcrumb 'results' a backlink. When input ex. t then…
Tuxy
  • 91
  • 10
0
votes
1 answer

How to add a new page based on page.html (similar to /groups or /dataset)

I have installed and configured one CKAN 2.0.1 instance. You can check it out here: http://www.caceresabierto.es; as you can see it is still very basic. My problem is the following, I want to create the page…
Jesus
  • 655
  • 1
  • 7
  • 21
0
votes
1 answer

How to override the html.tlp.php file in bartik

Hi I am using a modified bartik theme, and I want to change around the body. I've been trying to change it using variations of the following, since that's what most of the doc. says to do, but it doesn't work. function…
eddyrolo
  • 347
  • 1
  • 6
0
votes
0 answers

Style custom Class in Extjs 4.2.1

I created a custom class named Ext.MlButton that extends the Ext.button.Button class. I used the Ext namespace, as i don't use sencha's mvc system for my app. Now, i would like to apply some styles ONLY to the MlButton class, without it influencing…
daniel f.
  • 1,421
  • 1
  • 13
  • 24
0
votes
1 answer

Drupal Omega Theme: Centering the logo image

I'm having some problems centering my logo in my Omega subtheme. When viewed in "inspect element" (Google Chrome) there's no other CSS being applied to my targets. My branding region stretches the full 12 grids across the page. I don't quite know…
foxtrotuniform6969
  • 3,527
  • 7
  • 28
  • 54
0
votes
3 answers

Diazo theme with json attributes error: "Attribute 'data-plugin-options': Failed to compile the expression"

I have a static theme that contains some json attributes for customizing jquery plugins, like data-plugin-options='{"directionNav":false, "animation":"slide", "slideshow": false, "maxVisibleItems": 6}' diazo compiler complains about this…
simahawk
  • 2,421
  • 1
  • 16
  • 22
0
votes
3 answers

Automatically applying a template (theme) in Silverlight 2 (RC0)

Is there a way to automatically apply a theme/template/style to all controls of the targettype, so I don't have to specify Template=..., Style=... on all controls?
EinarI
  • 627
  • 1
  • 9
  • 14
0
votes
1 answer

Theming WSO2 4.x.x - extracting .jar to directory no longer works

All the documentation that I have found on re-theming WSO2 products suggest unzipping the corresponding .jar file and putting it in a directory with the same name while updating the theme. It seems like this is no longer possible. Carbon 4.x either…
Acmeguy
  • 131
  • 4
0
votes
1 answer

Magento - Customize Category Page

I would like to add more information about the category, but at the bottom. After the products are laid out. I know there is a description at the top where I can edit it, but I would also like to add more information at the bottom after the…
bigapple
  • 21
  • 3
0
votes
1 answer

Theming ActionarSherlock

When theming my actionbar from the actionbarsherlock library i keep getting error: Requires API 11 using min SDK 8 I dont get it Actionbar sherlock is for Android 2.X+ right? is there something i can do to fix this nuisance.
sn0ep
  • 3,843
  • 8
  • 39
  • 63
0
votes
1 answer

Limit the Number of Posts in Wordpress

I'd like to limit the number of posts of a custom post type to a maximum (e.g. 5 posts), regardless of the users. For example, say i have my custom post type named CUSTOMPOSTS, if there are 5 of these posts, nobody should be able to create new ones…
0
votes
1 answer

How do you add a custom layout to Magento that survives an upgrade?

I added the following to /app/etc/local.xml, which works. Obviously I need these changes to survive an upgrade. Did I do this correctly? ...
Joshua Cook
  • 12,495
  • 2
  • 35
  • 31
0
votes
1 answer

MyBB {} Tags displaying instead of interpreting

I've been editing my MyBB portal.php, and up until recently it was displaying fine. I had added a custom welcome block above the recent posts, and it was displaying fine. Today I went in to tidy up the code, adding new lines (enter) and indents to…
Patrick
  • 355
  • 2
  • 11
0
votes
2 answers

Symfony 2 Forms with Twig: add form variable to existing types

I need my symfony2/twig forms to adhere to a certain condition: All form rows must look similar to this: {% block form_row %}
{{ form_label(form) }} {{…
marc
  • 264
  • 1
  • 2
  • 17
0
votes
1 answer

Magento Insert Sub Category Navigation before breadcrumbs

I am trying to create a sub navigation of the main navigation in Magento and insert it before the breadcrumbs module. So when you navigate to the root catalogue a sub menu of its main child categories appears as a navigation bar above the…
Chris
  • 3
  • 3