πŸ‡«πŸ‡·France @rondev

Account created on 8 May 2006, about 18 years ago
#

Recent comments

πŸ‡«πŸ‡·France rondev

#8 works for me. Thanx @ohthehugemanatee

For the moment I added

.flexslider .slides img {
  width:unset !important;
  max-width: 100%;
  margin: auto; 
}
.flexslider .slides .views-field {
  width:100%; 
}

with CSS Injector (Asset Injector)

πŸ‡«πŸ‡·France rondev

Yes for sure.

  Core                  Automated Cron (automated_cron)                                     Enabled    10.0.7
  Core                  BigPipe (big_pipe)                                                  Enabled    10.0.7
  Core                  Block (block)                                                       Enabled    10.0.7
  Core                  Custom Block (block_content)                                        Enabled    10.0.7
  Core                  Breakpoint (breakpoint)                                             Enabled    10.0.7
  Core                  CKEditor 5 (ckeditor5)                                              Enabled    10.0.7
  Core                  Comment (comment)                                                   Enabled    10.0.7
  Core                  Configuration Manager (config)                                      Enabled    10.0.7
  Core                  Contact (contact)                                                   Enabled    10.0.7
  Multilingual          Content Translation (content_translation)                           Enabled    10.0.7
  Core                  Contextual Links (contextual)                                       Enabled    10.0.7
  Field types           Datetime (datetime)                                                 Enabled    10.0.7
  Core                  Database Logging (dblog)                                            Enabled    10.0.7
  Core                  Internal Dynamic Page Cache (dynamic_page_cache)                    Enabled    10.0.7
  Core                  Text Editor (editor)                                                Enabled    10.0.7
  Core                  Field (field)                                                       Enabled    10.0.7
  Core                  Field UI (field_ui)                                                 Enabled    10.0.7
  Field types           File (file)                                                         Enabled    10.0.7
  Core                  Filter (filter)                                                     Enabled    10.0.7
  Core                  Help (help)                                                         Enabled    10.0.7
  Core                  History (history)                                                   Enabled    10.0.7
  Field types           Image (image)                                                       Enabled    10.0.7
  Multilingual          Language (language)                                                 Enabled    10.0.7
  Field types           Link (link)                                                         Enabled    10.0.7
  Multilingual          Interface Translation (locale)                                      Enabled    10.0.7
  Core                  Custom Menu Links (menu_link_content)                               Enabled    10.0.7
  Core                  Menu UI (menu_ui)                                                   Enabled    10.0.7
  Core                  MySQL (mysql)                                                       Enabled    10.0.7
  Core                  Node (node)                                                         Enabled    10.0.7
  Field types           Options (options)                                                   Enabled    10.0.7
  Core                  Internal Page Cache (page_cache)                                    Enabled    10.0.7
  Core                  Path (path)                                                         Enabled    10.0.7
  Core                  Path alias (path_alias)                                             Enabled    10.0.7
  Core                  Search (search)                                                     Enabled    10.0.7
  Core                  Shortcut (shortcut)                                                 Enabled    10.0.7
  Core                  System (system)                                                     Enabled    10.0.7
  Core                  Taxonomy (taxonomy)                                                 Enabled    10.0.7
  Field types           Text (text)                                                         Enabled    10.0.7
  Core                  Toolbar (toolbar)                                                   Enabled    10.0.7
  Core                  Tour (tour)                                                         Enabled    10.0.7
  Core                  Update Manager (update)                                             Enabled    10.0.7
  Core                  User (user)                                                         Enabled    10.0.7
  Core                  Views (views)                                                       Enabled    10.0.7
  Core                  Views UI (views_ui)                                                 Enabled    10.0.7
  Multilingual          Entity Translation Unified Form (entity_translation_unified_form)   Enabled    2.0.0-rc4
  Menu                  Taxonomy Menu (taxonomy_menu)                                       Enabled
  Core                  Claro (claro)                                                       Enabled    10.0.7
  Core                  Olivero (olivero)                                                   Enabled    10.0.7

It is quite a new site, almost empty.

πŸ‡«πŸ‡·France rondev

The same for me.
Drupal 10 installation with PHP 8.1

I got from console:
"Uncaught TypeError: $(...).once is not a function"
It comes from taxonomy_manager \ js \ tree.js:

Drupal.behaviors.TaxonomyManagerTree = {
    attach: function (context, settings) {
      var treeSettings = settings.taxonomy_manager.tree || [];
      if (treeSettings instanceof Array) {
        for (var i = 0; i < treeSettings.length; i++) {
          $('#' + treeSettings[i].id).once('taxonomy-manager-tree').each(function () {
            var tree = new Drupal.TaxonomyManagerFancyTree(treeSettings[i].id, treeSettings[i].name, treeSettings[i].source);
          });
        }
      }
Production build 0.69.0 2024