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>

Simple FB connect Drupal 8 Mapping custom fields from Facebook

| 4 views

Simple FB Connect Drupal module  allows users to register and login to your Drupal site with their Facebook account. Indeed, as the modules name suggests, its one of the easiest ways how to connect Facebook to Drupal. And as I had already worked with this module a few years ago (see: Drupal Simple FB connect + User Form Theming ) now, when working on idea about possible Drupal Dating portal,  I decided to implement Simple FB Connect. In this article I'll write down my notes on how to map…


How To Hide Tabs On Drupal 8 Content and User Pages

| 0 views

In Drupal 8 there is a quite easy way to to hide tabs view both on content and user pages. The best there are no hook, modules or complicated theme rewrites involved. In today's short Drupal tutorial series I will provide a simple workaround out of the box on how to hide tabs both on content and user pages in Drupal 8. Also see: Theming Drupal 8: How to Hide Site Name What at start seems like a simple issue, might turn out to be a imminent problem. The truth is - it's super simple, but still…


Floating Block for Drupal 8

| 0 views

The Floating block is a nice helper module which allows you to keep HTML blocks, selected using jquery selectors in a fixed position on the page as you scroll. I've been using Floating block mostly for my personal blog to feature related content (you can see floating module while browsing this web page from a desktop computer.) In fact, I stop using floating block module  a couple of years ago, but recently I was contacted by another Drupal webmaster, regarding my tutorial on Floating Block…


Views Infinite Scroll / Load more with Ajax for Drupal 8

| 5 views

As you might guess from the title already, in today's Drupal tutorial I will write about how to configure infinite scroll/load more button for Drupal 8 website. The best - both behaviors can be achieved using just one module - Views Infinite Scroll Check out following tutorials for Drupal 7: Drupal masonry front page, Views lode more pager with Ajax for Drupal And again, as in the previous tutorials, you can find a live preview on Tourgeorgia.eu Download and enable Views Infinite Scroll…


How To Enable Custom Google Fonts For Drupal 8 Website

| 0 views

There are several options how to enable custom fonts for Drupal 8 website, in this article I will stick with one of the easiest - using a custom module - @font-your-face As usual, for this Drupal tutorial I will use a real-time scenario: For Tourgeorgia.eu website I'm using custom Premium theme adapted for Drupal 8, at one stage I noticed that example theme looks better than customized, and then I realized we are missing few fonts, which must be loaded manually. As, said there are several…


SEO Results After Implementing Drupal AMP

| 0 views

About a month ago I finally managed to implement AMP for my Drupal powered blog. Now, a month latter I decided to take a look and see is there any SEO boost from it. In the past 30 days traffic have grown my 13%, for the first time cracking 100,000 users milestone. Although, it's hard to say with a 100% confidence that AMP did it - I still will say - AMP is amazing and I would recommend to implement it for any type of websites. If still wonder what is AMP, here is a brief explanation: The…


Launching Simple AMP Version for Drupal Website

| 0 views

I might be late to the party of implementing AMP for my Drupal powered website, as AMP have been around for a while already, it was just tonight I finally managed to implement and validate AMP for this blog. In this article I'll share some of my notes on how to implement AMP for Drupal, compare load times before and after and of course will touch a topic of about possible SEO gains (though, seems that AMP is not a ranking factor yet) Here is the short version about what's AMP: The AMP…


Drupal 8 Minor upgrade using Putty SSH Terminal

| 0 views

In this article I'll shed some light on how easy it is to perform a minor Drupal 8 upgrade between versions using free Putty SSH terminal and just a few lines of code.  I assume your Drupal is configured under a VPS (take Linode, for example) and your installation path is /srv/www/ See: How to upgrade Drupal 6 to Drupal 7 - Process , Upgrading Drupal 7 (minor upgrade) Drupal security updates By accessing available updates page (admin/reports/updates/update) we can easy update modules by…


How To Reference Nodes in Drupal 8 + Views Relationships Display

| 11 views

Lately I feel very enthusiastic working with latest Drupal 8 release, though Drupal 8 have been around for a while already, there are still few drawbacks which keeps me avoiding developing full scale on Drupal 8. I will write down my notes of pros and cons about switching from Drupal 7 to Drupal 8 in some of the future posts, in today's Drupal tutorial series I will provide information how to use reference fields and build something awesome, as usual I will use a live example. We are going to…


Drupal 8 Custom Taxonomy Term Pages with Views

| 50 views

By default, out of the box, Drupal taxonomy term pages are styled kind of ugly, but with the help of just a few simple tweaks, we could style them as we wish, just by using CSS. In today's Drupal tutorial series, I will provide a simple how-to on how to create custom Drupal 8 taxonomy term pages using views. Luckily, you won't need to install any additional modules, as in Drupal 8, views are already built in the core, and if you are already familiar with how to style taxonomy term pages in…