Top "Theming" questions

Theming is the modification of the user interface of a software application without affecting its functionality

JQuery .addclass to table <tr> element where text is found

I am theming some report tables and do not have access to the templates. I have this code so far …

javascript jquery theming
Order totals block on Magento order email and invoice email templates

Can anyone point me to the templates/code blocks that are used for the order totals block on the Magento …

templates magento customization templating theming
switch statement in twig drupal 8

Does twig in drupal 8 have a switch case statement? Something like: {% set size = rows | length %} {% switch rows %} {% case "1" %} {{ do something }} {% …

drupal twig theming
theming in yii framework

How can I create base theme and sub theme in yii framework?

themes yii base theming
.skin vs .css from asp.net

What is the main difference between .skin and .css in asp.net? .skin is new enhancement of IDE. I have …

asp.net theming
wp_nav_menu() : custom walker

I am starting at WP theming, and it's been more than one day that I am looking to do the …

wordpress menu theming
Images not displaying from theme layout (Orchard CMS)

I'm trying to create theme for Orchard CMS. The template I have wasn't made for it so I have some …

asp.net asp.net-mvc image orchardcms theming
Best way to dynamically change theme of my Vue.js SPA?

So I think the title is enough explaination: I would like to dynamically theme my whole application. Maybe this means …

vue.js theming element-ui
Changes to prestashop theme not reflecting

I have a Prestashop installation in which I have duplicated the original theme and I'm making changes to it. I …

php e-commerce prestashop theming
JQuery to add <body> class, need a little more help

I have this snippet of code to parse the URL and add a class to the <body>tag …

javascript jquery theming