Few problems moving from localhost to web hosting

Aigars,

Thanks again for your theme and your help. Migrated from local yesterday, a few problems, but by and large it’s up. Still lots of “localhost” text that didn’t seem to get changed. The host support suggested to run a find and replace on the data base, but that seemed to really mess things up.

Curious to your thoughts on the site and would welcome any suggestions.

Thanks again

Yeah, I forgot to mention that you have to replace all your urls from localhost to your actual urls. I can recommend this plugin that does the trick well: http://wordpress.org/plugins/search-and-replace/
It can be used for other mass search & replace actions as well.

Site looks nice. Personally, I would adjust footer font size because it feels too big. Something like this would do the trick:

#site-generator .copyright {
	font-size: 12px;
}

Thanks. Hadn’t even noticed the footer. Where would I place the text for the footer size?

You can add it to Theme Options – Other – Custom CSS.

Thanks!