Chicago
Account created on 13 July 2011, over 13 years ago
#

Merge Requests

Recent comments

🇺🇸United States kerrymick Chicago

We were experiencing the same issue on our site, but the provided patch fixes the issue of the cookie banner content not matching what is Iubenda. Thanks for the patch!

🇺🇸United States kerrymick Chicago

I can confirm that this fixes our issue with entity references on paragraphs. Thanks so much!

🇺🇸United States kerrymick Chicago

@bbu23 I work with @the_turk. I believe our issue is actually that we are using the format of swiper paragraphs, not swiper entity which also has the same issue of displaying the same slide. If we disable cache we get different slides.

🇺🇸United States kerrymick Chicago

kerrymick made their first commit to this issue’s fork.

🇺🇸United States kerrymick Chicago

I tested this patch and it worked really well. Thanks @czunigaco!

🇺🇸United States kerrymick Chicago

This has been fixed.

🇺🇸United States kerrymick Chicago

@magtak To be sure, you are adding a layout paragraph inside the accordion section paragraph? I did test that the accordion as is works well using layout paragraphs.

🇺🇸United States kerrymick Chicago

https://git.drupalcode.org/project/bootstrap_paragraphs/-/merge_requests/24
Created merge request. To test please apply patch and run db update. Confirm that a new field Open link in new window is created on the Image paragraph type and when the boolean is enabled, the image link opens in a new window.
Merge request fixes issue with db update and hides the header from displaying within the template inside the content.

🇺🇸United States kerrymick Chicago

kerrymick made their first commit to this issue’s fork.

🇺🇸United States kerrymick Chicago

Thanks for the fix @IT-Cru! This does need to be fixed in the 5.0 branch. I will make an issue for that.

🇺🇸United States kerrymick Chicago

kerrymick made their first commit to this issue’s fork.

🇺🇸United States kerrymick Chicago

kerrymick made their first commit to this issue’s fork.

🇺🇸United States kerrymick Chicago

kerrymick made their first commit to this issue’s fork.

🇺🇸United States kerrymick Chicago

This was resolved in the most recent patches to 5.0.x.dev

🇺🇸United States kerrymick Chicago

This was fixed in the most recent patches on the 5.0.x-dev branch

🇺🇸United States kerrymick Chicago

kerrymick made their first commit to this issue’s fork.

🇺🇸United States kerrymick Chicago

{% for key, item in content.bp_slide_content if key|first != '#' %}
needs to be updated to {% for key, item in content.bp_slide_content|filter((value, key) => key|first != '#') %}
For reference https://www.drupal.org/docs/upgrading-drupal/prepare-major-upgrade/prepa...
Patch attached.

Production build 0.71.5 2024