I am trying to set up reCAPTCHA for use with a job listing entry form
on a website where I am using WP as a CMS.
I already have WP-reCAPTCHA installed (and it's working just fine)
but, as stated, this form isn't for comments.
I have the recaptchalib.php in a 'scripts' directory in my WP theme,
but when I try and reference it here:
require_once('scripts/recaptchalib.php'); ( have also tried the full
path: /wp/wp-content/themes/wsba_theme/scripts/recaptchalib.php)
to no avail. Nothing shows up. Actually, when I use the full path, I
get this error:
Warning: require_once(/wp/wp-content/themes/wsba_theme/scripts/
recaptchalib.php) [function.require-once]: failed to open stream: No
such file or directory in /home/bmet_admin/<my domain name>/wp/wp-
content/themes/wsba_theme/jobenter.php on line 235
Can anyone help me get this figured out please (hopefully I explained
it well enough)?
gmcalp wrote:
> require_once('scripts/recaptchalib.php'); ( have also tried the full
> path: /wp/wp-content/themes/wsba_theme/scripts/recaptchalib.php)
> gmcalp wrote:
> > require_once('scripts/recaptchalib.php'); ( have also tried the full
> > path: /wp/wp-content/themes/wsba_theme/scripts/recaptchalib.php)
So, upon further testing, I have found that the code for inserting
reCAPTCHA is breaking my Wordpress theme. When I remove the code, the
page loads fine. Put it back in and I lose the right sidebar, footer
and background color.
Any ideas why? I could post the page template (with and without the
reCAPTCHA code) if you guys need me to.
On Oct 28, 11:35 am, gmcalp <geoff.mcal...@gmail.com> wrote:
> On Oct 28, 4:23 am, Charles Sweeney <cont...@identipic.com> wrote:
> > gmcalp wrote:
> > > require_once('scripts/recaptchalib.php'); ( have also tried the full
> > > path: /wp/wp-content/themes/wsba_theme/scripts/recaptchalib.php)
gmcalp wrote:
> So, upon further testing, I have found that the code for inserting
> reCAPTCHA is breaking my Wordpress theme. When I remove the code, the
> page loads fine. Put it back in and I lose the right sidebar, footer
> and background color.
> Any ideas why? I could post the page template (with and without the
> reCAPTCHA code) if you guys need me to.
Try the forum on the Wordpress site? Sounds more like a styling issue
than a functional issue with reCAPTCHA.
> I am trying to set up reCAPTCHA for use with a job listing entry form
> on a website where I am using WP as a CMS.
> I already have WP-reCAPTCHA installed (and it's working just fine)
> but, as stated, this form isn't for comments.
> I have the recaptchalib.php in a 'scripts' directory in my WP theme,
> but when I try and reference it here:
> require_once('scripts/recaptchalib.php'); ( have also tried the full
> path: /wp/wp-content/themes/wsba_theme/scripts/recaptchalib.php)
> to no avail. Nothing shows up. Actually, when I use the full path, I
> get this error:
> Warning: require_once(/wp/wp-content/themes/wsba_theme/scripts/
> recaptchalib.php) [function.require-once]: failed to open stream: No
> such file or directory in /home/bmet_admin/<my domain name>/wp/wp-
> content/themes/wsba_theme/jobenter.php on line 235
> Can anyone help me get this figured out please (hopefully I explained
> it well enough)?