surmingu
Forum Replies Created
-
Forum: Reviews
In reply to: [Login No Captcha reCAPTCHA] No Captcha Displayscouldn’t let this go without some investigating.
turns out i had this plugin (https://ww.wp.xz.cn/plugins/async-js-and-css/) installed with async load turned on and it was swallowing this script for some reason: https://www.google.com/recaptcha/api.js?onload=submitDisable.
disabling that plugin, fixed the issue. i’m sure conflicts are a major headache for yall plugin writers. don’t want to lay the blame at one or the other in this case, but for me the other plugin forfeits by virtue of its age.
thanks
Forum: Reviews
In reply to: [Login No Captcha reCAPTCHA] No Captcha Displaysditto here, doesn’t show on login page and then page complains when trying to login:
“ERROR : Please check the ReCaptcha box.”
if user doesn’t know how to disable the plugin he’ll be stuck.
maybe incompatible with latest wordpress?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Submitted URL marked ‘noindex’if you have access to the files go to the file:
wp-content/plugins/google-sitemap-generator/sitepmap.xml
and change the line
<meta name=”robots” content=”noindex,follow” />
to
<meta name=”robots” content=”index,follow” />not an ideal solution and will prob be overwritten once the plugin is updated but it is what it is. plugin author should differentiate between the html and xml outputs. should be fine if the html file is indexed.