kerrymick → created an issue.
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!
kerrymick → created an issue.
I can confirm that this fixes our issue with entity references on paragraphs. Thanks so much!
kerrymick → created an issue.
@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.
breidert → credited kerrymick → .
gábor hojtsy → credited kerrymick → .
tonypaulbarker → credited kerrymick → .
kerrymick → made their first commit to this issue’s fork.
thejimbirch → credited kerrymick → .
kerrymick → created an issue.
I tested this patch and it worked really well. Thanks @czunigaco!
I pushed a proposed fix for the pagination pattern here
https://git.drupalcode.org/issue/ui_suite_bootstrap-3465050/-/commit/e61...
kerrymick → created an issue.
G4MBINI → credited kerrymick → .
G4MBINI → credited kerrymick → .
kerrymick → created an issue.
G4MBINI → credited kerrymick → .
This has been fixed.
Merged. Thanks for the hard work!
kerrymick → created an issue.
kerrymick → created an issue.
Fixes merged.
kerrymick → created an issue.
kerrymick → created an issue.
@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.
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.
5.0 branch was released today. https://www.drupal.org/project/bootstrap_paragraphs →
kerrymick → made their first commit to this issue’s fork.
Thanks for the fix @IT-Cru! This does need to be fixed in the 5.0 branch. I will make an issue for that.
kerrymick → made their first commit to this issue’s fork.
kerrymick → made their first commit to this issue’s fork.
kerrymick → made their first commit to this issue’s fork.
kerrymick → created an issue.
This was resolved in the most recent patches to 5.0.x.dev
This was fixed in the most recent patches on the 5.0.x-dev branch
kerrymick → created an issue.
kerrymick → created an issue.
kerrymick → made their first commit to this issue’s fork.
kerrymick → created an issue.
kerrymick → created an issue.
phenaproxima → credited kerrymick → .
I tested the fork as a patch on 10.2 and it fixed the issue for me.
kerrymick → created an issue.
kerrymick → created an issue.
kerrymick → created an issue.
kerrymick → created an issue.
kerrymick → made their first commit to this issue’s fork.
kerrymick → created an issue.
{% 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.
kerrymick → created an issue.