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 8 theming maintenance vs. update.php

In Drupal 8 you are able to use a specific theme for viewing the site which is shown to users in maintenance mode. The basics are: (1) uncomment the line # $settings['maintenance_theme'] = 'bartik'; in settings.php and set the theme you want to…
c1u31355
  • 420
  • 5
  • 10
0
votes
0 answers

WooCommerce fixed extra fee per product of certain category BUT with conditions

I'm developing a WooCommerce site. I need to have following functionality: Products of a certain three categories needs to have extra delivery fee added per product. This was already covered here: Add a fee to WooCommerce per product, based on…
0
votes
1 answer

Angular Material Theme Compiling

I made my theme.scss file and put it in src where it is supposed to be and then added it to the angular-cli.json file, but then what? Where is the css file that is supposed to be compiled?
amaclean
  • 69
  • 1
  • 6
0
votes
0 answers

APK Tool tutorial Needed

I have bought and installed the launcher X in my Elelphone P 8000. It is very nice launcher with lots of options. but the developer quit the project and not responding to our requests. I want to randomize the transition effect in the application…
0
votes
1 answer

how to do styling/themeing in xamarin.ios app

Let's say I want to use a different font, different font sizes, and a different color scheme for my app, and let's say I want to use Interface Builder. I want to be able to style all these in one place, instead of say going to each label on…
Sharath
  • 275
  • 1
  • 18
0
votes
1 answer

How do I change the Visual Studio Code minimap background colour?

With the introduction of workbench.experimental.colorCustomizations, how do I change the background colour of the minimap? Or has that option not been added yet?
Will Stone
  • 4,626
  • 3
  • 21
  • 29
0
votes
1 answer

What is standard approach to add and manage stylesheets (CSS) files in Drupal 8 with Libraries?

When developing modules or theme for Drupal, there inevitably comes a time when we may need to include an external CSS or Javascript plugin or library for our project. Drupal assets management is a little complex and make me confused, I read Adding…
Mojtaba Reyhani
  • 447
  • 1
  • 6
  • 19
0
votes
1 answer

show logo in drupal 8 custom theme

I'm very new to drupal 8 and I'm doing my first custom template, but I'm having some trouble at the very beginning. I'm trying to get in the page.html.twig the site_logo, but that is always null. I've checked that in my block setting the checkbox…
neting.it
  • 35
  • 1
  • 5
0
votes
1 answer

Drupal 8 how to use different themes on subsites

I have been requested to architect and develop a "site collection" where there are different sub-sites below the main umbrella site. Let's call the umbrella www.umbrella-site.net. The subsites should be of form www.umbrella-site.net/sitex etc. Now…
hank
  • 127
  • 4
  • 11
0
votes
1 answer

How to minify inline css using twig in drupal 8?

Inside my html.html.twig template I've added a stylesheet inside the style elements using this; {% include directory ~ '/css/base/style.css' %} Is there a way that I can strip it for all whitespaces? Can I apply the CssOptimizer class to it in any…
user11448
  • 339
  • 3
  • 8
0
votes
1 answer

Yii2 change the theming for just one view file

I have Yii2 application which uses the webvimark/user-management module to deal with Users. I've created additional model called UserProfile which adds some additional functionality and fields. For those interested, I followed this…
mmvsbg
  • 3,570
  • 17
  • 52
  • 73
0
votes
2 answers

How to have a region inside a Drupal form

I am trying to modify drupal comment form so that just above the the form I can show a regions and add more blocks to that region (say some promotional banners). I am doing this in template.php I have a working themename_comment_form function and…
ajayg
  • 1
0
votes
1 answer

How can I change highlight (focused) color of the triangle in a Spinner

I am currently working on an Android TV app, so the focus color is very important. I have added some spinners in my layout and I am trying to change the selector color. Primary/secondary/Accentcolor are not doing anything. First thing I have is to…
Waza_Be
  • 39,407
  • 49
  • 186
  • 260
0
votes
2 answers

Prestashop blank theme no bootstrap

Does anyone know if there is any blank theme for prestashop? I would like to create my own theme without bootstrap though. Any ideas?
0
votes
1 answer

Symfony2 , add attr "for" for label

I'd like to know how to add attr "for" for labels and put the name of input as value of attr for {% extends 'form_div_layout.html.twig' %} {% block form_label %} {%…
hous
  • 2,577
  • 2
  • 27
  • 66