Marinus Klasen

Marinus Klasen

  • WordStress
  • Development
  • Consultancy
  • Developer Resources
  • Blog
  • Contact

Converting SVG’s to PNG’s with a terminal command

September 8, 2021

Last week I wrote about converting MOV files to MP4. This week I had to bulk convert some SVG files to PNG. Of course, doing this manually takes way too much time so I looked for other ways to accomplish this. SVGExport There’s this neat NPM package called SVGExport that we can use for this […]

Continue Reading

Converting mov files to MP4 with FFMPEG

September 2, 2021

I did some screen recordings for a new plugin that i’m developing. MacOS does great with screen recording, Quicktime really makes the whole process much easier. But, when you start editing.. Editing Quicktime MOV files in Premiere is terrible I started questioning my equipment. Why is it lagging – why do render previews take so […]

Continue Reading

Github action: Automatically add a ZIP asset for each new release

August 27, 2021

The code below will automatically create a new asset for each new release that you publish on Github. Add it to your repository in a .github/workflow/ folder and experience the magic yourself! Update: I’ve also setup a sample repository with working code here: https://github.com/mklasen/zip-creation-github-action Direct link to the workflow file: https://github.com/mklasen/zip-creation-github-action/blob/master/.github/workflows/release-action.yml After a new release […]

Continue Reading

Spotify: Can’t play song, all songs greyed out on Ubuntu (Linux)

August 27, 2021

My office server is connected to a monitor and a soundbar and is used as the main audio player for the office. Since the Spotify client didn’t work natively I’ve used it in the browser since. But, the Spotify web player wouldn’t always show up as a device running Spotify which required me to start […]

Continue Reading

Deployer/Composer: Version issues

August 12, 2021

Requires php ^7.3 || ^8 -> your PHP version (7.2.33) does not satisfy that requirement. I ran into this issue today after updating some composer packages and deploying the new codebase. Since the server runs composer on PHP 7.2 by default, it refused to complete the deployment. The fix is easy, you can force deployer […]

Continue Reading

Get all DNS record/hosts from a domain

August 10, 2021

Transferring DNS is always a hassle. You want to make sure you copy all the records correctly to avoid any downtime when changing nameservers. But, are all hosts public? We’ll find out below. Cloudflare automatically imports records Most of you have seen how Cloudflare imports DNS records. The interesting thing is, they don’t really request […]

Continue Reading

Shared media library in WordPress Multisite

July 14, 2021

Honestly, whenever possible – I avoid the need to share media between sites but.. in this case a lot of the same media exists on multiple sites. And the hosting we’re eyeing on charges per 5GB. With a 12GB media library we want to optimise this in whatever ways possible. Soo.. Let’s have a look […]

Continue Reading

Post Type missing in WP_Query or get_posts (Polylang?)

July 9, 2021

When querying multiple post_types via get_posts, there was one specific post type that didn’t show up in combination with posts or pages. Querying only that specific post type worked fine, but the combination failed, every – single – time. After running the same arguments in a WP_Query and checking out the SQL that it used […]

Continue Reading

Overriding the Gravity Forms submit button

May 26, 2021

I recently setup a Gravity Forms form that generates a zip download on submission. Whenever someone hits ‘submit’, a ZIP is generated based on user values. This works by hooking into gform_confirmation and returning a header(‘content-disposition: attachment; filename=file.zip’);. The entry is created, the zip download starts but.. the form becomes unusable afterwards. You cannot generate […]

Continue Reading
  • « Previous Page
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Next Page »

Get in touch

Contact me using the details below

Marinus Klasen

Wilhelmina van Pruisenweg 35, 2595 AN Den Haag

marinus@mklasen.com
twitter.com/marinusklasen
linkedin.com/in/marinusklasen

  • GitHub
  • LinkedIn
  • Twitter

Have you read?

  • Elementor Widget UsageMarch 27, 2025
  • Programmatically showing popups with ElementorMarch 25, 2025
  • The Elementor sanitize_settings errorSeptember 12, 2024
  • Announcing.. Wooping Shop Health!June 13, 2024
  • Swiper setup when using wp-scriptsMarch 14, 2024

Copyright © 2025 ยท Marinus Klasen | Webdesign by Team Rood