edit succeeded message
-
Hello,
how can i edit the alert message given after a testimonial is submitted?and how about the submit button?
i need to translate or just edit it.
Thanks, congratulations for this plugin, i’m looking forward for it’s improvements.
-
Thanks.
This is a frequent request and I plan to add a filter and an option for editing it, along with the notification email text, soon.
That message and the submit button text are translatable using gettext if you wish to use a tool like Poedit to make .po/.mo files and add them to the
languagessubdirectory. I will add a .pot file soon. I18n has not been a high priority recently.If you wish to edit the plugin directly, you will find both texts in `includes/shortcode-form.php’, just skip any updates until I can make these improvements.
Thanks for the reply Chris!
maybe i’ll try learning the Poedit while waiting for the upgrade.
i think hacking plugin files isn’t the best option…meanwhile, i have made a gambit workaround with css:
.testimonial-success:before { content: 'Here goes my message.'; } .testimonial-success > #visitar { /*this is an anchor inserted in the page editor */ display:none; }regards
I will be publishing version 1.11 soon but this will have to wait for 1.12.
I did some testing and found out that the WordPress browser elements like the “Choose file” button and the “No file chosen” message are controlled by the WordPress language and browser language settings.
Sorry, that last part was meant for another thread. I’m going to close this one. Version 1.12 will have what you’re looking for.
The topic ‘edit succeeded message’ is closed to new replies.