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.
A friendly, professional, family run garage. Established in 1947 the Jarvis family have been supplying and servicing cars for three generations. Jarvis are one of Southampton's leading independent garages dealing with both repair work and used car sales - established in 1947 we have been around for a long time through multiple generations. We are always happy to help with all of your motoring needs.
They are providing major and minor car services which customers can book by filling the query forms.
I have a Drupal 9 website with the default Drupla Olivero theme. When the navigation switches to mobile menu, I want the main menu to be unfolded. I need pure JS code. Drupal 9 no longer supports jQuery.
Now I want to show a shadow below the navigation bar, when it is in mobile mode. I want the shadow to appear only when the user scrolls down the page. If down 1 pixel, the shadow should appear.
On Drupal 9, I have the Olivero theme. When the navigation switches to mobile mode, you have to go to the + button opposite the menu to display the sub-menu. It's not intuitive, because the user has to perform an additional action. I would like to unfold the main menu when the navigation switches to mobile mode.
I have a Drupal 9 website and the Geolocation Field module.
I created a view to show the nodes. My node type contains a "Geolocation" field.
I added to the view a "Filtering criteria" with "Content: Geolocation - Proximity (exposed)".
How do I sort view results? I want nodes to be displayed by creation date by default. I want if the user enters an address in the exposed filter, the nodes are sorted by proximity (nearest to farthest).