Posted: August 2, 2016 at 10:31 pm
|
Question 1 So I used the plugin suggested method but its not changing all the text, I chanced and add the string ‘tickets’ to Classes But its clearly still tickets. Where or how can I just do the customized message? if I paste the whole thing than do it like that is still doesnt work. An error has occurred: Question 2 Where is the GEAR the icon that spins where can I find that to change it? Thanks! |
Hi there,
Turns out those strings can’t be translated currently, we’ll get that fixed with an update. Note that translating ‘tickets’ to something else, will not change all instances of tickets to your translated version. Each string output is unique and so much be translated, so translating ‘Tickets’ would not translate ‘Select Tickets’ as they are different strings.
The gear icon is a dashicon: https://developer.wordpress.org/resource/dashicons/#admin-generic You can change that to another icon, for example: https://developer.wordpress.org/resource/dashicons/#admin-site Using something like: .ee-spinner:before { content: "\f319"; } If you want to use another icon you can replace the above with your own icon. |
|
|
OK thanks! I need to change the tickets tho to classes or I am royally screwed, where can I find this? Any idea. I don’t care if I hard code it right now. |
Hi Robert, You can indeed change those strings by using the https://gist.github.com/joshfeck/d89b844cfadd4da9d8889bf2f111028c You can add the above to a functions plugin or into your WordPress theme’s functions.php file. |
|
|
THANKS! I created my own plugin, works much better thank you! |
The support post ‘Change pop up messages’ 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.