by cathal | Nov 26, 2025 | Uncategorized, WCAG
Are your Divi dropdown menus failing accessibility tests? You’re not alone. Despite being one of the most popular WordPress themes, Divi has significant menu accessibility problems that violate WCAG standards and put your website at risk of ADA lawsuits. The...
by cathal | Nov 13, 2025 | Tutorials, Web Design Hints & Tips, Woocommerce
How to Fix “BLIK is enabled – it requires store currency to be set to PLN” in WooCommerce Stripe If you are using Stripe with WooCommerce and you have seen the red warning message:“BLIK is enabled – it requires store currency to be set to PLN”, you are...
by michelle | Nov 4, 2025 | Google Tips, Tutorials
How to set up Google reCAPTCHA v3 on Divi Contact Form In this post we will show you how to add Google reCAPTCHA v2 on your Divi contact forms. Step 1: Register your domain on Google reCAPTCHA The first step is to register the domain on which the contact form...
by cathal | Aug 25, 2022 | PHP Web Design, Tutorials, Wordpress
How to Add and Update WordPress Options In WordPress, there is something called “options table” that is used by developers to create plugins and templates for storing information that would otherwise have to be saved in another table or in a file. If the...
by cathal | Aug 1, 2022 | Tutorials, Woocommerce, Wordpress
SQL for WordPress In this post you will learn what SQL is, why it is important for WordPress and how to use it. What is SQL? SQL stands for Structured Query Language and is a standardized programming language used for relational databases. With SQL it is...
by cathal | Aug 1, 2022 | Tutorials, Woocommerce, Wordpress
WordPress SQL Statements In this post you will learn about the ways to correctly run SQL statements through WordPress. Using Arrays Below you can see an example of how to run SQL statements by using arrays. function updateFunction_byArrowDesign_usingArrays(){...