Category: Drupal
How to convert existing image fields into Media images
Converting existing image fields to Media image fields is easier than you might think. I just converted all image fields to Media image fields on this website and in this article, I'll show you how I did it.
My new Drupal theme
My new theme is finally here, and the website is much faster than before. It also looks much better in my opinion. There are no fancy animations, javascript tricks, and other gimmicks. The theme looks simple and the focus is on the content.
Browsersync, Gulp, Docker4Drupal and my new theme
This website is using the Magazin Lite theme. It’s a nice-looking theme, but I don’t like the way it's structured and coded. There are just too many things that slow down the page load, so I need a new theme.
Simplify Drupal Commerce 2.x checkout by removing "Login or continue as guest" pane
In just two simple steps you can remove the Login or continue as guest pane and simplify your checkout process. In my opinion, this step is completely unnecessary and just confuses your customers.
Drupal Commerce and Facebook Product Catalog
As of writing this article, there is no module that allows you to create a Facebook Product Catalog in combination with Drupal 8 or 9 and Drupal Commerce 2.x. That's why I'm open-sourcing my custom solution today.
How to set a menu link attribute programmatically
Menu Link Attributes is a great Drupal 8 and 9 module that allows you to add attributes to your menu links. Let's see how you can set the attributes programmatically.
Drupal 9 and Drush 10
Composer is a great tool for Drupal and in general PHP developers, but in some cases, it might take some effort to accomplish what you want. I tried to install Drupal 9 (dev version) and Drush 10 today and here's what I had to do to make it work.
Making my modules Drupal 9 ready
At the moment I'm a maintainer or co-maintainer of 22 Drupal projects. Only two of them are Drupal 7 modules, the rest are Drupal 8 modules. My plan for those 20 modules is to make them Drupal 9 ready by June 3, 2020, which is the date when Drupal 9 should be released.