Resources
Send Feedback to Google
How to send us feedback in Google Maps We’re always looking for ways to improve Google Maps and would love to hear from you. Tell us what you like, what you don’t like, or about bugs you’ve found. If you think something should be removed for legal reasons, submit...
Remove extra bottom padding and margin on posts
/* Remove extra bottom padding and margin on posts */ .single .et_pb_post { margin-bottom: 0; padding-bottom: 0; } #left-area { padding-bottom: 0 !important; }
Some Helpful Plugins for use with WooCommerce Plugins
There are many plugins out there to enhance Woo-Commerce functionality. Here are some of my favorite helpful plugins for use with WooCommerce. This list may be added to over time: Side Cart WooCommerce https://wordpress.org/plugins/side-cart-woocommerce/ Google...
How To Fix WordPress Mobile Image Alignment & Text Wrap Problems
You need to add the margin snippet every time you align and image to right or left. <img class="alignright size-medium wp-image-2440" style="padding: 20px;" src="https://website.com/wp-content/uploads/2022/08/plank-pest-spiders-problems-223x300.jpg" alt=""...
Remove Default Selected State from WooCommerce Checkout Billing Fields
Please put this code in functions.php file. //default checkout state add_filter( 'default_checkout_billing_state', 'change_default_checkout_state' ); add_filter( 'default_checkout_shipping_state', 'change_default_checkout_state' ); function...
Saving Money on Your Electric: PSNH/Eversource Electric Bill
Many costs for energy have risen in recent months. Here in the Northeast our electric bills just suffered a 110% hike. The change was this: OLD RATE pre 8/1/2022: 10.669¢ per kWh (kilo or thousand watt hours) NEW RATE post 7/31/2022: 22.566¢ per kWh I operate...
Fix “Secure Connection Failed” Error in Google Chrome and Mozilla Firefox and Internet Explorer
We've run into trouble recently loading sites lacking SSL (Secure Socket Layer) encryption on our workstations. The issue has been happening using both Google Chrome and Mozilla Firefox. Researching why this was occurring led me to some possible fixes I will address...
Important Update Regarding Billing and Rates
We all hate when prices go up. And we all know they seldom go down again. As stated in CharlesWorks policies, prices are subject to change without notice. Going on 25 Years in Business You don't get to stay in business as long as CharlesWorks has without three things:...
Do it Myself or Hire it Done?
I believe this article applies mostly to people operating a small business. Especially if what you do on the web is primarily a business endeavor for you. This type of question is always one of the many you face regarding completing webwork on your website. There are...
How to Manage Spam Comments in your Website
In doing routine server audits, I often notice that some posts on various websites are getting spammed. This usually means that a control on the post (when it was originally created) has the "Allow Comments" and/or "Allow Pings" left turned on. At that point I check a...