This is not fixed. Confirm missing buttons for Drupal 10.3.7 and Gin 3.0.0-rc13. Unchecking the "Sticky buttons" solves the issue. Example of missing buttons: editing settings of the view, adding a field to the search index etc
The patch does not apply anymore. Plus, as I mentioned in https://www.drupal.org/project/environment_indicator/issues/3065135#comm... โ the problem reported here is fixed by the solution in that issue.
Yes, this happens. Perhaps, a field label should be changed?
For me MR 56 works well, with the domain-based language negotiation. No extra slashes.
I also think that https://www.drupal.org/project/environment_indicator/issues/3092900 โ is a duplicate of this issue, since the problem reported there is fixed by this patch
dan2k3k4 โ credited yevko โ .
griffynh โ credited yevko โ .
I was able to reproduce the issue with 11.0.1 and MR fixed it!
I wasn't able to reproduce the issue.
- Install Drupal 11.0.1 with the standard profile
- Install Focal point with composer require drupal/focal_point (gets 2.1.1). Enable it.
- Enable Media library
- Change widget to Image (Focal point) foe the Media library form, leave default settings
- Configure a new image style to use Focal Point Scale and Crop
- Use this image style on the Article's image field.
- Create article, add image and save with default focal point
- Edit article, move focal point, save.
- It gets re-cropped.
Save result with adding a new Media reference field and changing a focal point in the media library after attaching the media t the article.
I wasn't able to reproduce the issue following this steps:
Steps to reproduce
- Install Drupal 11.0.1 with the standard profile
- Enable Content Translation
- Install Paragraphs with
composer require drupal/paragraphs
and enable it - Add a language, e.g. Finnish in my case
- Create a paragraph type, e.g. Text
- Create a Pain text field on the paragraph
- Enable translation of the paragraph and it's fields.
- Add a Paragraphs field to the Basic page content type and allow our Text paragraph there
- Create a Basic page in English, save it and click Edit again
- Start creating a Finnish translation in the other tab
- Save the translation. It is getting saved.
- Save an English translation. Saves as well.
- Both translations work well
No Core or paragraph patches used.
Tested with the fresh install of 11.0-dev on Olivero.
1. Created a Content block with the content in the body
2. Placed the block to the Footer top and Footer bottom, no visibiity modifications made
3. Browsed the site when logged in as an anonymous - block shows in both cases.
i confirm that #11 solves the issue. Drupal 10.3.5
I'll report more findings if we are able to track down the issue further. Of course any debug or test instructions that we can run and report here would help.
Heikki, I can see that both sites of yours have their default language as something else than English. Have you already tried changing it to English? My colleagues said that this change fixed the translation issue. Meaning:
1. default_langcode: en
in system.site.yml
2. selected_langcode: site_default
in language.negotiation.yml
3. Make sure that every configuration is in English
I need to make this work on one of the sites as well and will report how this workaround went.
For those who are facing the same problem with failing to use the plain diff https://git.drupalcode.org/project/google_tag/-/merge_requests/58.diff ( happens for me on 2.0.6 version): the issue is with the lack of quotes around the path of the newly added file. When generated with git diff --staged --patch > xxx.patch from the command line the patch applies. And attached here.
Tested and works well!
thejimbirch โ credited yevko โ .
MR doesn't work and produces the same error TypeError: mb_strlen(): mentioned in #5
Reviewed the PR, made a small comment.
In UI everything works as expected.
In Claro though, a link without href has an accent color. Shall we handle the same change for Claro?
Tested, works well.
Looks good!
Looks good!
Hi,
https://git.drupalcode.org/project/drupal/-/merge_requests/7792
I have done a re-roll of the existing fork to 11.x first and then applied changes mentioned in this issue:
- Slogan has been moved inside the 'site-branding__text' container, placed below the site name with the small gutter between. This setup works well with any type of logo, or without the logo.
- Color of the slogan is the same as of the site name (white). The issue with the text color against grey or white backgrounds is reported separately https://www.drupal.org/project/drupal/issues/3443881 ๐ Text color in the header does not adapt to the header background color Active
Screenshots in different setups:
This is better to be worked on after https://www.drupal.org/project/drupal/issues/3188136 ๐ The site slogan doesn't show with Olivero Needs work is merged to avoid merge conflicts
Update: This patch fixes the issue of excluding a language prefix from the paginated pages.
Hello @gbyte,
I can confirm the issue listed here.
When a language prefix is set to the default language of the site,
links of the paginated sitemap get a prefix included as well:, when they shouldn't
The last screenshot is from the https://xxx.com/sitemap.xml page. When paginated links are assessed they go to 404 pages.
I confirm this happening with Drupal 10.1
I confirm that the solution works in D10
I am getting the same errors. I found out that it is not the disabling of the Advanced aggregation, but disabling of Aggregate CSS files and
Aggregate JavaScript files what leads to the site getting up again.
+ LGTM