When WordPress first came out, it was more difficult to edit the theme options in the WordPress dashboard. The newer versions of WordPress include a Theme Editor that allows minor changes like Banner image customization, changing the Site Title, and more. Below will explain the Theme Editor in WordPress. How do I find the theme Read More >
InMotion Hosting Contributor
This site cannot be published to the specified location
When you are editing your Premium Web Builder site you may get the following error when you try to republish the site. This site cannot be published to the specified location. Internal Server Error has occurred on the remote server. Please contact the server administrator. This error is caused by either bad file permissions or Read More >
How do I embed a YouTube video in my Builder?
The Premium Web Builder has the capablility of inserting scripts into the webpages so you can show media like YouTube videos on your site. Before you can insert the video into your website, you will need to go to YouTube and get the code for the video you want to insert. On each YouTube page Read More >
Using the Kitchen Sink in WordPress
When using the WYSIWYG editor in WordPress, you can expand the capabilities to allow more options. This expanded area is called the “Kitchen Sink“. Below will explain the steps to show the “Kitchen Sink” in WordPress. Steps to use the Kitchen Sink Log into the WordPress Dashboard. Go to Posts > All Posts. Click Edit Read More >
How do I use the Appearance editor in WordPress?
In WordPress, you have the option of editing the templates with the template editor; however, some specific changes can only be done in the code of the site. You can edit the code using the Appearance Editor in the WordPress dashboard. In this article we will explain how to change the size of the font Read More >
Connect to MySQL With HeidiSQL
Not only can you access your databases with phpMyAdmin in your cPanel, but you can connect from your local computer using a database client such as HeidiSQL. This is also a great way to allow your developer to manage a database directly without giving them full access to your cPanel. There are several steps to Read More >
How to Connect to a Database with MySQL Workbench
MySQL Workbench is a free tool that can connect your database to your shared server, VPS, or Dedicated hosting account. The application can replace phpMyAdmin as your interface to work with your database. We will provide you with the information to download and install the application. Then, we will guide you through the steps to Read More >
How to connect to MySQL with Navicat
You can connect to your server MySQL databases using Navicat. Navicat is a “Remote MySQL database tool” that allows you access to your database from your local home computer. To connect with navicat you will need to download the software. We will download the following version: Navicat for MySQL 10.1.8 Download and Install Navicat You Read More >
Installable Software Reference
Our system administrators, or sysadmins, will oftentimes install complex software on your behalf. This is normally done for free unless there’s a high amount of man hours required to complete the installation. If there will be a software installation charge, our Systems team will provide you a quote before anything is done. You’ll also be Read More >
How do I remove links in my builder menu?
When you create pages in the Premium Web Builder, you will notice that the pages are automatically placed in the top menu one after another. You may not want the page to show in the top menu of your site. You can remove the link from the top menu and still keep the page available Read More >
How do I add links to my sidebar in the Builder?
When building your Premium Web Builder site, you will notice that the sidebar is blank. This area cannot be edited in the “Edit” section of your builder. The reason this is blank is because the “Your Site Structure” section in the “Pages” have no sub pages added to them (See images to the below). Why Read More >
How to Upload a Database That’s Larger Than 50MB
When migrating your site from another server to ours or if you are restoring a large website backup, you may need to upload or import a MySQL database that is larger than 50MB. Currently, all our shared servers have a limit of 50MB for the database upload in cPanel PhpMyAdmin. This is a global setting Read More >
How Do I Diagnose JavaScript Errors on My Site?
Websites use several different Website coding languages to work. All websites use HTML, CSS, and JavaScript to render the webpage to the visitor. When the website is loading but the website is not displaying correctly, this is usually due to a coding error on the site. Usually this is caused by JavaScript or CSS errors. Read More >
Using Multiple PHP Versions
When using different software on one account, you may need to use one version of PHP while running multiple PHP versions on different domains. For example, you can have PHP 5.4 for the site in public_html and then use PHP 5.2 in a subdirectory. Here is how to use any combination of other PHP versions Read More >
Changing the CSS in MediaWiki
MediaWiki has a unique way of making style sheet changes. There is a MediaWiki:Common.css page built into the program that stores global CSS changes. Instead of editing the .css files directly on the server, you can edit the MediaWiki:Common.css file through your MediaWiki admin. Below are the steps to add custom CSS code to your Read More >
How Do I Delete a File on My Server?
When you are managing your files on your server, you may need to delete files off the server. You can delete files several different ways from your server. You can connect with an FTP program like FileZilla and delete files, or you can Use your cPanel File Manager. Below are the steps to delete a Read More >
How to reset / wipe clean the files on My Account?
When you are working on your server and you find that the only way to get your account working again is to wipe all the files and start over, you can have your account reset like a”New Account“. You can also have particular sections of your account wiped clean like your email accounts or only Read More >
Connecting with SCP and SFTP
With the rise of security risks on Websites that process credit cards, some PCI compliance companies, like Trustwave are requiring FTP to be shut off and a different method of uploading and downloading files be used. In order to accommodate these PCI compliance requirements, you can use SFTP or SCP to copy files from your local Read More >
How do I contact my WordPress theme developer
When diagnosing problems with your WordPress themes, it can be necessary to contact the developer of the theme to inform them of issues and bugs. WordPress has the Theme information for each theme in the WordPress dashboard. Below are different ways to contact the developer of your WordPress theme. Where do WordPress themes come from? Read More >
Cross Browser Compatibility Problems
A common website troubleshooting step is to check your website cross browser compatibility. Each browser parses the website code differently from each other. In other words, Internet Explorer will render a website Differently than FireFox or Safari. This leads to the common question “Why does my website not look good in Internet Explorer but fine Read More >