• Resolved Suiram

    (@suiram)


    Hi!
    I think I’ve found a bug…
    As stated on post “https://ww.wp.xz.cn/support/topic/redirected-pages-or-domains/#post-10495649”, I have to disable JavaScript in order to submit 301 redirected pages (redirection that is done through another wordpress plugin).

    That deactivation causes that I cannot use reCAPTCHA.

    Facts:
    – Linked page is able to submit reviews with and without JavaScript, as is not 301 redirected.
    – On reCAPTCHA activation submission works if JavaScript is enabled.
    – If JavaScript is disabled, reCAPTCHA stops the review.

    Thanks in advance 🙂

    • This topic was modified 7 years, 11 months ago by Suiram.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    How are you disabling Javascript on the form?

    This is just a guess, but please disable the “WP Minify Fix” plugin and test again.

    If the reCAPTCHA option is causing your form to break, the reason is one of two things:

    1. There is a compatibility conflict with another plugin which is also loading the reCAPTCHA script.
    2. You are using a caching/minify/optimization plugin which is stopping the recaptcha script from triggering properly.

    • This reply was modified 7 years, 11 months ago by Gemini Labs.
    • This reply was modified 7 years, 11 months ago by Gemini Labs.
    Plugin Author Gemini Labs

    (@geminilabs)

    Okay, I think I understand now what you mean.

    When you add the “no-ajax” class to the submission form shortcode (i.e. [site_reviews_form class=”no-ajax”], the form is submitted without ajax (i.e. with a page reload). If the recaptcha option is enabled at the same time, the form does not submit and shows no error.

    Correct?

    Plugin Author Gemini Labs

    (@geminilabs)

    I have verified the issue, thanks for reporting this.

    Since using the “no-ajax” class in the [site_reviews_form] shortcode is not a publicly documented feature (except if you search the support forum), I’m going to address this in the upcoming v3.0 of the plugin. I hope that’s okay.

    Thread Starter Suiram

    (@suiram)

    Thank you very much, so I hope the new version will allow to set “no-ajax” while using reCAPTCHA 😉

    Talking a different matter, I’ve tried to contribute with some translations, but I’d like to request you if it’s ok to send you the po and mo files… or let you grab the file from somewhere…

    • This reply was modified 7 years, 11 months ago by Suiram.
    Plugin Author Gemini Labs

    (@geminilabs)

    The best way to contribute translations for Site Reviews:

    1. https://translate.ww.wp.xz.cn/projects/wp-plugins/site-reviews/dev
    2. Select your language
    3. Suggest translations!

    Once a language translation is 95% or more complete, it will automatically be available to everyone through the WordPress Updates page.

    Thanks!

    • This reply was modified 7 years, 11 months ago by Gemini Labs.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Disable JavaScript causes reCAPTCHA stops all reviews’ is closed to new replies.