🇫🇷France @afarsal

Account created on 30 May 2018, over 6 years ago
#

Recent comments

🇫🇷France afarsal

Hello,

Thank you very much. Patch work and fix the issue, but in available updates message : This project is no longer supported, and is no longer available for download. Uninstalling everything included by this project is strongly recommended!.
Can you fix in dev or a release for D10/11.
Best regards.

🇫🇷France afarsal

Hi,

I noticed that the image field was renamed with another name. I modified by adding my media field name (media->bundle) in src/Plugin/Field/FieldFormatter/LightgalleryMediaFormatter.php. Now the Lightgallery Formatter works very well except in a views, i guess we need to change too src/Plugin/views/style/LightGallery.php.

Very thanks,

🇫🇷France afarsal

Bonjour,

I applied the patch #27 without success. I'm using Bootstrap Barrio 5.5.16 with drupal 10.3.2 and php 8.1.

Images/medias are not displaying with the lightgallery formater for my content.

In the Firefox inspector there is the selector but the images/media are not displayed.

Thank you for your work and help.
Kind regards

🇫🇷France afarsal

Hi,

Would be nice to make the module installable on D10.

Very thanks

🇫🇷France afarsal

Hi,

Would be nice to make the module installable on D10!

Thanks

🇫🇷France afarsal

Hi,
With only Ckeditor 5 activated (Drupal 10). I applied the patch #3. I modified info.yml to have ckeditor5 as a dependency, the installation completes normally but we do not have the boxout button for Ckeditor 5.
Warning : foreach() argument must be of type array|object, null given in _boxout_update_editors() (../modules/custom/boxout/boxout.install ligne 29).
Could you please look at the installation with ckeditor 5 and open issue with Ckeditor 5 please.

Very thanks and best regards.

🇫🇷France afarsal

Hi,

It would be great to have a D10-compatible version please.

Very Thanks,

🇫🇷France afarsal

Hi, Thanks @sarwan. It now seems compatible after applying the patch.

🇫🇷France afarsal

Hello,

I have same error. I change to

{#% for key, item in content.bp_tab_section|filter(key => key|first != '#') %#}
{% for key, item in content.bp_tab_section %}
{% if key|first != '#' %}

  • {{ item['#paragraph'].bp_tab_section_title.value }}
  • {% endif %}
    {% endfor %}

    ...

    {# Loops through the tab sections again to print the tab section bodies. #}
    {#% for key, item in content.bp_tab_section|filter(key => key|first != '#') %#}
    {% for key, item in content.bp_tab_section %}
    {% if key|first != '#' %}

    And for accordion same error for paragraph--bp-accordion.html.twig
    and the same change

    {# Loop through all of the accordion sections. #}
    {#% for key, item in content.bp_accordion_section|filter(key => key|first != '#') %#}
    {% for key, item in content.bp_accordion_section %}
    {% if key|first != '#' %}

    ...

    {% endif %}
    {% endfor %}

    After this change no error and tabs and accordions works fine for tabs without error. But for accordion, the accordions list is not displayed and activated immediately. You have to select the first tab to display the accordions.

    Need a stable release and test also for bootstrap 5 (with barrio bootstrap 5 theme)

    Thanks very well.
    AFA

    Production build 0.71.5 2024