Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi
I took over a relatively simple project of a customer. When I checked the status I learned I ought to update from the present 8.1.8 to 8.4.2. I also learned that I have to update to 8.4.0 first.
Reading the info on https://www.drupal.org/project/drupal/releases/8.4.0 and going through comments in the forum I fell very uncertain if I
- can download and install 8.4.0 from the above quoted link "easily" without a high risk to crash the (productive) site
Hi. Thanks for looking at my post. I'm wondering what the best, most efficient method or technique is to migrate a local Drupal 8 site, to a remote production site, and vice-versa? I'm looking for something that isn't too difficult using the UI perhaps, but definitely not selecting files by hand and uploading to the web host. Using Drush could be a possibility, but maybe difficult based on my limited experience.
A common layout discussion that frequently arises on a new build, is if a project build requires the ability and flexibility to display content full width of the screen. If using the Bootstrap 3 framework as a starter kit, you have two options that lie ahead. One is the ‘container’ route, meaning your templates will display at responsive fixed widths defined by TWBS3. The opposite option is setting the theme to ‘container-fluid’, this allowing the container to span the entire width of your viewport.