Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I am running Drupal 10.3.0 which was installed with composer. I am trying to create my own theme. I have the directories and files set up, and when I make changes to the css file clear the cache it has zero effect. I created a custom and themename directory under the themes directory (/htdocs/theme/custom/tb) and created a templates,css,js,images directory in the tb directory.
I was developing my company website in Drupal and I am really of the result achieved, and I want to improve the mega menu of the website that is currently developed with Bootstrap Barrio children theme using a saas and a custom header, but keeping the functionalities of barrio to manage the bootstrap menu.
I was looking at this project ( The Better Mega Menu ) but seems to be in alpha, and I would like to hear if a different approach would exists instead of using an external module.
on Drupal10.2.6, I'd like to customize term belonging to a taxonomy called 'etats'. From the genuine 'taxonomy-term.html.twig' I created a 'taxonomy-term--etats.html.twig' template to get the following display:
'field_map'
nodes (teaser mode) that reference the term
'description' field
BUT, I cannot decide where the referencing nodes are displayed = all the time they are at the bottom. I'd like 2nd position.