• Hi

    I have both Si contact form and SI captcha. The captcha in SI contact form refreshes, but the comment and register forms (its a multisite install) do not refresh, it just links to the top of the same page?

    I have tried php on and off in the options.

    Site is https://6sided.net

Viewing 7 replies - 1 through 7 (of 7 total)
  • I tested a couple pages and they are working, so please give me a URL to a page that does not work.

    Mike

    Hello, same issue here: https://blog.ecofun.be/blog/ontdekt-en-gepot-de-biogrond-van-osmo/
    Refresh image jumps to top of page.
    WP Network install. All SI Captcha tests run OK.
    G.

    Thread Starter thefandango

    (@thefandango)

    Sorry Mike, I had a complete idiot attack! I fixed that problem, what I was actually going to ask about was that SI contact form is not refreshing on this page:

    https://www.linkbuildersbible.com/contact

    Geert,
    thefandango,

    The captcha refresh button may not be working because your theme could be missing the wp_footer PHP tag. Your theme should be considered broken if the wp_footer PHP tag is missing.

    All WordPress themes should always have <?php wp_footer(); ?> PHP tag just before the closing </body> tag of your theme’s footer.php, or you will break many plugins which generally use this hook to reference JavaScript files. The solution – edit your theme’s footer.php and make sure this tag is there. If it is missing, add it. Next, be sure to test that the CAPTCHA refresh button works, if it does not work and you have performed this step correctly, you could have some other cause.

    Mike,
    How could I overlook this…
    Works!
    Thanks a lot for your help.
    G.

    Hi,

    I also have problem with refresh button.

    My footer.php page have the wp_footer(); call before body close tag, so i can’t understand what is wrong.

    I tried that in test page and overthere refresh button go, but not in my comment and registration page.

    michaelsogos,

    It could be the theme you are using is causing it…
    Do this as a test:
    In Admin, click on Appearance, Themes.
    Temporarily change your theme to the stock theme:
    “WordPress Default” (default for WP 2.0+)
    “Twenty Ten” (default for WP 3.0+)
    “Twenty Eleven” (default for WP 3.2+)
    It does not cause any harm to temporarily change the theme and change back.
    Does it work properly now?
    If it does then the theme you are using is the cause.

    —————–

    Maybe another plugin is conflicting.
    Look on the Admin – Plugins – menu.
    Temporarily Disable (not uninstall) all your other plugins.
    Does it work now? If yes, Activate the plugins one by one to determine
    which one conflicts. Which plugin was causing it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: SI CAPTCHA Anti-Spam] Si Captcha – No Image Refresh’ is closed to new replies.