Tim S
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Big problem with imagesflirtsalon,
We’re happy to help you but it’s impolite to hijack someone’s thread. You’ll get better response to your help request if you create your own thread.
Forum: Installing WordPress
In reply to: Help with appearance?li id="mail"><a href="http://solaracademy.com/ontario/contact-osa" title="Contact Ontario Solar Academy">Email Us</a></li>This is the link in the source code. I’m not sure if you need to edit the header.php file or the actual page’s code. But this is the link in the code of the page.
Forum: Fixing WordPress
In reply to: Unable to get to settings–> generalNo worries! I’m glad you got it resolved.
Forum: Installing WordPress
In reply to: Help with appearance?I would start in the header.php file however I found the link in the source code. Here’s the code snippet:
<div id="header" role="banner"> <a href="http://www.solaracademy.com/ontario/" class="logo" title="Solar Academy">Ontario Solar Academy</a> <div class="description">Canada's Premier Solar Training School</div> <ul id="contact"> <li id="phone">416-900-7191</li> <li id="mail"><a href="http://solaracademy.com/ontario/contact-osa" title="Contact Ontario Solar Academy">Email Us</a></li> <!--<li id="flags"><a href="#" id="ca">CA</a><a href="#" id="usa">USA</a></li> -->Forum: Installing WordPress
In reply to: Installing WP on filezilla HELP!You don’t. FileZilla is a FTP program and has nothing to do with databases. You’ll need to contact your host to find out how to set up a database.
Forum: Installing WordPress
In reply to: Reinstalling JetPack pluginHi,
Delete the JetPack folder in the plugins folder on your server and then re-install the plugin.
Forum: Installing WordPress
In reply to: Installing WP on filezilla HELP!FileZilla is a FTP program that allows you to upload all the required WordPress files to your hosting account. The information contained in the wp-config.php file is for the database on your hosting account you;ve created.
Forum: Fixing WordPress
In reply to: Internal Server ErrorIf removing this htaccess file does not resolve the issue, then it’s not the cause of your problems. Look at your servers error_log to find out the exact error causing the issue.
Forum: Installing WordPress
In reply to: Big problem with imagesLet us know how this turns out. If you need more help, we’ll try to help you.
Forum: Installing WordPress
In reply to: Why does URL contain "/wordpress"?When you migrate a WordPress site, you have to update the site url and home settings since the path to the WordPress site is changing. So moving a WordPress website from the /wordpress folder to the root, you’ll need to update the settings. Here’s a URL to help you:
http://codex.wordpress.org/Changing_The_Site_URL
Also, anytime your replacing a website and the old one has been indexed, it’s best practice to set up 301 redirects from the “old” pages to the new ones. If Google find 404’s on the website it will hurt your site’s rankings.
Forum: Installing WordPress
In reply to: Big problem with imagesRename your htaccess file to something else and see if it corrects the issue. Obviously, something is causing the images to re-direct when I try to load the URL.
Forum: Installing WordPress
In reply to: Big problem with imagesRename your htaccess file to something else and see if it corrects the issue. Obviously, something is causing the images to re-direct when I try to load the URL.
Forum: Everything else WordPress
In reply to: Is WordPress right for my website? Permanent content.CSS allows better coding versus HTML. Basically, the pages can share the CSS without making the coding bloated. Rarely have I found the need to change the CSS of the themes in WordPress though.
Forum: Fixing WordPress
In reply to: Internal Server ErrorContact your hosting provider as the internal server error is intermittent, it sounds like the issue is with the server itself. I hope this helps!
Forum: Installing WordPress
In reply to: move old blog to a new site domain and folderHi Carl,
You certainly can do this. I’d suggest, setting up WordPress and moving all the content prior to developing. If you’re worries about search engines, I’d suggest using 301 re-directs to point old pages to the new site. Google will pass the PR on to the new page. What you dont want is 404 errors, as they will hurt you.
Here’s a tutorial on moving wordpress. I hope this helps!