• underbaked

    (@underbaked)


    Dear wpDiscuz Team,

    As per the title of this thread, I am reached out by users telling me they are unable to post their comments on my website. I tried it myself as an admin, and I am getting the “Nonce is invalid” error.

    Please advise how to resolve this issue, as everything was working perfectly in the past.

    Thank you and kind regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi,

    Please use the hook code below:

    add_filter(“wpdiscuz_validate_nonce_for_guests”,”__return_false”)

    Insert this code into the functions.php file of your active WordPress theme.

    Helpful instructions:
    https://www.wpbeginner.com/plugins/how-to-allow-php-in-wordpress-posts-and-pages/

    Thread Starter underbaked

    (@underbaked)

    Dear Support Team,

    The code didn’t work. I am not a code expert, but shouldn’t there be some function code included along to use with this filter?

    Just to note that I am using code snippets to activate this code, but not sure what step to take next.

    Your advise is highly appreaciated,

    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi,

    Could you please share some screenshots or a video so we can see how you’ve added the code?

    This will allow us to better understand the issue and provide further support.

    Thread Starter underbaked

    (@underbaked)

    Dear Support Team,

    Please see below – as mentioned earlier, I am using code snippets plugin to add this line of code.

    It is set to run everywhere.

    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi,

    Please register and open a new support topic on the wpDiscuz.com forum for deeper support.

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

You must be logged in to reply to this topic.