If you have a WordPress website with many tags, you have undoubtedly ran into a situation where you notice they are not always all displayed. This happened to me when adding a new tag and I noticed it was not displayed. Researching this on the Internet revealed a lot...
Design
Gravity Forms Styling for Submit Button
I was having trouble making a nice SUBMIT button on a Gravity Form. Looking for help out on the Internet had all kinds of purported solutions, some recommending getting additional plugins and so on. Luckily, I didn't need to add any plugins! We always want to avoid...
How to install PHP and the “intl” extension on a Virtualmin Debian server
Not too long ago, I wrote an article indicating Some Great Reasons to use a Local Debian Server running Virtualmin. In it, I mentioned that I had built a Debian 10 server to try out the Virtualmin control panel. Virtualmin is a control panel that allows adding of...
How to fix WordPress Mobile Image Alignment & Text Wrap Problems
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 {...
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...
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...
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; } }
Page Background Changes Example in a Divi Site
This is a very brief informational post just showing by example of a change to the background in a page. I wanted to make changes to end up with the same (or a similar) background on most of the website's pages. I also wanted the background to be a muted version of a...