Caching can greatly speed up the browsing experience for your site visitors. Besides improving the browsing experience, this can increase the site's search engine standing. However, caching can sometimes cause issues with forms. In those cases, you might want to...
WordPress
Adding an Additional Instructional Text Box to Forms
This fix is a solution for adding a line of text, such as remarks or instructions, or any other information desired to a form. It involves using a single blank text box and making adjustments to the CSS. By adding the following code to the CSS and changing...
Centering Divi Gallery on Mobile Devices
Add to CSS /* divi gallery center on mobile */ .et_pb_gallery_items { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap:...
Speed Up Your Website’s Page Loading using Redis
I intend to focus this article on yet another way of speeding up your website's page loading time. My focus here will be hooking up Redis to speed page loading in complex websites. Over the years I've noticed that website pages have become more complex to meet the...
Remove Long Description Text Field in WooCommerce
When editing or adding text to a product, the text in the top part of the page is what appears in the product tabs (below the product image, price, etc.). The short description is what appears right under the title, next to the product image. The short description is...
DirectAdmin Upgrade from MySQL 5.7 to MySQL 8.0 breaks Installatron
Installatron is a great server product. We have been using it since May of 2016 on a number of our website servers. Installatron is very cost effective and interfaces directly with DirectAdmin. It allows CharlesWorks staff to quickly set up websites on our servers for...
Fixing Website Page Not Found (404 Errors) Using Redirection
In the course of managing Search Engine Optimization (SEO) in one or more websites, you or your web clients most probably have seen an email from Google containing something along the lines of what looks like what is shown here. What is a 404 Error? The infamous 404...
PayPal Procedure to Intergrade the Advanced Version Check Out
I had to look up the word intergrade when I first came across the directions for this process. In a nutshell it means to merge gradually one with another through a continuous series of intermediate forms. Seems to me it is a fancy word for upgrade or update. In this...
Installing Facebook Pixel Code on a Divi WordPress Site
How to install your Facebook Pixel Code when you have a WordPress Site with the Divi Theme. 1. Copy and paste your base Pixel Code into a text editor. Make sure that your Pixel ID is in the place of [Insert PIXEL ID# Here]Â in the code below. You can add more...
Embedding YouTube videos on WordPress site
Plugin for embedding youtube videos - https://wordpress.org/plugins/youtube-embed-plus/, to hide related videos at the end of playback, need to create api key, https://www.youtube.com/watch?v=VqML5F8hcRQ It works.