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.
The problem is that when searching the reference field with the autocompletion system many repeated names appear:
Pablo
Pablo
Pablo
Pablo
I need the reference field to be able to show the surnames of that person so that it turns out to be
Pablo Martínez
Paglo Gutirerrez
Pablo Iglesias
Pablo López
I want to have my logo on the left of the header section and the main navigation to the right. I am using the Foundation 6 framework with its associated grid. www.debitsandcredits.com
I have determined that I need to create a header_left and a header_right in place of the full header section. I was able to create those regions in my info.yml file.
Where I am confused is where do I change the header to header_left and then add a div for the header_right in the page.html.twig. Here is the relevant section.
I haven't seen any recent issues or questions regarding the conflicts between Layout Discovery and Layout Plugin. This conflict seems to make it impossible to use Panels with AdaptiveThemes for D8. Is there any resolution? Does anyone know of a workaround?
So, I was uploading a couple of pictures to my (newly built Drupal 8) site. When uploaded the images didn't show, but (depending on which browser I use) the alt-text or an outline of the place where the image would be was shown.
All images were put in a directory within sites/default/files. The permissions of the images (and also of sites/default/files) are set on 755.
If I drag and drop the images to the sites/default directory, the images will show. Apparently something is causing trouble in the sites/default/files directory.
I tried checking the maintenance mode box and "save configuration" but the site does not go offline. Yes, it tells me it's now offline, but it's lying. When I check in another browser, I can still see the site contents. Any help would be appreciated.
On my D8.3 site I have a content type with an image field. If I upload an image, it sits outside the content, where colorbox will work. If I use the Insert module, the image is easily inserted into the content area but now Colorbox does not work. I had identical problem with D7 but was able to workaround by using Panels to create a page where images were in a sidebar with the content.
I would like for all images in content to work with the Colorbox module.