Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-30-2013, 12:28 AM   PM User | #1
ryan44
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ryan44 is an unknown quantity at this point
Question converted site to WP blog, not working out

Hi. I'm hoping someone can help me with what went wrong here.

I had to create a wordpress blog from an existing site. I was waiting for godaddy access to create a database, so in the mean time I created the blog on my personal site, saltyart.com/blog and it came out okay.

I just got access, created a database, updated wp-config
with new details, and moved the files over to the site the blog belongs to but it’s not lining up correctly in any browser but Chrome.

Now the blog looks okay on the saltysite in both FF and chrome. I copied the theme folder over exactly to the site it belongs to, olinelegalsteroids.com/blog and it's all broken.

I ran the W3 validator on the css and fixed its errors but

nothing I do seems to fix the problem.

Any idea what went wrong? Thank you for any assistance.

Last edited by ryan44; 01-30-2013 at 12:32 AM..
ryan44 is offline   Reply With Quote
Old 01-30-2013, 04:31 PM   PM User | #2
chevy_ls_6
Regular Coder

 
Join Date: Aug 2009
Posts: 160
Thanks: 42
Thanked 2 Times in 2 Posts
chevy_ls_6 is an unknown quantity at this point
Not that this is your issue (quick & easy to find out), but I've done what you did a few times, and I always check for relative urls but most of the times it's been a url issue within wp/db...so dump the below in the head of your functions file [with your url info of course]:

Code:
update_option('siteurl','http://example.com/blog');
update_option('home','http://example.com/blog');
That has always cleared it up almost instantly for me...be sure and remove it pronto, btw.

[from the Codex: http://codex.wordpress.org/Changing_The_Site_URL]
chevy_ls_6 is offline   Reply With Quote
Reply

Bookmarks

Tags
css, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:27 AM.


Advertisement
Log in to turn off these ads.