When adding your image from the media library, set the alignment in the attachment display settings in the media library. Add to child theme css: @media only screen and (max-width: 600px) { figure.alignleft, img.alignleft, figure.alignright, img.alignright {...
Website
Some Great Reasons to use a Local Debian Server running Virtualmin
I recently built a Debian 10 server to try out the Virtualmin control panel. Virtualmin is a control panel that allows adding of websites to a server for access to a private or public network. The goal of the server is to host WordPress websites under development in a...
Basic WordPress Login Instructions
Everything manageable in a WordPress website happens in what is called the WordPress website's Dashboard. Whether managing content, changing or modifying, uploading graphics or photos, or just gaining access to view the site past an Under Construction page, one must...
How to enable TLS 1.2 on Windows Server 2008 R2
The Windows Small Business Server 2011 Essentials runs on top of Windows Server 2008 R2, which was an extremely popular server. It is still an extremely stable platform for handling DNS, serving up websites, and handling email servers. Despite being long past...
Adding text into a Divi Builder page on your WordPress website.
If you need to edit text in a page in your Divi Builder WordPress site for your restaurant's menu, or your store's hours, etc., you might find that sometimes it doesn't look the same as other text on the page. You might be trying to copy from a word document or a...
Your Website’s Inaccessibility Issues Might Get You Sued
I started CharlesWorks in June of 1998. One of the reasons is because it was very expensive to get on the web back then. I hoped to change that and make it easier for small businesses and organizations to get on the web. On the Internet user side, I believe everyone...
WordPress Forms
Many people like the idea of adding forms to their sites as a means of collecting information from site visitors. Anything requiring more time from the web developer will drive the website cost up. The same goes for the additional back and forth between the developer...
Divi boxed layout – full width on mobile
add following to css /*** Full Width On Mobile ***/ @media (max-width: 481px) { .et_boxed_layout #page-container { max-width: 100%!important; width: 100%!important; } #main-header, #top-header { max-width: 100%!important; width: 100%!important; } }
Correcting WordPress folder to subdomain URL changes using redirection
Sometimes we might go from a site located in a folder off the root of a site to a subdomain or site of its own in a standalone environment. Why would we want to do this? There are some advantages for separating out your sub-sites into separate sites: Security: With...
How to turn off the WordPress dashboard Jetpack nags
This is a work in progress, so bear with me as it is not done yet! Jetpack, created and maintained by Autommatic, has increasingly moved toward monetization over the past years. As part of this process, Autommatic wants to generate more and more revenue. There was a...