wordbill
Forum Replies Created
-
http://www.shankerinc.com/wordpress/contact
I reactivated the plugin.
Mike,
Thank you for your rapid response. Unfortunately neither option solved the problem. I deactivate all plugins, but when I reactivated Fast Secure Contact Form, I received the same error messages.
Changing the theme to Twenty-Eleven also had no impact.
Bill
Forum: Fixing WordPress
In reply to: Strange URL SuffixI had this problem yesterday. I traced it to the AddThis plug in. I reported it to the developers, but haven’t heard back from them yet.
Forum: Installing WordPress
In reply to: Will WordPress installation overwrite existing site design?yes I am billvalentinenyc on skype
Forum: Installing WordPress
In reply to: Will WordPress installation overwrite existing site design?Yes, currently http://nbyne.com/sandbox is the url in both instances in General Settings.
The home page currently is http://nbyne.com/sandbox/ and in production would be http://nbyne.com/
Should I change the site url to http://nbyne.com/?
Thank you again for your support.
Forum: Installing WordPress
In reply to: Will WordPress installation overwrite existing site design?I have a development directory with pages like this:
http://nbyne.com/sandbox/structural-monitoring
How do I now get it to run in the root domain? If I install WP in the root domain, I will create a new database with no data. If I import the database from /sandbox it will have /sandbox as part of the url.
I want the new url to be http://nbyne.com/structural-monitoring
Thanks for your help.
Forum: Installing WordPress
In reply to: Will WordPress installation overwrite existing site design?right, but I don’t think that’s the issue.
I created a full development system in the wordpress directory, when I go to transfer it to the root directory and import the database with all the content in it to the root, I get 404 errors because the database I set up in the wordpress directory and the pages are named wordpress/pagename, not /pagename.
Forum: Installing WordPress
In reply to: Will WordPress installation overwrite existing site design?I am also interested in this issue because much of my work now is converting non-Wordpress sites to WordPress.
Having a separate WordPress directory makes sense in terms of setup, but I don’t really want wordpress as part of the url structure once I’m ready to go live, for SEO purposes, mainly.
But if I set a test/development site in the WordPress directory, then copy the files over to the root directory and import the database from the WordPress directory, I get 404 errors because WP is looking for pages with “wordpress” in the url.
Do I just do development in the root directory, with “noindex nofollow” tags, then do 301 redirects from the old system when I’m ready to go live?
Forum: Themes and Templates
In reply to: Changes Twentyten 1.0 >> 1.1Hello —
Working on my first WP site here. I created a child theme for twenty ten and a corresponding style.css file. Among other things, I used it to style the footer (div#footer div#colophon). This morning after updating to 1.1 (and WP 3.1) I notice that the styling on the footer doesn’t work. Looking at the code I see two divs, site-info and site-generator that I don’t recognize. Were they added as part of 1.1? I don’t have a footer.php in my child theme directory, so I’m assuming the only changes I made initially were to the .css file. Should I now change me css to style these two new divs?