bvhprods
Forum Replies Created
-
@valinreallife Did the solution “you’ll need to move the element from the general folder” work for you?!
- This reply was modified 5 years, 4 months ago by bvhprods.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Can this affect website SEOAttention sahotaji:
You can disable the ‘XML Sitemap & Google News’ plugin by renaming the plugin directory:
Change this: /wp-content/plugins/xml-sitemap-feed
To this: /wp-content/plugins/xml-sitemap-feed.bak
Hopefully that will allow you to regain access to your website…
You might post a new support request for your particular issue.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Plugin blocking all loginAttention: 2by2host
Why did you ask “Do you use any type of dns/proxy services, like CloudFlare?”?!
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Plugin blocking all loginI have been locked out only once thus far, but almost every time I have to paste in the login URL, user name, and password into the browser two or three times before I can actually get into the WordPress dashboard, a real pain in the tail. Once in awhile I have to rename the Limit Login Attempts Reloaded directory so I can get into an account. Hopefully we can figure out why and fix it before I go insane…
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] Plugin blocking all loginI use OpenDNS https://www.opendns.com/
I have OpenDNS DNS servers configured on my computer.
Would that be causing the Limit Login Attempts Reloaded lockouts?
Forum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…Same Divi Theme and plugins on all the WordPress installs on my server, just this one site had this raw code issue, I guess we will never know what was causing the problem.
Forum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…My IPS said to add:
AddType text/xml .xml
to the .htaccess file, so I did, and it stopped the raw code from displaying.
Very similar to your suggestion above: “see if you can make it respond with Content-Type: text/xml; charset=”UTF-8″ for all *.xml requests, not just sitemap.xml”.
Please close ticket.
Thanks.
Forum: Plugins
In reply to: [XML Sitemap & Google News] ERROR: This is not a valid feed template.Well somehow it cleared itself up. I thought it was the WP Super Cache cache, then thought it was the Google Chrome cache, not sure what the heck it was, but I think it is fixed now. https://www.bvhprods.com/sitemap.xml > https://www.bvhprods.com/sitemap-taxonomy-category.xml Sometimes one gets caught in a loop and looses track of what fixed the problem. Thank you, close ticket.
Forum: Plugins
In reply to: [XML Sitemap & Google News] ERROR: This is not a valid feed template.This issue cleared itself up after deactivating WP Super Cache then activating it, looks like it was a caching issue.
Thanks for going back and forth with me on this issue.
Close ticket.
Forum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…The same plugins on this site as all the other WordPress sites on my server. I am going to call up tech support and see if they can implement your suggestion below as I don’t have root access to my server, I bet that is the problem, although it is very curious why only this site is affected:
“If you want, you could take a look at your server settings (depends on your hosting provider) and see if you can make it respond with Content-Type: text/xml; charset=”UTF-8″ for all *.xml requests, not just sitemap.xml”
Thank you for paying attention to your support forum, a very are thing!!!
Forum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…I have the same plugins on all my sites, I will take another look and see if it might be a plugin conflict…
Forum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…I replace the scripts on the .htaccess file with the same that is on all my sites on my server, the sitemap still renders code. You say the search engines will have not problem crawling the sitemaps, but it is driving me nuts. Here’s what’s on the .htaccess file:
#Action application/x-pair-sphp /cgi-bin/php5.cgi
#AddType application/x-pair-sphp .php
#php_value upload_max_filesize 40M
# Added by the pair Networks Software Installation Manager
#AddType application/x-httpd-php .php
# BEGIN WPSuperCache
# END WPSuperCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…Just took a look at the .htaccess file, what a mess, let me get it fixed…
Forum: Plugins
In reply to: [XML Sitemap & Google News] ERROR: This is not a valid feed template.I have a dozen other WordPress installs using XML Sitemap & Google News, this is the only site with this issue…
Forum: Plugins
In reply to: [XML Sitemap & Google News] XML Sitemap anomaly…I have 12 WordPress installs on the server I lease and this https://ravenwolfestudio.com/sitemap.xml is the only sitemap that renders code, so it must be local to this site?!
Where would the ‘Content-Type: text/xml; charset=”UTF-8″‘ directive be located? I don’t have root access to the server so I need to know what to ask tech support to do.
Thanks.