When working on a Drupal site (or any web project), it’s a good idea to separate your code into different…
Why this setup? I recently started working on a Windows 11 notebook but usually develop on macOS because of its built‑in…
Managing multiple Drupal sites on Acquia Cloud Site Factory (ACSF) can be challenging, especially when running Drush commands across different…
In this article, I will provide guidelines on setting up a foundational Content Security Policy (CSP) for your Drupal application.…
WebP is a modern image format that provides superior lossless and lossy compression for images on the web. Using WebP,…
PHP 7.4 is coming to an end of life! So I need to upgrade to PHP 8.0 ASAP! From Acquia’s…
Goal: Increase the image storage size for the “Single Page – Page Header Row” from 256kb to 512kb. Admin URL:…
Example:https://cms.staging.uccs.edu/business/business-research-index Configuring the View page: FORMAT: Unformatted listSettings: SHOW: FieldsSettings: FIELDS:Add and organize the following fields as shown in the…
These are the button styles that our team uses at work, I save them here for an easy copy and…
Example: https://codepen.io/astralmemories/pen/drEypr Code: <style> .ui-accordion-content a:link, .ui-accordion-content a:hover, .ui-accordion-content a:active, .ui-accordion-content a:visited { color: #428bca; } </style> <link href=”https://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css” rel=”stylesheet”>…