Erik Moe
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping label with postage is blankThank you for this thread. I am having the same issue in Safari and was able to print successfully using Firefox.
Forum: Fixing WordPress
In reply to: Unstyled AdminI deleted the admin stylesheet and re-uploaded it. Now it seems to be working mostly. The Dashboard page isn’t loading any of the external feeds though.
Forum: Fixing WordPress
In reply to: Unstyled AdminI am having this problem with a new install I’ve just done for a friend. She uses the same ISP as me, but I’ve never had this problem. What’s the solution?
Forum: Installing WordPress
In reply to: Trying to install with GoDaddyI started over from the top with a clean install and the same settings posted earlier. It’s working now! Thanks!
Forum: Installing WordPress
In reply to: Trying to install with GoDaddyI’m having trouble configuring at Godaddy as well. It seems like others have succeeded, but I’m not sure what they’ve done differently. Here is what my wp-config.php file looks like now:
define('DB_NAME', 'emowp'); // The name of the database
define('DB_USER', 'emowp'); // Your MySQL username
define('DB_PASSWORD', '********'); // ...and password
define('DB_HOST', 'mysql25.secureserver.net'); // 99% chance you won't need to change this valueAny ideas?