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):
Hi all. I've just noticed something for the first time today. In some content that was in draft mode and not published, I pulled a CSS selector of a button to use in the theme CSS.
Normally the selector would be of this form:
#edit-submitted-cv-upload-button
But when I put it in the CSS I noticed that it had '--2' appended to the end, like this:
#edit-submitted-cv-upload-button--2
Then when the page was published the selector was, as expected, #edit-submitted-cv-upload-button, but as also expected now the CSS was broken.