This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

arun008

  • ***
  • 46 posts
How to change this message ?
« on: May 01, 2018, 11:51:51 AM »
 :)

*

surajthapa

  • **
  • 16 posts
Re: How to change this message ?
« Reply #1 on: May 01, 2018, 11:29:19 PM »
Please identify the theme and the page concerned to get the solution. Otherwise dont post such a incomplete question.

*

surajthapa

  • **
  • 16 posts
Re: How to change this message ?
« Reply #2 on: May 01, 2018, 11:33:50 PM »
Otherwide those are the placeholders, you can easily change them from footer.php.

open footer.php and scroll down at the end of the page.

Code: [Select]
// PLACEHOLDERS
    $('#yourName, #authorName, #comment_form #authorName, #s_name').attr('placeholder', '<?php echo osc_esc_js(__('Your name or nick...''veronika')); ?>');
    $('#yourEmail, #authorEmail, #comment_form #authorEmail, #s_email').attr('placeholder', '<?php echo osc_esc_js(__('Mail to contact you...''veronika')); ?>');
    $('#login #email').attr('placeholder', '<?php echo osc_esc_js(__('Registration email...''veronika')); ?>');
    $('#login #password').attr('placeholder', '<?php echo osc_esc_js(__('Password...''veronika')); ?>');
    $('#register #s_password').attr('placeholder', '<?php echo osc_esc_js(__('At least 6 characters...''veronika')); ?>');
    $('#register #s_password2').attr('placeholder', '<?php echo osc_esc_js(__('Repeat password...''veronika')); ?>');
    $('#phoneNumber').attr('placeholder', '<?php echo osc_esc_js(__('Phone to call you...''veronika')); ?>');
    $('#s_phone_mobile').attr('placeholder', '<?php echo osc_esc_js(__('Mobile phone to call you...''veronika')); ?>');
    $('#s_phone_land').attr('placeholder', '<?php echo osc_esc_js(__('Land phone to call you...''veronika')); ?>');

etc
etc
etc

Marked as best answer by frosticek on May 02, 2018, 08:34:20 AM
*

ferry

  • ****
  • 155 posts
Re: How to change this message ?
« Reply #3 on: May 02, 2018, 12:01:56 AM »
« Last Edit: May 02, 2018, 08:34:44 AM by MB Themes »

Re: How to change this message ?
« Reply #4 on: June 04, 2018, 06:09:26 PM »
Why doesn't this feature work on Veronica's demo?

*

MB Themes

Re: How to change this message ?
« Reply #5 on: June 04, 2018, 09:08:27 PM »
I think it depends on browser used.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots