• Resolved rickystefano

    (@rickystefano)


    I have tested it on my test server (http://mjlucky8cats.rickystefano.nl/contact) and it works perfectly.

    But on the live server somehow it shows nothing at all. I have changed it to contact form 7’s quiz tag for the time being. But when I used the reCaptcha I notice that no script was loaded from http://www.google.com unlike the one on my test server.

    My codes on both sites are exactly the same, so there shouldn’t be a problem with my theme. Does anyone know about this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Howdy_McGee

    (@howdy_mcgee)

    I think something may be wrong with the linked website. The issue probably is that it’s missing wp_footer() which is required to load any footer scripts. Looking at the source code of the linked website it shows <? get_footer(); ?> at the very bottom which it shouldn’t. I suspect that the server doesn’t recognize the PHP shorthand tags and needs to be changed to:

    <?php get_footer(); ?>

    That way the server interprets it as actual PHP and processes it as so. Once this has been updated I suspect the plugin will work as intended.

    Plugin Author IQComputing

    (@iqcomputing)

    Hello,

    We haven’t heard from you in a few days so we’ll mark this thread as resolved. If you find yourself continuing to have issues, questions, or find that your issue has not been resolved please reply back to this thread with further information and we may assist you further. Have a wonderful weekend!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ReCaptcha is not showing’ is closed to new replies.