Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How to modify text over name and mail boxes
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: How to modify text over name and mail boxes
#64601
How to modify text over name and mail boxes 5 Years, 4 Months ago Karma: 0
Hello,

I would like to know how to modify the text next to the mail and name boxes when finishing a quiz. It`s been a long time since I have not been playing with the app and now i am a bit lost. See image attached please. Thanks in advance.

Ari Stream Quiz 1.5.37
The administrator has disabled public write access.
 
#64602
Re:How to modify text over name and mail boxes 5 Years, 4 Months ago Karma: 0
Image attached.
The administrator has disabled public write access.
 
#64604
Re:How to modify text over name and mail boxes 5 Years, 4 Months ago Karma: 748
Hello,

All labels are located in .PO (.POT) files. You can read here how to modify existing translation or create a new one. If you need more assistance, let us know.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#64611
Re:How to modify text over name and mail boxes 5 Years, 4 Months ago Karma: 0
Thanks so much, I have found the string:

#: includes/views/quiz-session/tmpl/default.php:158
msgid "Your e-mail"
msgstr "Tu e-mail"

What I really want is deleting the space between "mail" and ":", since in Spanish is incorrect. I do not know exactly what I have to modify, if you know how to modify the space perfect, if not, I understand that it is not a big deal

Thanks in advance.
Last Edit: 2019/02/19 22:14 By amorsano.
The administrator has disabled public write access.
 
#64617
Re:How to modify text over name and mail boxes 5 Years, 4 Months ago Karma: 748
Currently it can be changed only if edit <wordpress_plugins_folder>/ari-stream-quiz/includes/views/quiz-session/tmpl/default.php template. The following code:

Code:


<label for="<?php echo $prefix . '_userdata_name'; ?>"><?php _e( 'Your name', 'ari-stream-quiz' ); ?> :</label>

...

<label for="<?php echo $prefix . '_userdata_email'; ?>"><?php _e( 'Your e-mail', 'ari-stream-quiz' ); ?> :</label>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64620
Re:How to modify text over name and mail boxes 5 Years, 4 Months ago Karma: 0
Brilliant! Thanks so much!! I finally changed it.

The administrator has disabled public write access.
 
Go to topPage: 1