preloader

Tag: Drupal

How to fix jQuery UI missing module warnings in Drupal 11 after upgrade

How to fix jQuery UI missing module warnings in Drupal 11 after upgrade

Overview After upgrading to Drupal 10 or 11 and running drush updb, you may see warnings such as: Missing jquery_ui_datepicker Missing jquery_ui_tabs Missing jquery_ui_tooltip Errors referencing system.schema or core.extension Even though your Drupal website works, these warnings indicate stale configuration from removed core modules. Example of exact error: [warning] (Currently.

Drupal Slideshows modules, options, and choices: comparison

Drupal Slideshows modules, options, and choices: comparison

A comparison between popular slideshow/slider/carousel modules for Drupal such as Views Slideshow, Owl Carousel, Slick, and Flex, with comments and notes for beginners and the uninitiated in Drupal. Slick Slider /Slick Views / Slick Extras Challenges: Requires technical knowledge and familiarization of Drupal and Views Requires libraries, manually confusing for.

Drupal fontyourface uploading WOFF files Error message: The specified file .woff could not be uploaded. The referenced entity (file_type: undefined) does not exist.

Drupal fontyourface uploading WOFF files Error message: The specified file .woff could not be uploaded. The referenced entity (file_type: undefined) does not exist.

Drupal 10 issue When uploading a custom WOFF font using FontYourFace module in /admin/appearance/font/local_font_config_entity/add, error appears. Seems to happen if you have File Entity module enabled: Error message: The specified file .woff could not be uploaded. The referenced entity (file_type: undefined) does not exist. Solution Add the MIME Type in.