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.
When I move or change a top level menu item then I can see the change after saving changes and going back to the homepage. When I change a submenu item like the order of them in the menu editor then I cannot see any change when on the homepage again. I'm using superfish 8.x-1.0-rc2 and drupal 8.1.8
- refreshed the history of browsers
- used three browsers
- refreshed the cache from Drupal / performance
- all caching is turned off (also for css and like)
I was wondering if you could help choose what would be the best option for me and the best place to start learning.
First of all, I do apologize for all the questions, I just entered this community, so I am a little excited, eager to learn and to finally decide with technology should I use.
"The Problem:"
I would like to make a site for my new company, will be a business website without e commerce, the usual website with a contact form and a blog that I will update weekly.
Hi, i am trying to render the teaser image in my search block using twig. I created a Entity Reference Media field for articles and i made a views taxonomy to display them, i've added a new display and called it "teaser". In my node--article--teaser-default.html.twig i display the Entity Reference Media field like this
I wonder why this is still such an issue on Drupal 8: I added an exposed filter to a view listing all terms of a vocabulary in a select list. These terms are sorted alphabetically by the names of the default language so when I am on the page with another language enabled the term names are translated but they are sorted in the "wrong" order for the current language.
I know how to sort arrays alphabetically and so I could use hook_form_alter to do this sorting for each exposed filter in each form "manually" but maybe there is more general way to achieve this?