RyanMasterson
Forum Replies Created
-
Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOI’m not using two sitemap plugins and am still having the problem. If I use WordPress SEO OR (not AND) Google XML Sitemap with Contact Form 7, my XML sitemap breaks.
Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOIt’s a CF7 problem. It happens with the Google XML Sitemaps plugin too (in other words, not Yoast).
http://ww.wp.xz.cn/support/topic/google-xml-sitemap-erroring-due-to-contact-form-7
Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOUnfortunately I don’t think the author of Contact Form 7 is interested in fixing this problem. Your best bet is to use a different contact form plugin.
Forum: Plugins
In reply to: [Contact Form 7] Google XML Sitemap erroring due to Contact Form 7Bensten,
Thanks, that makes sense for Google XML Sitemaps. However Yoast WordPress SEO’s code to generate XML sitemaps is different — it doesn’t use post_title in the conditional. Can you make a recommendation for that?Forum: Plugins
In reply to: [Contact Form 7] Google XML Sitemap erroring due to Contact Form 7@takayuki – It may not be a problem with Google XML Sitemaps. I’m using a different plugin for my XML sitemap — Yoast’s WordPress SEO — but and I’m having the exact same problem.
<url> <loc>http://www.generalkinematics.com/?post_type=wpcf7_contact_form&p=2259</loc> <lastmod>2013-03-11T20:59:08+00:00</lastmod> <changefreq>weekly</changefreq> <priority>0.8</priority> </url>@websitedoctor, I didn’t understand your workaround. Can you please elaborate?
Forum: Fixing WordPress
In reply to: Enter Your Zipcode HereForum: Fixing WordPress
In reply to: Where is 'Enter your zip code here' coming from?@pastetpastel, I think your comment is very appropriate in this thread.
On January 23 a user named webphp wrote in this thread: “if you are using chrome and autofill then its problem show. disable autofill extension then problem fixed.”
I don’t know why the comment is no longer on this thread, but I think this is a good idea. Do you use Chrome, @pastelpastel and @penelopewakeham? I do.
I haven’t identified a particular plugin. Maybe this solution by webphp is the answer.
Forum: Fixing WordPress
In reply to: Where is 'Enter your zip code here' coming from?Hi Penelope,
Weird. After you deactivated all plugins, did any new occurrences appear? Or did you just check to see if the old occurrences disappeared by deactivating the plugins?Ryan
Forum: Fixing WordPress
In reply to: Where is 'Enter your zip code here' coming from?I’m having the same problem, Penelope. Did you find out what was causing it on your side?
Forum: Fixing WordPress
In reply to: How can I make .htaccess writable with different Site Address?Besides this one instance, WordPress works just fine in this setup.
I suppose my only option is to manually edit the .htaccess file since it is still being read by WP. It think that’s kind of strange, but I don’t see another solution.
Thanks for your responses, esmi.
Forum: Fixing WordPress
In reply to: How can I make .htaccess writable with different Site Address?The Site address is a different domain that is being displayed via reverse proxy, for example:
WordPress address: http://www.cagsblog.com
Site address: http://www.ccu.edu/blogs/cagsAlso, even though WP says it can’t write to the .htaccess file anymore, it is still reading it. For example if I manually edit the rewrite code as it says I should in following code, all pages except the landing page return an Internal Server Error.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blogs/cags/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blogs/cags/index.php [L] </IfModule>The reason for the reverse proxy is because there wasn’t a server or database available for me to install WP on http://www.ccu.edu so we’re just making it look like it’s coming from that domain.
Forum: Fixing WordPress
In reply to: How can I make .htaccess writable with different Site Address?I don’t know.
According to http://codex.ww.wp.xz.cn/Using_Permalinks#Where.27s_my_.htaccess_file.3F “WordPress’s index.php and .htaccess files should be together in the directory indicated by the Site address (URL) setting on your General Options page.”
The .htaccess file is not in the same directory as my Site Address.
I noticed that WP could no longer write the .htaccess file after I made custom permalinks. At the bottom of the Settings > Permalinks the page now says, “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file.” Though actually the custom permalinks still work fine.
Go to your WordPress dashboard and then Appearance > Editor > Stylesheet (style.css). The first few lines of this file contain the information you are looking for. You can edit it and click save.
Removing the Theme URI line alone didn’t work. By I did remove some other lines, such as Author and Author URI as well. And that did work. Thanks for the suggestion.