CSS / HTML Snippets

In web development, time is of the essence, and efficiency is key. For designers and developers, the ability to quickly implement essential features on a webpage can make all the difference between a timely, visually stunning project and a never-ending code odyssey.…

HTML Special Characters

HTML special characters are like hidden treasures waiting to be discovered. Adding finesse to your web content, allowing transcendence from the boundaries of plain text, elevating your websites. These unassuming characters might not be glamorous but they play a vital role in…

Woocommerce Products Step-by-Step

From the left side of your wp-admin page click on Products then choose Add Products or select the product you want to edit. Center Column Add Product Name Ignore the main text widow Fill in Product Short Description Center Column > Product Data - Simple Product…

Woocommerce Cheat Sheet

Add a Delete Category field to Product > Edit Thanks to the author Rodolfo Melogli at CustomizeWoo.com Add this to functions.php /** * @snippet Bulk Remove Product Categories @ WooCommerce Products Admin * @Thanks to how-to Get CustomizeWoo.com FREE * @author Rodolfo…

Gmail Setup

This is information partial to siteground.com Log-in to your Gmail Account Choose Settings (the cog icon on the top right) Select Accounts and Import Select 'Add a POP3 mail account you own" Enter your Email address ie. you@website.com Click the Next button…

CSS Generators & Mixers

HTML Color Picker is a great way to find your color pallette https://www.w3schools.com/colors/colors_picker.asp Here is a link to an awesome CSS gradient generator by CSS Generator https://cssgradient.io/ Here's another CSS gradient generator by Colorzilla http://www.colorzilla.com/gradient-editor Here is a link to an awesome…

Photoshop: Masking Hair

Clients and friends alike regularly ask me to help them superimpose the image of a person onto another background.   The first problem is hair and the opacity between the hairs. Adobe Photoshop offers a tool called the “magic wand”. While this…

WordPress Essentials

Reset Admin Password Through FTP 1. Log in to your site through FTP and open functions.php. 2. Add this code at the beginning, after the first <?php: wp_set_password( 'password', 1 ); 3. Enter a new password for the main admin user. "1"…