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

Theming options (enable, disable, set to default) are missing. Also, the options on the gear icon on blocks. -Drupal 7

I am using Drupal 7 in Ubuntu 12.04 LTS My theming options such as enable, disable, set to default are missing. Already tried clearing the cache, just in case it can help. Also, the options on the gear icon (settings) located on the top-right corner…
0
votes
1 answer

How to switch out styles in runtime

I want to have a night mode/day mode theme in my app. Currently, I have all screens with day mode. I have 80+ very complex layout files, 20+ styles defined (7 kinds of text, spinners, etc). Option 1: Have another set of layouts with _night prefix,…
Tamas
  • 360
  • 1
  • 4
  • 13
0
votes
1 answer

Remove platform override in Codename One Designer

How can I remove platform override in Codename One Designer? With this option do not apply common styles from [Base Resource]. It is not convenient, as common style is often changed and updated.
ftp27
  • 885
  • 1
  • 12
  • 31
0
votes
1 answer

Symfony 2 Form theming and JS

I have AFormType class and corresponding twig template which is processed in some_controller_action.html.twig such way: {% form_theme a_form with ['ABundle:Form:a-form.html.twig'] %} {{ form(a_form) }} I want a-form.html.twig contain javascript,…
anton
  • 247
  • 3
  • 13
0
votes
0 answers

issue Drupal 7 submit button not work with theming

Hello I have an issue when i will redesign the display of form in Drupal 7. The submit boutton not work only with a theme and not if it's displayed simply. I try to check some information releated about this but nothing can help me at this time. I…
jebau
  • 11
  • 3
0
votes
2 answers

Symfony 2 - Form theming - Overriden block renders two times

I'm trying to customize a theme form submit button but this button is being rendered two times. The first time when the block is overriden and the second time when i'm using it in my form. Here is the code and the result. Thanks a lot. {#…
YagoQuinoy
  • 133
  • 1
  • 11
0
votes
0 answers

Change icon set based on selected theme

Suppose in my WPF program, I have created an option for the user to change the application theme (dark and light). What if I want to change all of the icons based on the selected theme? What's the best approach to do this?
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
0
votes
1 answer

Stretch the tabs by screen width in Codename One

I'm using Blank theme for styling my app. In this theme tabs do not stretching by width. How can I fix them?
ftp27
  • 885
  • 1
  • 12
  • 31
0
votes
1 answer

Only render selectors with differences for theming support in Sass

I'd like to create a theme for my website, but I'd like to implement it as a separate overriding stylesheet, which contains only the various colour changes, rather than a completely new stylesheet containing everything I've created before. Is there…
Smashman
  • 165
  • 4
  • 11
0
votes
1 answer

Launcher icon Theming

guyz i need a little help again with the launcher icon theming :p this is the method that changes icon in LauncherModel.java in ADWLauncher static Drawable getIcon(PackageManager manager, Context context, ActivityInfo activityInfo) { …
0
votes
2 answers

Nested View in Theme Views using Fuelphp

I have working with Fuelphp and done some tiny apps, Now i am moving to bigger one, now i am stuck with this. I have enabled theme in fuelphp and it is working perfectly, In my App there is a Top Nav bar, In Nav bar there is 3 drop down notification…
0
votes
2 answers

theming jquery ui with multiselect listboxes

it doesn't seem that jquery ui themes does anything to multiselect listboxes. does anyone know the reason why or have any way of having multiselect listboxes match the theme of other ui elements when using jquery ui theming css?
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
1 answer

Best practice to upgrade a Plone 3 theming product to Plone 4

I have several sites in Plone 3.3.5 with its own theming product for each site, designed by an outside contractor long ago. Would it be best that I try to upgrade these theming products to Plone 4 compatible or should I use the new Diazo tool built…
0
votes
1 answer

Drupal Adding Span inside A tags in Nice Menus

I am trying to add drop down menus to a drupal theme which uses text sliding door CSS rounding. The current version uses a primary links injection of the span into the a tags, which works fine. But doesn't support drop down menus. Working…
Chris
  • 3
  • 1
  • 4
0
votes
1 answer

Correct way to template files for WooCommerce

I've been building a template for WooCommerce and all is well, but I'm getting at the point for making the product template and getting confused. I read all about using the WooCommerce template structure and copying that into my own theme folder.…