I am looking for a way to allow individual users to customize their theme once they have logged in. Unfortunately theme key is not supported Drupal 8, although I am looking at using the role theme switcher module, this doesn't support any user customization.
I might go the route of creating sub themes with different colors, logo's etc and use the role theme switcher module to give access to users via different roles, but ideally I would like something users can just edit/modify them self.
Hello guys , i apologise if this question has been posted elsewhere in the forum but i did check pretty thoroughly. i am new to drupal but i have done several sites using drupal now. i bought this theme from themeforest and i feel like i want to change and/or rename folders and maybe modules if possible. i have done some research and found some ideas about altering the .info file, libraries files etc but it doesnot work for me. what i want is remove all cases of this theme creator and replace it with my company name, so i will appreciate a step-by-step help to totally achieving the same.
I have the page.html.twig where I develop the structure I want to have on all pages. Everything works fine.
But I want the front page to have a different structure so here is where the trouble begins. I have make a html--front.html.twig file. After that it shows me nothing only the logo of the website..
I have some problems with Twig in Views, when comparing two values. Even if two values are the same, they are not considered as such. This is the code I put in Views, section Header, option non-filtered text :
Code example 1
(with value of hello as a string, and compared with another value treated as a string):