I have installed and enabled the 'Responsive and off-canvas menu' module. I've also set up the dependencies and everything's good. The menu is working. However, the child items in the menu slides in from right; instead I want the child items to expand vertically (below the parent item).
I looked at the mmenu.js documentation and they have an option to disable the 'slidingSubmenu' option. It works with the normal HTML setup but it's not working with Drupal menu's.
Any idea how to make it work with Drupal 8.x? I'm kind of lost. Please share your experience/suggestions.
Hello i am looking for a requirement where i need to create a quiz with 4-5 questions. each question has its own weight / marks and at the end total marks / weight will be show along with dynamic content and images etc will be displayed please guide me modules
I've newly installed drupal 8.9.6 (where there is no need to manually install composer as described here) and I'm now wondering why there is no Theme nor UI available...
My account object has a EntityReference field list (for custom content-type Degrees) and I created a view to display this list of the degrees. The view is a User view with a relationship to the EntityReference field.
As I have it now, the view pulls in the X number of Degrees the current user is associated with, however, I need to modify the results to append some text to the matchedCareer field that exists on the Degree content type.