ammar qala → created an issue.
Sorry empty patch
Please check attached...
Adding threads...
ammar qala → created an issue.
@HeneryH
please check this issue comment here
https://www.drupal.org/project/bootstrap_layout_builder/issues/3157194#comment-13742616 →
ammar qala → created an issue.
in Create a project section, I replaced drupal 10 with drupal 11 because when running the below code it installs Drupal 11 not 10
composer create-project drupal-composer/drupal-project:7.x-dev -n my_site_name
Credit please.
Ammar Qala → created an issue.
Ammar Qala → created an issue.
Ammar Qala → created an issue.
Thanks! works for me
when the tab is <a></a>
tag it doesn't work on views_bootstrap 5.5.0-alpha1
switching from a tag to button.
Hi, the patch from comment #45 doesn't work with views_bootstrap 5.5.0-alpha1, so I'm uploading a new one. Created and tested for Drupal 10.2.3
Patch for 5.x 🐛 Views Tabs is not observing rewrite settings on Tab field Needs work
Works for me and fixes " Tabs not rendering reference field → s"
Considering Matomo's support for user tracking via user ID, username, or email, I propose adding an option field to the Matomo Analytics module. This field would allow users to choose whether to send user ID, username or email, offering more flexibility in tracking preferences.
https://matomo.org/faq/reports/set-up-user-id-tracking-in-matomo/
I excluded the disallowed HTML from the translated string and it's working fine now...
Ammar Qala → created an issue. See original summary → .
In case someone needs to apply #4 patch.
Same issue here https://www.drupal.org/project/user_current_paths → might also be helpful in some cases
I faced the same issue and fixed it, instead of applying patch #10 I decided to know what is the root cause.
In my case I found out another related error which helped me out
Drupal\entity_embed\Exception\EntityNotFoundException: Unable to load embedded media entity 36beb6db-45f7-40a9-8799-b4fa8388cbc1. in Drupal\entity_embed\Plugin\Filter\EntityEmbedFilter->process() (line 162 of /var/www/html/xxx/web/modules/contrib/entity_embed/src/Plugin/Filter/EntityEmbedFilter.php).
and followed the below comment
https://www.drupal.org/project/entity_embed/issues/2982322#comment-12866696 →