Drupal 9 Adding/importing Google fonts in Drupal 8/ Drupal 9 In this blog we are going to cover how we can add easily any external fonts using the Drupal theming system. We assume that we already have access to the custom theme. First of all we need to search for the selected font library or should google that. For example we want to enable the […] Written by shamim February 2, 2021February 2, 2021 Saving Bookmark this article Bookmarked
Drupal 9 Uncategorized How to install Webform Module on Drupal 8/ Drupal 9 We assume that composer is already installed. If not installed we need to install the composer using this link. Step 1. Login to the server using the ssh. Step 2. Run the following commands: composer require drupal/webform It will download and install the webform module and will show the following: Please note that post installation […] Written by shamim January 29, 2021January 29, 2021 Saving Bookmark this article Bookmarked
Update Drupal 7 core using patch As we know that there is no shortcut for the Drupal 7 Core update. We can achieve this by generating a patch and applying that. First of all we need to create the patch. We’ll need to download the current Drupal Core package as well as the Target version of the Core Package. In our […] Written by shamim February 4, 2021February 4, 2021 Saving Bookmark this article Bookmarked
Adding/importing Google fonts in Drupal 8/ Drupal 9 In this blog we are going to cover how we can add easily any external fonts using the Drupal theming system. We assume that we already have access to the custom theme. First of all we need to search for the selected font library or should google that. For example we want to enable the […] Written by shamim February 2, 2021February 2, 2021 Saving Bookmark this article Bookmarked
How to install Webform Module on Drupal 8/ Drupal 9 We assume that composer is already installed. If not installed we need to install the composer using this link. Step 1. Login to the server using the ssh. Step 2. Run the following commands: composer require drupal/webform It will download and install the webform module and will show the following: Please note that post installation […] Written by shamim January 29, 2021January 29, 2021 Saving Bookmark this article Bookmarked
Update Drupal 7 core using patch As we know that there is no shortcut for the Drupal 7 Core update. We can achieve this by generating a patch and applying that. First of all we need to create the patch. We’ll need to download the current Drupal Core package as well as the Target version of the Core Package. In our […] Written by shamim February 4, 2021February 4, 2021 Saving Bookmark this article Bookmarked
Adding/importing Google fonts in Drupal 8/ Drupal 9 In this blog we are going to cover how we can add easily any external fonts using the Drupal theming system. We assume that we already have access to the custom theme. First of all we need to search for the selected font library or should google that. For example we want to enable the […] Written by shamim February 2, 2021February 2, 2021 Saving Bookmark this article Bookmarked