How to integrate Google Optimize into CAOS
| |

How to integrate Google Optimize into CAOS

Recently I added possibilities for WordPress developers to modify CAOS’ tracking snippet using filters. Shortly afterwards I received an inquiry on the support forum asking if I could integrate Google Optimize in CAOS. Instead of continuously releasing updates, I figured I’d just explain, how you can write your own WordPress plugin, and integrate it into…

Resource Hints or: how to Speed Up Magento 2 using Preconnect
|

Resource Hints or: how to Speed Up Magento 2 using Preconnect

A few months ago I showed how using preconnect resource hints can severely speed up your website. I found out that for Magento 2 there are no ready-to-use solutions to integrate preload, preconnect or prefetch headers into your store. So today I’ll show you how to add preload, preconnect and prefetch resource hints to Magento…

How to Bypass Ad Blockers with CAOS Pro for Google Analytics
|

How to Bypass Ad Blockers with CAOS Pro for Google Analytics

Ad Blockers; a thorn in the side of every online business. Wouldn’t it be great if we could bypass those Ad Blockers and keep our Google Analytics data accurate? That’s what Steve from Its420somewhere.com thought, when he contacted me with a well-researched feature request for CAOS Pro. A stealth mode to bypass (most) ad blockers….

What’s the Difference Between analytics.js, gtag.js & ga.js?

What’s the Difference Between analytics.js, gtag.js & ga.js?

Besides analytics.js, I recently added support for gtag.js to CAOS. To be honest I didn’t really think it through. Many people asked for gtag.js support and me being the obedient soldier that I am, I just implemented it. The update was received with (virtual) standing ovations and… panic. Riots in the streets. WORLDWIDE C-H-AOS! (wink…

How to add Products to Topmenu in Magento 2
|

How to add Products to Topmenu in Magento 2

Let’s say your company sells one product. This deserves the spotlight, right? Let’s say you want to give your product a prominent place in the topmenu. Since Magento 2 natively only supports adding categories to its topmenu, you’re up for a challenge! Today I’ll show you how to create a module which allows you to…

How to Remove Google Fonts from your WordPress Theme
|

How to Remove Google Fonts from your WordPress Theme

I’ve been getting a lot of requests lately, to implement a ‘Remove Google Fonts’-option into OMGF. After a lot of research (a few months!) I managed to implement an efficient way to do it. Version 1.9.0 contains an experimental option to remove any Google Fonts that are enqueued in your WordPress blog. But, for those…