Updating Trellis – WordPress LEMP

Updating Trellis can be a challenge initially and there is no one way to do it. Lots of people wrote about it at Roots Discourse and on Github. Most of them require some major git foo. Did write about updating the Trellis server before, but not on how to maintain Trellis itself. Here is my- […]

Mailchimp Comment Optin – Fixing Outdated Constructor Error

Mailchimp Comment Optin is a plugin we still use for some of our clients. Fixing Outdated Constructor Errors is needed to work with it properly. The error you get will be: ( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MCAPI has […]

Bedrock Valet Can’t connect to local MySQL server Error

If you want to set up a Valet Bedrock based WordPress website and you run into this Valet Can’t connect to local MySQL server error. It will block you from generating a Bedrock WordPress website. It is however easy to remedy. Valet Can’t connect to local MySQL server Error The error you get will pop […]

Jupiter Page Background Image Position

The Jupiter Page Background Image Position can be a challenge with certain images. Sometimes the background image added behind your page winds up looking horribly cut off. So how can we improve the Jupiter Theme background images? Background Color & Texture Jupiter only allows for general background-position directions. This can be done per page using the […]

PHP Strict standards: Declaration of A should be compatible with B

We bumped into an PHP Strict standards: Declaration of A should be compatible with B issues.We had a theme made by us quite some time stop working recently.  One we we were using as a demo mainly. So we decided to work things out. As many of you might bump into this I decided to […]

WP Rocket Algolia Search Conflict

When I ran Algolia Search with WP Rocket I bumped into WP Rocket Algolia Search Conflict. With JavaScript Minification turned on I got several errors JavaScript Errors I got this error: [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (head.js.map, line 0) as well as these: Uncaught ReferenceError: […]

Boost Sales with Algolia Search

Let’s face it, WordPress built-in search kind of blows. You can improve search and boost sales with Algolia Search. It will upgrade search to site wide search including products and offers suggestions! And it really easy to get going. Improving WordPress Search Visitors as we know can be an impatient bunch. So if we allow […]

Yoast SEO vs SEO Framework

IMWZ works with both Yoast SEO and the SEO Framework. Both WordPress SEO Plugins are solid. But let’s do a Yoast SEO vs SEO Framework post here and show you what plugin does what best and worst according to us shall we? Yoast SEO Yoast SEO or WordPress SEO seems to be the most famous WordPress […]

Jupiter Theme Memory Limit

When you set up the Jupiter theme you will get a Jupiter Theme Memory Limit warning due to the standard WordPress site setup. Normally the WordPress memory usage is set at 40 MB, but you need 96MB minimum. So how can we remedy this issues? WordPress Memory Limit To fix this alter wp-config.php and add […]

ERROR! Trellis no longer supports Ansible 2.3.1.0. Fix

Getting a “ERROR! Trellis no longer supports Ansible 2.3.1.0.” error? You probably upgraded to the latest Trellis from an older version and now you need Ansible 2.4.0.0 or higher. So how do we upgrade this baby? Well in my case the box I just had the issue at runs Ansible via Homebrew. Also I have […]