Posted: November 29, 2015 at 12:34 am
How can I edit the text in the popup which shows up on the thank you page after someone has registered? i don’t necessarily want to disable or hide it, but if i can not easily change it then ill go for disabling it. |
|
Hi Chris, Are you referring to the congratulations messaging? If so, please see this example: https://gist.github.com/lorenzocaum/b0fef298c2ecb2965353 — |
|
Yes sir, I am. Is there a way to change what it says? I don’t mind it but it is saying (to the effect) that your not approved registration has been submitted. Thank you for the quick reply ๐ |
|
Hi Chris, The function Lorenzo linked to above is a way to change that text. You can add that to a Site Specific Plugin or within the themes functions.php file. You can change:
To return whichever text you prefer (it must still be wrapped within single quotes) |
|
Roger that sir, I will give it a try and report back. Thank you for the response. |
|
Just let us know if you have any problems ๐ |
|
Ok, I feel like this is completely going over my head. I inserted the code into my functions.php file and I did not fix the issue. Here is a screen grab of the popup. http://www.lacrtc.org/screen_grab.png Also, I don’t get the popup in Chrome just Safari. Any additional guidance you can offer would be greatly appreciated. |
|
After spending quite a bit of time trying to fix this we ended up installing a plugin called Quick Localisation. We just told it to look for “The %s message has been successfully sent.” (%s equaled the application status, which is set to not approved by default) and replace it with the desired text. If you have an easy way to fix this issue which does not include using a plugin I would be willing to try it. Thank you all for your help trying to help me get this fixed. ~Chris |
|
Hi, you could use a line of CSS to hide that. Could you reply with a link to your thank you page? Thanks — |
|
Here is the link to the page: http://www.lacrtc.org/?page_id=7 Also, we were unable to get the popup to show while using Chrome but it worked great in safari. It would be nice to have a setting for it in future updates somewhere in the general settings or something. Thanks again for the help ~Chris |
|
Hi Chris, I think the pop up only gets displayed if your are logged into the site. I can advise adding the text to the actual thank you page to ensure it will be seen and read. You can use a number of hooks to add the information to the Thank you page. One of the hooks that can be used is the
hook. |
|
Awesome, thank you sir. I appreciate it. |
|
The support post ‘Thank you page popup’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.