For my website, I have a hierarchical menu with parents and children, and when a user is on any page of the menu, he can click on a button that should open the search section on any page. The search should be conducted only on the parent or child open. If a parent is searched, the search result should be displayed like a hierarchical tree (made with ul and li). On the other hand, when a child is searched, the search result should display only display the title of the child that was searched and its parent, again like a tree.
Hello I have tried to change the menu twig file to create a custom one for my menu. However, I am having the issue where only 2 items are being displayed in the menu, while the others are being dispayed separately like the image below:
I have problems with styling the Barrio SASS Subtheme. I copied the Subtheme and changed some filenames and entries as described in the available documentation.
So, I make changes at the style.css, run gulp at my lcoal machine and upload the file via ftp. For example I change the H1 color. At the variables.scss I change $accent-shade to the desired color, because im the style.scss I have "h1 {color: $accent-shade;}". This works.
But I do not understand why in the browser console the value comes from style.scss and not from the style.css?
I am using the Combine fields filter to search in 3 fields.
A referenced image name. Media ID And the image alt text. I had to use a rewrite in the alt field. The Combine fields filter searches the Name and ID fine but not the rewrite field {{ image__alt }} I removed whitespace and stripped html just in case. I heard Combine fields filter has limitations. Does it have issues with a rewrite field?
Hello, I wanted to know if there is a menu module for Drupal 8 that is collapsible? I have come across the hierarchical taxonomy menu and it is exactly what I want, but it is for taxonomy while I need the menu for content pages. I have tried the JsTree menu, but the collapsible effect is not there, the menu is displayed like the core menu itself.
I hope you can help me out with this issue. I have been searching for a solution for days, but I have not been able to find a menu as such.