Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have spend days of reading through a ton of documentations & tutorials about theming. The topic is really hard for me scince I have never ever had anything to do with frontend. My knowledge about theming, HTML and php is basically 0, i know a bit of how CSS works.
Please dont ask why I start with front end development then, I just have to.
In trying to solve the problem of two titles appearing on a taxonomy/term/n page, I've discovered that the Twig statement {% if not page %} doesn't behave as I expect.
Does anyone understand why the D8 core taxonomy.module determines that a url like taxonomy/term/n is not a page? The functions involved in taxonomy.module seem to be function template_preprocess_taxonomy_term(&$variables) together with function taxonomy_term_is_page(Term $term).
I've made a sub-theme of Bootstrap, but it doesn't have the option of being installed.
I've been tasked to add secure log-ins and database functionality to the website of a small club with a commercially-written Bootstrap-based site. The club has no money to go back to the developers so I got volunteered as the most technical person in the club, though I've never coded in html, css or php; just in C/C++/C#. So a total beginner on a steep learning curve, please correct me where I'm wrong.
Drupal 7
Bootstrap module installed to sites/all/libraries/bootstrap/
I'm running into an issue editing the CSS style for page printing. When looking at the css through Chrome dev tools it shows a css file: sites/all/libraries/bootstrap/css/less/print.less, however this file does not exist. It is adding a CSS style that I can't unset and I need it changed. When I grep for the css causing me issues it turns up in: sites/all/libraries/bootstrap/bootstrap.min.css.map, but when I edit the CSS in that file it does not change.