Viewing 2 replies - 1 through 2 (of 2 total)
  • Hopefully you’ll have figured this out by now but just in case, and for others that might be having the same problem (this was driving me mad on my Spanish site!), this is how you change it!

    1. Go to Plugin Editor, select the plugin and open the file wp-customer-reviews/wp-customer-reviews.js.

    2. Make a copy of the original code just in case.

    3. Replace all instances of “Click here to hide form” with your text. It should come up four times (be careful not to delete any of the punctuation around this text).

    Thanks for this hint – i’ve been searching for ages!

    If you want to avoid the auto-update function, you can alter the version number to e.g. 99.99.9. It is to be found in the wp-customer-reviews.php file on line 6.

    Im my version of the plugin, the text above the form cannot be saved in the admin page. Meaning if i type the text for opening the form the same text is automatically used as titel text for the form. In the frontend though the default text stays the same. The use the same text for form title AND form opening you can alter code in line 1040 following way: ‘$this->options[“goto_leave_text”]’. (Adding goto_).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Customer Reviews] How to change "Click here to hide form" text?’ is closed to new replies.