Gemini Labs
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Form signature not validatingThe form signature validator was introduced in one of the last updates. It was in response to a reported potential “vulnerability” and prevents someone from modifying the form values of hidden input fields (for example, to prevent a guest user from changing the post the review is assigned to).
Are you using one of the Site Reviews hooks to modify the review values before the review is saved?
Forum: Plugins
In reply to: [Site Reviews] Known issues with bricks builderYou should be able to use the Site Reviews shortcodes in the Bricks builder without any problems.
FYI: The upcoming Site Reviews v8.0 (no final release date yet, but probably mid-end of February) will include native Bricks builder widgets.
Forum: Plugins
In reply to: [Site Reviews] Woocommerce template outdatedI will update the version number in the PHPdoc of the template in the next Site Reviews update, but other than that there is nothing to fix. You can safely ignore this “out of date” notice.
Forum: Plugins
In reply to: [Site Reviews] Disappearing ReviewsTLDR: After updating to v7.0, run the plugin migration and verify the plugin settings to ensure the WooCommerce integration is enabled.
When was the first time this happened, was it after upgrading from v5 to v6?Previously, upgrading to major point versions would change the settings database key (i.e.
site_reviews_v5tosite_reviews_v6). This was a problem for some people because it depended on a scheduled plugin migration being run automatically after updating and on some websites this did not run immediately or at all (if WP-Cron was backed up for example). In those cases, the settings would revert to the default settings (and the default setting for the WooCommerce integration is to be disabled).Site Reviews v7.0 removed the version number from the database settings key, but there were still some edge cases that affected the integration settings (i.e. after the WooCommerce settings were moved into the new Integrations tab in the Site Reviews settings).
When Site Reviews v8.0 is released it will be more robust in regards to setting migrations.
To fix the problem on your website, do the following:
- Upgrade Site Reviews to the latest version.
- Run the “Migrate Plugin” tool
- Verify the Site Reviews plugin settings to ensure everything is as it was (particularly, check that the WooCommerce integration is still enabled).
Forum: Plugins
In reply to: [Site Reviews] Import reviews not workingIf you are getting that error, then either the date format you selected is incorrect, or the date format or the reviews in your CSV file are wrong.
Note that all of the available date formats require 2-digits for the day and month, and 4-digits for the year.
2025-1-13is incorrect whereas2025-01-13is correct.If you are using Excel, try opening the CSV in a plain text editor to verify your dates. Excel sometimes will visually display formatted dates as “2025-01-13” while keeping “2025-1-13” in the actual file data.

The example in the “CSV template file” or the CSV file from the “Export Reviews” tool uses this date format. Forum: Plugins
In reply to: [Site Reviews] Hide titleHave you tried using the hide option on the shortcode?
Please read the Site Reviews > Help & Support > Shortcodes documentation page.
Forum: Plugins
In reply to: [Site Reviews] CRYPTO_SECRETBOX_NONCEBYTES long.I’m not sure how that worked using the Code Snippet plugin as you needed to replace the contents of the Encryption.php file in the plugin directly using the directions I gave.
Maybe your server was caching the NONCE constants and it just took a little while to refresh?
Forum: Plugins
In reply to: [Site Reviews] CRYPTO_SECRETBOX_NONCEBYTES long.Okay, well at the moment my computer is getting repaired so I am limited to what I can do.
In order to troubleshoot this later I will need to know the following:
- The value of your NONCE_KEY
- The value of your NONCE_SALT
- The SERVER DETAILS section of the System Info file which you can find on the Site Reviews > Tools > System Info page.
After providing your current NONCE_KEY and NONCE_SALT values, make sure to regenerate them using the link I provided in my first reply so that the values in your wp-config file are different from the old values you provide here.
After I get the computer back, those values will help me to run better tests.
Finally, if you are feeling adventurous and are able to edit plugin files directly, here is something else you could try which might fix the problem.
NOTE: Please make a backup of your website first before doing this, I am providing the code modifications from my iPhone and so have not been able to properly test it:
- Use the Plugin Editor in WordPress to edit the following file: /site-reviews/plugin/Modules/Encryption.php
- Replace the contents of that file with this: https://gist.github.com/pryley/f68267e6d732ff79caca404906a74d63
Forum: Plugins
In reply to: [Site Reviews] CRYPTO_SECRETBOX_NONCEBYTES long.Can you confirm that the
NONCE_SALTconstant is defined and exists ONLY ONCE in your wp-config file?Forum: Plugins
In reply to: [Site Reviews] CRYPTO_SECRETBOX_NONCEBYTES long.I wonder if your secret keys in wp-config.php need to be updated.
Try this:
- Generate new secret keys by going here: https://api.ww.wp.xz.cn/secret-key/1.1/salt/
- Paste the results into your wp-config.php file, replacing the existing constants.
Does that fix the problem?
Forum: Plugins
In reply to: [Site Reviews] Review FormTo make template tags of custom fields available to the Site Reviews notification email, you will need to use a code snippet.
Please use the Support form on your Nifty Plugins account to request assistance with this.
Forum: Plugins
In reply to: [Site Reviews] I would like to invite customers to commentSince Site Reviews does not provide this feature, you would need to either purchase and use the Review Notifications addon, or a WooCommerce extension such as https://woocommerce.com/products/review-reminder-for-woocommerce/
Forum: Plugins
In reply to: [Site Reviews] instagram youtube Url embedSite Reviews does not allow HTML links in the review content.
However, the Review Forms addon allows you to create custom review forms with custom fields, so technically you could do this in a custom form with an URL field and a simple code snippet to render the URL as a video embed when viewed in the review.
Note that WordPress does not support native Instagram embeds.
Forum: Plugins
In reply to: [Site Reviews] WPML Internal server error 500Glad you found a solution, even if with a different plugin.
Forum: Plugins
In reply to: [Site Reviews] I would like to invite customers to commentIf you are using WooCommerce, the Review Notifications addon allows you to schedule review reminder emails after customers make a purchase.