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 need a hand about this particular (tricky) subject about Drupal 8. How to alter form in such way to remove those annoying fieldsets wrapping everything: radios buttons, checkboxes, addressField .. ? if possible globally, not necessarily addressing a particular fieldset in particular form.
Drupal 8, by its default internal process of rendering Forms, use (unnecessary) many nested containers to wrap and structure from elements which absolutely makes the html output little bit complicated when it comes to work with css frameworks (Bootstrap 4 in my case)
I am trying to write a twig file to print menu (main--menu.html.twig). My menu and sub-menu links are showing, but I need to get the name of the menu item after I get into
i'm straggling with how to override the default template of the 'Search Form' (and the Search Form Block - same approach i guess) so to fit the html markup grouped inputs of Bootstrap 4 ?
have a look at this default D8 html output of Search Form:
I am trying to port a Drupal 7 theme to Drupal 8. However, as I'm trying to convert the theme over to Drupal 8, I notice that some of the regions do not show up when I "demonstrate block regions". Here is what my .info.yml file looks like:
I have a menu(working with menu token), this is working every page, but this is not working on views page (does not appear on the views page). How can I show on views page? external links are working but not in-site links are visible.