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:
I can change the active theme from the management dashboard in OctoberCMS by going to Settings/Front-end theme. Now I want to give the end-users the ability to change the theme by clicking on an icon. How can I change the theme programatically on…
My issue is this. I am creating a Drupal 8 theme, already declared regions and themed them in the page.html.twig. I created some regions just for the homepage, but now they appear also in content pages and so. My question is: How do you select…
I have enable the "locale" and "content translation" modules. Also I have two languages in my Drupal, Spanish and English, after that I have configured the detention method by URL.
I have finished my english page and I just need to translate the…
I am working on a child theme to Wordpress's twentysixteen theme, and one boilerplate move is to restore text-decoration underline to links.
For some links, as below, this results in two lines, not one, under the text, unless you hover over. If you…
Not sure what's wrong but I can't include javascript and/or stylesheet files. Using Symfony3
{% block javascripts %}
{% javascripts
'@AppBundle/assets/js/jquery.js'
'@AppBundle/assets/bootstrap/js/bootstrap.min.js'
%}
…
I'm trying to customize the styling of my buttons. When I add one of the created UIs to my button, it disappears.
@include extjs-button-small-ui(
$ui: 'test-ui',
$font-weight: bold,
$padding: 5px,
$background-color:…
So My issue is this:
I don't know the process to theme inside regions in Drupal 8. I have the knowledge to theme regions by putting {{ page.XXX }} in the twig file (with regions declaration in the YML file) .But for example I have the "Content"…
What is the setting in Notepad++ for changing the outline color? In the attached image I want to change the vertical red line to a different color. Thank you!
This is the theme file that I'm trying to adjust. That red color is the standard…
I have multiple OG groups where a person posts within the group and the group is private. I need to DISPLAY a field on each node that shows the serial/count/id of that node within its group.
Example:
Group A:
nid=1 & post_id=1
nid=2 &…
I'm trying to programmatically define some custom drawables for Switch, using jelly bean introduced setXXXDrawable() methods. However, things are not working out for me.
My current code:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)
…
I can apply a custom theme to a certain content type in Drupal by copying the node.tpl.php file and placing the name of my content type right after the "node" in the file name and appending an hyphen. Ok, the new name is:…
I'm creating a theming system in SCSS. Since I want it to be incredibly flexible and easy to tweak, I'm working with a lot of variables (speed is not an issue). After defining theme-specific variables in another file, I import my _default.scss file…
I’m trying to add an additional class to the Search form’s submit button. I’m attempting to display a icon font instead of the word Search. The mark-up for this button w/ my added class would be this