by Will Rogers | March 5, 2021 4:46 pm | Technical Help, WordPress
Log into your WordPress Dashboard: In a browser, enter https://yourdomainname/wp-admin (if this does not work and you are a CharlesWorks web client, please give us a call or email us and we’ll help). Login with your administrative credentials (you should have been...
by Will Rogers | March 5, 2021 4:38 pm | Technical Help, WordPress
WordPress Edits Log into your WordPress Dashboard: In a browser, enter https://yourdomainname/wp-admin (if this does not work and you are a CharlesWorks web client, please give us a call or email us and we’ll help). Login with your administrative credentials (you...
by Robin Snow | March 3, 2021 9:42 am | Technical Help, WordPress
Log into your WordPress Dashboard: In a browser, enter https://yourdomainname/wp-admin (if this does not work and you are a CharlesWorks web client, please give us a call or email us and we’ll help). Login with your administrative credentials (you should have...
by Robin Snow | March 2, 2021 6:19 pm | Technical Help, WordPress
Go to the CTA module Advanced Settings Go to Custom CSS Promo Button Add this code: position: absolute; bottom: 0; left: 0; right: 0; margin: auto; Add this to the hover tab as well to avoid having the button jump up when...
by Robin Snow | March 1, 2021 9:57 am | Technical Help, WordPress
/* Bulleted list spacing */ li { line-height: 1.7; padding: 5px; }
by Robin Snow | March 1, 2021 9:32 am | Technical Help, WordPress
Add to css in child theme, and adjust colors accordingly: /* Read more blog button */ .more-link { background-color: #1f568e; display: inline-block !important; color: #fff; padding: 5px 15px; margin-top: 15px; text-transform: uppercase; } .more-link:hover {...
by Robin Snow | March 1, 2021 9:27 am | Technical Help, WordPress
Add this script to Theme Options > Integrations section > Head section <script> jQuery(document).ready(function($) { $(‘img[title]’).each(function() { $(this).removeAttr(‘title’); }); });...
by Charles Oropallo | January 22, 2021 5:00 pm | Search Engine Optimization (SEO), Spam, Technical Help, Web Hosting, WordPress
I cannot begin to tell you how many people believe that once their website is done they are “all set”. Many think they don’t have to do anything more to it once it is out there live. While that may seem true in that moment, there is still much that...
by Robin Snow | November 12, 2020 10:32 am | Technical Help, WordPress
Issue: When loading images into media library, only a blank thumbnail shows. After testing compatibility of plugins, themes, php, etc, problem persisted. Go to Dashboard -> Settings -> Media Make sure the default file path is there. When I was troubleshooting this...
by Charles Oropallo | August 6, 2020 12:43 pm | Technical Help, Web Hosting, WordPress
It’s important to keep your website secure! CharlesWorks uses DirectAdmin on most of its Linux based servers. The latest PHP versions offer the best security. The later versions also offer better speed as well. The CharlesWorks web servers are optimized to keep...
by Robin Snow | April 5, 2017 12:02 pm | WordPress
If you would like to host your current WordPress website with CharlesWorks, we simply need the following from you to get started. If you don’t know the answer to these questions, don’t worry! We can help you through the process with access into various...
by Charles Oropallo | July 29, 2015 2:37 am | Technical Help, WordPress
1. Create a Dummy File in your computer, preferably just a Text file. This file must not be in the same directory or folder that the large file you want to upload is in. 2. Rename your Dummy File to match the name of your Authentic File (the actual file you need to...
by Charles Oropallo | July 29, 2015 2:37 am | Technical Help, WordPress
Adding audio files to a page is very similar to adding images. Even though the media uploader recognizes what you upload as legitimate files and displays appropriate file-type icons next to them, WordPress might not have a media player that can play some files. You...
by Charles Oropallo | October 23, 2013 2:02 am | Technical Help, WordPress
WordPress is an online Content Management System or CMS. that gives you the ability to publish and edit content on a website from a web browser. If you know how to use Microsoft Word then you can use WordPress to edit the content of your website. WordPress allows you...