We currently manage around 70+ WordPress websites. Keeping plugins up to date on a WordPress site quickly became a daily routine. This task quickly had to be tasked to one of our team members on a daily basis. Dashboards like these became a common thing. Enabling Automatic Updates By default, every site has automatic updates […]
Author: Dhali
Create Your First Google RECAPTCHA Keys
Why Do I Need a reCAPTCHA? According to Google: reCAPTCHA is a free service from Google that helps protect websites from spam and abuse. A “CAPTCHA” is a turing test to tell human and bots apart. It is easy for humans to solve, but hard for “bots” and other malicious software to figure out. Google Basically adding a reCAPTCHA will help reduce […]
What is a hard refresh and how to do it
What is a Hard Refresh? a Hard Refresh is a way of clearing out the browser’s (i.e. Chrome, Firefox, Safari, etc.) cache for a specific page. Clearing the cache will force your browser to load the most recent version of the files used for a specific page, this usually include stylesheets or other important scripts. Clearing of […]
What to do When You Receive an ADA Compliance Letter??
Over the last few years, many businesses have received letters from attorneys advising them that their website is not ADA compliant. If you receive one of these letters, make sure that those reaching out to you include a REPORT showing: There are three levels for WCAG 2.1 Guidelines and each one meets the needs of […]
GitHub Actions Build with Runner and Deploy using self-hosted
Use GitHub Actions to build and deploy with a private runner to deploy to IIS Project: ASPX Website on GitHub. Goal: Complete CI / CD using GitHub Actions to build and using self-hosted running to deploy to on-prem IIS server.
Add WP Bootstrap Navwalker To You WordPress Theme
Why Add Bootstrap Navwalker? The main reason for adding this addition to your WordPress Theme is best said by its author [Git Link] “A custom WordPress Nav Walker Class to fully implement the Bootstrap 4 navigation style in a custom theme using the WordPress built in menu manager.” By implementing this code, you will be […]
Adding Bootstrap to an UnderScores Theme
In this article, we will be discussing how to add Bootstrap by Twitter to an Underscores.me WordPress Theme! There is much to be desired from this simple combination, and for most it is a great place to start for creating you own custom WordPress Theme. This article will expect that you understand the folder and […]
Disable Comments on Media
Comments can be a great way to interact with your Users and add some personality to your website by including your them in the conversation. However, you may not need the comments section for all features on your site. In this article we will be focusing on how to remove the comment section from WordPress […]
How To Increase Maximum File Upload Size in WordPress
Are you looking to increase the maximum file size you’re able to upload to your WordPress Site? Sometimes the default settings might not be enough to handle the uploads you are looking to make. Whether you’re looking to upload larger images, new plugins, or large theme files, having control over the size limit is an […]
TLS 1.2 with Classic ASP
Looking at Twillio docs Using Twilio with Classic ASP and VBScript we implanted Twillio SMS API We encountered the following error message: The TLS versions on the server appreared to be causing the error TLS 1.0, TLS 1.1 and TLS 2.0 We used https://www.ssllabs.com/ssltest to get the current TLS Configuration. The results showed TLS 1.0 […]