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.
I have a Geofield field in a content type. It has been working properly. But now I enter an out-of-town location, and the location is shown on the map, but the user must scroll a long way to see it. How do I set the map to center on the selected location?
Fixed this. In the field setting it had force center set to yes.
I have spent too much time with new Drupal 10 CKEditor and trying to get hyperlink working as in CKEditor in Drupal 9. Tried change settings such as ‘Manually editable HTML tags’ (cannot be seen again after save), tried filters etc.
Tis link for CKEditor 5 https://www.drupal.org/project/ckeditor5 shows how easily and nicely hyperlinks with the text are working, however, I am not able to get satisfactory results as presented
My website has some contents based on Article content-type.
How can I make the whole article align center?
I'm going to customize twig file which wraps the <article> tag of the node. Is this right way to achieve that?
And customizing every node for article type seems to be not smart way, so would you give me some advice if there is a way to customize twig for "article content type".
I picked up a project again after a couple of months, and I noticed that the @media settings are no longer being respected.
For example, for the image field, I set two different values for "@media (min-width: 75rem)" and "@media (min-width: 90rem)."
Now, although the monitor is wider than 90rem the css file gives precedence to the values set for 75rem.
It has always worked correctly. What could have happened?
Thanks in advance
I am trying to place the teaser of a node in a layout, but there ist no option for it in layout builder, like there was with Panels in Drupal 7. I cannot find a module like Nodeblock for Drupal 10 as a workaround.
Hello, I'm building a multilanguage site and I have a View with the following
Page settings
Path:/products
Menu:Normal: Products
when I hover the menu Products I can see the /en/products link, that's perfect
when I switch to my second language if I hover the menu it shows /it/products
I managed to translate the menu entry "Products" so now it shows the Italian word while browsing the /it/ site, but not the Path, I'd like it to be /it/prodotti
I don't have this problem with Pages, only with Views, is there a solution?