kbuhl
Forum Replies Created
-
Hi Patrick. You are correct: reCAPTCHA is now a paid service. Therefore, it wouldn’t work without the annual fee. (This wasn’t very clear on Google’s website. But then, what, if anything, is clear on any Google websites?)
Per your suggestion I have installed and configured hCaptcha, and it’s working perfectly.
Thank you for your assistance.PS, For anyone reading this post, to configure hCaptcha:
hCaptcha website
? Create an account on hCaptcha.
? Created a secret key, and a site key for each website on my hCaptcha account.WordPress
? Install the hCaptcha for WP plugin on your WordPress sitehCaptcha plugin
? In the hCaptcha plugin General settings, enter the site key and the secret key.
? in the hCaptcha plugin Settings, ‘check site config.’ If the configuration is correct you will see “Site config is valid.”
? Enable ‘Forminator’ in the hCaptcha Integrations tab.Forminator
? In the Forminator settings page, enable the hCaptcha plugin (the page confirms “hCaptcha plugin is active.”
? When creating a Forminator form, insert the ‘Captcha’ field. When configuring the field, select ‘hCaptcha’ instead of ‘reCAPTCHA.’- This reply was modified 1 week, 4 days ago by kbuhl.
Forum: Themes and Templates
In reply to: Adaptation Theme – Right sidebar not visibleTurning off AdBlocker solved the problem.
Forum: Fixing WordPress
In reply to: Comment Form Not Showing On PostAha. With a previous setup on another website the comment form appeared at the bottom of the page. I now see the ‘leave a comment’ link.
Thank you. Question answered.
Forum: Fixing WordPress
In reply to: [NSFW] Comment Form Not Showing On PostI am your worst nightmare:
– I am new to WordPress.
– I have a new WordPress site.
– And I am having the same problem: the comment form isn’t displaying underneath the blog posts.
– I am not a developer, and don’t speak code. (The nightmare part.) I do have access to a developer.The site: https://navocateconsulting.com/content/
Settings:
– My hosting company installed WordPress.
– Using the twenty fourteen theme, which was the default theme at installation.
– Comments are turned on globally in the dashboard: > Settings > Discussion > “Allow people to post comments on new articles” (checked)
– Comments for the individual blogs are enabled as well.
– Only one active plugin: ‘W3 Total Cache,’ which was activated by default at installation.I have seen many other posts about this issue on the WordPress support site, some of them dating back three years. None of the proposed solutions appear to provide any definitive answers, as the problems and solutions discussed are mostly contextual to a site’s unique theme or a site’s unique scripting.
There was a post three years ago from alchymyth, a forum moderator, who said “it is intended that the comments form and comments do not show on the front page and in archives.” He went on to say that he explained this further in a link provided on his posting. However, the link is broken. He further suggested this solution:
to get the comment stuff to show on the front page, you would need to add a line before <?php comments_template(); ?>, i.e. change it to:
<?php global $withcomments; $withcomments = true;
comments_template( ”, true ); ?>My blog posts are on the front page of my WordPress site, so perhaps this is the problem.
Any relevant assistance appreciated.