Drupal 8 - Error on updating content

On Drupal 8, when trying to save modifications of a certain content the following error message appear:

Only local images are allowed.

E&J Jarvis

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.

Sectors: 
Small business

How to unfold the Olivero Drupal 9 themed main menu on mobile ?

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.

Here is the main menu collapse :

https://i.stack.imgur.com/0Yd2h.png

Here is the main menu unfold :

https://i.stack.imgur.com/TecB9.png

How do I show a shadow under the Olivero mobile navbar ?

I activated the Olivero theme on Drupal 9.

I added the following code to my stylesheet to pin the navigation bar in mobile mode :

.site-header {
    z-index: 111;
    position: sticky;
    top: 0;
}

@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .site-header {
    position: relative;
  }
}

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.

How to unfold the main menu on mobile with Olivero ?

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.

https://www.drupal.org/files/issues/2022-06-07/Screenshot_20220606-17234...

How do I sort view results by proximity ?

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).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x