Select Page

divi submenu is hidden behind another section

So I have this section in Divi with a row and within that row a menu module. However it seemed the submenu items were not shown fully. Part of the submenus was hidden. Luckily it was an easy fix. By going to the section and changing the horizontal and vertical...

How to install Mautic with Amazon SES

At this time Mautic 3.3.1 is released which supports 7.4 -> Create a PHP app with database on a specific domain.I do this quickly with Serverpilot that is connected to a couple of my Digital Ocean servers (=droplets).I connect the domain name with the IP of the...

convert mp4 to mp3 in bulk with ffmpeg

Quickly want to convert a bunch of mp4 to mp3 (so you can listen to it whilst you run e.g.). Here is a bash scrip that just does that. #!/bin/bash for fullfile in *.mp4; do filename=$(basename — “$fullfile”) extension=”${filename##*.}”...