Stratoverus
Forum Replies Created
-
Forum: Networking WordPress
In reply to: sub-domain setup/ 2 SSL/ 1 IP/ bluehost/ WPMUI’m not too familiar with multi-wordpress sites. Yeah, your server does support SNI, most the bluehost VPS and Dedicated servers support that. I think you would need to make it an addon domain. I think that would be in your best interest to do that.
For the multi-site thing, you can use the codex from wordpress.com to look up how to exactly configure the multi-site. Bluehost probably won’t help you much because they don’t help with multi-sites.
Go ahead and try the addon domain. And reply if you have more questions and I’ll try to help out.Forum: Plugins
In reply to: [JW Player for WordPress] Cannot get player to loadHey! My guess is for your address, take out the public_html. Give that a shot and see what that does.
Forum: Localhost Installs
In reply to: moving from local host to online host and taking domain name withBluehost does let you have a temporary url until you can get your domain over, such as 1.2.3.4/~username
You could use them to move your site to. I believe this article could help out. https://my.bluehost.com/cgi/help/wp_migrate I think this is what you’re looking. Their knowledge base is normally pretty good. You could always ask their support. They’re normally pretty good as well.
Hope this helps!Forum: Fixing WordPress
In reply to: part of toolbar missing in 2012 themeHey, so those errors are only warnings. They normally don’t affect too much when they’re just warnings. What you’d need to watch out for are fatal errors. Those cause the site to go down.
Now, What I would suggest doing is making sure that your wordpress is up to date, I would disable all of your plugins at once, and maybe switch to a different theme. These are standard troubleshooting procedures for wordpress. If a different theme doesn’t do it, you could try to reinstall just the core files of wordpress. Hope this helps!Forum: Fixing WordPress
In reply to: Switching From WordPress.com to WordPress.orgYou can either point the nameservers or the ip to your bluehost account. That will help it resolve so when you make a change at Bluehost it will reflect on the website.
Forum: Fixing WordPress
In reply to: How Do I Launch the Site I Built?Well, if the you have the domain pointed to your account at bluehost via the nameservers or the ip address which you have posted, you should be able to change the wordpress URL and Site URL in the wordpress dashboard. You go to settings and it’s under general you’ll see that. Just change it to the domain name, http://domainnamehere.com/ or if you want the www, you can add that in. That should do it.
Forum: Fixing WordPress
In reply to: Can't See My Page/Post EditorYou could just replace the core files for wordpress. I’ve found that doing that will fix a lot of issues.
You can find the version by going to your wp-includes folder and finding version.php. It will say the version in there of wordpress and then you can go to wordpress.org and you can download your version there. Upload that to your account and replace all the wordpress files EXCEPT wp-config.php and the wp-content folder. Also don’t replace your database. Once you replace those files, check again and hopefully it would have solved the issue.