Viewing 15 replies - 1 through 15 (of 18 total)
  • I’d like the answer to that question as well.

    I edited lines 164,167, and 175 on the “wp-customer-reviews/wp-customer-reviews.php” file but it didn’t change the output.

    Any results to this??

    Thread Starter prez2017

    (@prez2017)

    Its ok now. I edited lines in “wp-customer-reviews.php”, and clear cash.

    “Submit your review” can be found in line 1057 in wp-customer-reviews.php

    I’m sorry, that’s incorrect actually. Line 1057 allows you to change “please verify that you are a human”

    I don’t know what I’m doing wrong. I want to change the title on the review form ‘Submit your review’ to ‘Create a testimonial’. I changed the line in wp-customer-reviews.php and re-uploaded the file but the original wording still shows on my site. Is anyone else getting this? Tried clearing the browser cache but that didn’t help.

    PS, just thought I’d mention I have already made the necessary change in the plugin settings. Changes to the button text are working fine, but not the change to the review form heading.

    Edit wp-customerw-review-admin.php line 644.
    Line should be like this : <label for=”leave_text”>Text to be displayed above review form: </label><input style=”width:250px;” type=”text” id=”leave_text” name=”leave_text” value=”‘.$this->options[‘leave_text’].'” />

    So replace all “goto_leave_text” text in this line to “leave_text”

    After this you can change the word to whatever you want in admin page

    ps: may wont need after first edit in admin page but surely will after second edit.

    Doifro, thanks very much for your helpful reply. I tried what you suggested but still the title on the review form remains as ‘Submit your review’, and will not change whatever I do. Only the button text changes.

    I even deleted the plugin files and reinstalled it from the original zip file, but even so, it seemed to remember my previous settings, so is it interacting with WordPress in some permanent way that I need to find out?

    I’ve got the same problem. I’d also know how to edit the ‘Submit your review’ line above the form.

    Thank you in advance.

    Problem now fixed. I used Doifro’s solution, I think there was also a goto_leave_text in wp_customer_reviews.php which needed to be changed. Anyway, whatever I did, the problem is fixed – thanks for the help 🙂

    How did you solve the proble. I cannot change the Submit button text yet.

    The change available in new version 2.4.3

    Tim0000

    (@tim0000)

    open wp-customer-reviews.php

    Edit Line 2079

    from: <tr><td colspan=”2″><div id=”wpcr_postcomment”>’ . $this->options[“leave_text”] . ‘</div></td></tr>

    into: <tr><td colspan=”2″><div id=”wpcr_postcomment”>’ . $this->options[“goto_leave_text”] . ‘</div></td></tr>

    that´s it.

    I did all the changes, but I still have the “Submit your review” in English. Could you please help?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: WP Customer Reviews] How to change this phrase "Submit your review"’ is closed to new replies.