This article explains how to change the hostname and IP address of a Linux CentOS 7 server. There are two basic facts about subnets that are in play when making these particular changes: The hostname is the name a computer (or server) goes by on the network. Each...
Technical Help
Changing Out of Stock Text in WooCommerce
Add to functions.php file: function themeprefix_change_soldout ( $text, $product) { if ( !$product->is_in_stock() ) { $text = '<div class="">Sold out</div>'; } return $text; }
Creating Divi Modules for Mobile/Responsive Web Pages
If you have built a page in Divi but it doesn't look good on mobile, you can create a set of Mobile Only Modules that you can edit so you don't change how the desktop version already looks. 1. Click on the gear icon for the module you want to change. 2. Click on the...
Speeding up your WordPress site with Caching
Everyone wants their web pages to come up lightning fast. There are several reasons they might not - ranging from your internet connection through the number of other users in your area or even the weather conditions - to name but a few. Despite that, however, I hope...
WooCommerce tab names
https://docs.woocommerce.com/document/editing-product-data-tabs/
Copying from Word Documents to WordPress
Many users write their content directly into the dashboard, while others often copy the content from Microsoft Word, Google Docs, etc. When copying and pasting content that has been formatted using other tools, such as Word, Google Docs, etc, you end up...
Add Notes to pages
Simple Note Posts by BracketSpace Install, activate, look for "notes" area on each page or post
How to control suspend and hibernation in Debian systems
There are many changes happening in Debian versions, so software suspend (sleep) works in various ways in the different versions. For obvious reasons, the software suspend cannot be allowed to happen on servers that are supposed to be available 24/7. After software...
Dealing with Website Form and Comment Spamming
The spamming of web forms has grown tremendously over the past several years. Spamming forms is inevitable with any forms on websites. This has little or nothing to do with where your website is hosted. The problem The main problem is that even though it is, and has...
How to Turn Off Post or Page Comments
Keeping your site cleared of spam comments will also allow it to operate more efficiently. Getting spam comments has nothing to do with your web hosting. It has to do with setting up what is necessary to mitigate the spammers. This will help immensely with keeping...