Installatron is a great server product. We have been using it since May of 2016 on a number of our website servers. Installatron is very cost effective and interfaces directly with DirectAdmin. It allows CharlesWorks staff to quickly set up websites on our servers for...
Technical Help
Fixing Website Page Not Found (404 Errors) Using Redirection
In the course of managing Search Engine Optimization (SEO) in one or more websites, you or your web clients most probably have seen an email from Google containing something along the lines of what looks like what is shown here. What is a 404 Error? The infamous 404...
Removing Bad Email Addresses from Outlook’s AutoComplete
One great feature of Outlook is that it has always been able to remember email addresses you've used in the past. It remembers these even if you've never stored them in your contacts. Outlook caches them, making the email addresses available going forward. It's a...
PayPal Procedure to Intergrade the Advanced Version Check Out
I had to look up the word intergrade when I first came across the directions for this process. In a nutshell it means to merge gradually one with another through a continuous series of intermediate forms. Seems to me it is a fancy word for upgrade or update. In this...
Facebook Pixel Code Installation in a Divi WordPress Site
Installing Facebook Pixel Code on a Divi WordPress site allows you to track user interactions and optimize your ad campaigns. In this guide, I’ll walk you through the simple steps to add the pixel code to your site, ensuring you can monitor conversions like purchases or sign-ups. Whether you’re new to Divi or WordPress, this easy-to-follow process will help you start gathering valuable data in no time.
Embedding YouTube videos on WordPress site
Plugin for embedding youtube videos - https://wordpress.org/plugins/youtube-embed-plus/, to hide related videos at the end of playback, need to create api key, https://www.youtube.com/watch?v=VqML5F8hcRQ It works.
Edit Google Business Listing
https://charlesworks.com/send-feedback-to-google/
Increase width in dropdown menu
To avoid text wrapping in dropdown menus, try adding this to css: /* Increase width of drop-down menus */ @media screen and (min-width: 981px) { .sub-menu { min-width: 300px; } #top-menu li li a { width: 260px; /* Extra - Reduce padding on list items */ padding: 4px...
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; }