How to change the "upgradeWarningBox_messageText"
When members select the "Change Level" option in their profile, they are taken to a page with a warning box that says "Please note: full price of the new membership term will be billed. No refund will be done. Contact your site administrator personnel@pershingangels.org if you are expecting a refund."
We want to change this text, but I can not find it in the template. Can someone point me in the right direction?
div id="ctl00ContentAreactl00stepTemplateupgradeWarningBox_messageText" class="text"
-
Kimberly Reese commented
IT WORKED!!! THANK YOU THANK YOU THANK YOU!!
-
Kimberly Reese commented
Ahhh...now I understand.
JS coding is definitely advanced. I'm going to have to put my thinking cap on for that one. Perhaps I can back my way into it. Thanks for the reply!!
While I have you, is there a way to change the font size for the member level description? This is the verbiage that shows up immediately below the member level settings.....
-
Evgeny Zaritovskiy commented
The text is "hardcoded" (unfortunately), so there is no way you can change it using Theme overrides templates. That is why the only way is to use JS workaround - write some code that will find proper HTML node and change the text to proper one.
-
Kimberly Reese commented
I'm thinking that's not what I need.
Those instructions are for changing the button text. I want to change the text that shows up when a member tries to perform a level change. It's on the "Change Member Level" screen that shows the member to list of levels that they can choose from.
This is a message that displays inside of a yellow box that has the warning triangle next to it. Says " Please note: full price of the new membership term will be billed. No refund will be done. Contact your site administrator personnel@pershingangels.org if you are expecting a refund."
We need to change that text. The button is fine.
-
anonymous_96.44.245.50 commented
Making changes to these types of messages should be possible through custom Javascript code. We have some examples of this type of Javascript code on our help guide here: http://help.wildapricot.com/display/DOC/Changing+button+labels
I think the "Changing the Send Message button" method should work. You may need to change "value" to "innerHTML" for the code to work.
-
Kimberly Reese commented
hi...did I ask a tough question and stumped all the Apricots out there or is this customization not possible?