Drupal Development

<p>Looking for an experienced Drupal developer for your next web project or mobile app? Look no further than Reinis Fischer! With over 10 years of experience serving small and medium businesses in Tbilisi and Riga, Reinis is your go-to expert for all things Drupal. <a href="https://www.reinisfischer.com/about">Contact him today</a> to learn more or check out his latest Drupal-related blog posts below.</p>

How To Fix Drupal AMP Error with Google Analytics

| 11 views

AMP for Drupal is a really powerful module, that can give your Drupal-powered website an impressive website traffic boost. But it will only work if there are no AMP-related issues - like Custom Javascript error from the Google Analytics module.  I have been using Drupal AMP since 2016 or 2017 but stopped using it after upgrading my Drupal version…


How to Fix "Unable to install bootstrap, bootstrap.settings already exists in active configuration"

| 39 views

As this was already the second time i faced the "Unable to install bootstrap, bootstrap.settings already exists in active configuration." problem i decided to share a quick and simple solution. Background: I have faced this error when performing the Drupal 7 upgrade to the Drupal 9 version and trying to enable the bootstrap theme.  solution: in…


How To Upgrade Drupal 7 to 9 (With Multilingual Support)

| 12 views

In this article, I will keep notes on how I upgraded the multilingual Drupal 7 site to a multilingual Drupal 9 site. Turns out I had originally built this website on Drupal 7 more than 10 years ago and it already felt that the exciting website's look and feel is a bit outdated and we wanted to get a fresh look. I thought it wouldn't do any harm…


Adding Custom CSS stylesheet to Drupal Olivero theme

| 90 views

Just recently I migrated my blog from Drupal 7 to the Drupal 9 platform, and this time I decided to stick with what I get, instead of building it all from scratch. I really like the default experimental theme Drupal Olivero, but of course, there are a few things I would love to fine-tune.  Instead of building a theme from scratch I decided to…


Fighting Webform Spam - Drupal 9 - AntiBot

| 63 views

Recently I migrated my personal blog (the one you are currently reading) from Drupal 7 - to Drupal 9. The migration process actually still is in process, as I faced a few issues with the site, like lost coordinates with gmap module, some lost pictures here and there, etc. For the contact form, I decided to re-create it using the webform module…


How I Migrated my blog from Drupal 7 to version 9

| 4 views

The blog you are currently reading now is more than 7 years old. I launched it back in October 2013 on the Drupal 7 platform. During the years blog has expanded a lot and now is heldong a few thousand articles - zillions of photographs, more than 700 articles with geo location information and so on.  The more the blog grew, the less I wanted to…


How To Display Drupal 8 Block on all Taxonomy pages (taxonomy/term/)

| 22 views

Today working on my favorite website - optionsbrew.com, for a moment I faced a small issue - how to display block (s) on the default taxonomy/term page. I remember I was doing such tricks back in 2012 or 2013 and was wondering does it still applies in 2021, turns out -  it does! Here is the solution: on the Configure block page, under the Pages…


How to See Messages Sent From The Contact Form Drupal 9

| 14 views

Recently working on my latest Drupal l9 project - BalticInvestors.com I faced a strange issue - after enabling the core default contact form, it seemed that data is not stored anywhere after actually filling out and submitting the webform. Turns out there is a little helper module, which solves it - Contact Storage Contact Storage module will…


BalticInvestors.com - Your gateway to investments in Estonia, Latvia and Lithuania

| 7 views

After a long time of thinking, on the late-night of November 8, 2020, I finally launched my latest brainchild - BalticInvestors.com  - a website dedicated to investment opportunities in the region of Baltics (Estonia, Latvia, Lithuania).At this website, we are going to cover investments in stock, real estate, and alternative investments, like peer…


How To Add CAPTCHA Protection to Drupal 8 Webform

| 100 views

Recently I launched a new Drupal 8 website and was surprised by a spam amount we got via website's contact form (built with Webform module).  As the website was new, I was manually blocking each spammers IP, but the amount got larger and larger, to avoid that, I decided to install Captcha module, just like in the case with Drupal 7, see: Adding…