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

Spring MVC Theming, CSS not applying

My application is working, except that my CSS file is not. I am using Spring MVC and theming. Perhaps someone can look at my code and see what I am doing wrong. I also included a screenshot of my project directory. When I view the page source of my…
T L
  • 39
  • 1
  • 2
  • 6
0
votes
1 answer

Magento CE custom theme files

I am trying to make my own custom magento (1.7) theme, I was using a tutorial that made me add these file structures; app > design > frontend > default > 'themename' And then in that themename map I needed to make; default > layout default >…
Jane
  • 816
  • 2
  • 20
  • 38
0
votes
1 answer

How to change theme of fragment view that is created COMPLETELY from code

I am looking for a way to set the theme of my view that is being created dynamically by my database in code. I have found the way to inflate the view from xml, but unfortunately my view is already created so I do not understand why it is not taking…
0
votes
1 answer

Why Use Skin if we can STILL handle Server Controls with CSS in Asp.Net?

The main difference between Theme/Skins and CSS are the HTML & Server Side Controls (SSC) only. We use Skin files to format & cosmetics SSC which are not in HTML like , & etc... BUT what if we use the…
mknayab
  • 302
  • 2
  • 4
  • 10
0
votes
1 answer

Theming Prestashop 1.5.3

Already about two weeks, I'm looking for a normal and adequate self-learning tutorial on Prestashop 1.5.3 theming. On official presta web-site i find some small presentation of the material about theming, but it very small info for it. Who know…
0
votes
2 answers

Drupal Views variable $rows outputs as a String

I've developed a custom .tpl.php file for my View and in the past it has worked. Suddenly, while working on my Macbook using MAMP, Drupal decided that the $views->rows needs to be output as a String type and not an array. I've searched online and…
jgrantd
  • 41
  • 4
0
votes
1 answer

Covering every css styling permutation and combination

I am building a website theme for distribution and I just uploaded a unit test to see how things looked. One of the things were nested blockquotes which in my case gave me a very large margin at the bottom. I was able to remedy this by…
byronyasgur
  • 4,627
  • 13
  • 52
  • 96
0
votes
1 answer

Rails: Nested views or partials or..?

I new to Ruby on Rails, and I am coming from Drupal/PHP background. I am trying to do something simple. A "Static" controller for some pages like about us, disclaimer etc. and a "Video" controller for videos. The whole application has same look. I…
0
votes
1 answer

C++ Win32 Design my Window

Possible Duplicate: C++/WIN32 A professional looking application - is it really possible? I'm not talking about opening a resource file, (.rc) and make my buttons, and etc .. I'm talking about the look of the window itself — like the installer…
Idohadar
  • 1
  • 1
0
votes
1 answer

How to modify a field value in field--field_myfield.tpl.php in Drupal 7

I'm trying to hide a field and the field label if the value of the field is '0' using the field--field_start_time.tpl.php override method. My template file logic is as follows. field_start_time != '0')): ?>
Todd Painton
  • 701
  • 7
  • 20
0
votes
1 answer

same color scheme during update, insert and read only modes of details view

In asp.net Detailsview has several predefined templates but these template changes according to details view mode. Like if the details view has update mode then it will have different color scheme (though template is same). Problem: i want to apply…
0
votes
1 answer

How to add a search form to Magento's breadcrumbs/anywhere

In Magento, I'm trying to implement a search box to the right of breadcrumbs for easy searching from any internal page. I have seen tutorials for adding a (top) search form to the header, but breadcrumbs aren't in the header... Some things I have…
HermPheus
  • 190
  • 7
0
votes
2 answers

How can I access the default styles for a theme?

In our WPF application, we have a custom listbox that when unstyled, matches the default Windows theme for things like the highlighted, hovered or selected items (i.e. nice blue translucent gradient.) However, when we try creating our own…
Mark A. Donohoe
  • 28,442
  • 25
  • 137
  • 286
0
votes
1 answer

System-wide themability of Windows 8 / Metro interface

Windows 8 (Metro) apps provide some limited themability via css. You can change fonts, background colors etc.. I'm wondering if there is also a system wide themeing capability, like there was in Windows XP (via uxtheme.dll and .msstyles files)? So…
jdm
  • 9,470
  • 12
  • 58
  • 110
0
votes
1 answer

What does 'twentyeleven' does in the Twenty Eleven Wordpress Theme

The Twenty eleven theme has a little snippet in almost every part of it, for example the next: ' . get_the_date() . '' ); ?> What does this part mean? 'twentyeleven' I…
1 2 3
27
28