General Translations & Contact Form

Discussion in 'Appointway WordPress Theme' started by aster media, Jun 10, 2013.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    How do I translate the appointment form entrees
    How do I translate sections such as "No Comments" "Leave a comment" etc on Blogpage and reactions.
    My contact form SUBMIT button changed shape and stopt submitting after I translated the english words to my own language.

    Pls advise.
    Rgds.,
    Steven
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    1). For the Appointment form entries text,
    Go to the Appearance > Custom Leads Form in your dashboard and edit the field name.
    Follow the link for reference.
    http://screencast.com/t/NCxuyvm5

    2). For the "No Comments",
    Go to the single.php file present in your Theme directory and search for the "No Comments" text and then edit it.
    Follow the link for reference.
    http://screencast.com/t/fQw8yEUDbdDF
    Similarly,do the same steps with the loop.php file present in your Theme directory.

    For the "Leave a comment" text,
    Go to the Comments.php file present in your Theme directory and search for the "Leave a comment" text and then edit it.
    Follow the link for reference.
    http://screencast.com/t/oGgWmNjjqBw

    3). For the Submit button text,
    Go to the template-contact.php file present in your Theme directory and search for the "Submit" text and then edit it as shown in the image given below.
    http://screencast.com/t/rMRim107c
    This will solve your issue.
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    re1:) pls see prtsc. How to edit these names ?
    re2:) Thanks, problem solved
    re3:) Thanks, problem solved
    re4:) The lettertype changed and became dysfunctional as a result of translation editing and looks like see prtscr 2. Prtscr 3 shows the admin.
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    The images given by you are not visible at our side.
    So, please specify your issue more clearly with the help of screen shot images and do let us know your website link.
     
  5. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    re1:) How to edit/translate the information inside the appointment box (prtscr 1) and blogpage (prtscr2) ?
    re4:) The lettertype and form of the SUBMIT button changed and became dysfunctional as a result of translation editing, see prtscr 3.
    Website link is www.deburgerjournalist.nl
     

    Attached Files:

  6. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    I hope you are not missing my previous reply ?
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1). For your Appointway form issue follow the steps given below.

    a). Go to the Plugins panel in your dashboard and click on the edit button of Ink Appointment Plugin.
    See the link given below for reference
    http://screencast.com/t/y3gCldGkaCzI

    b). Click on the ink-appointment/ink-admin/apt-form.php plugin file link as shown in the image given below.
    http://screencast.com/t/0HsjMAGGBfm

    c). Put your text in place of highlighted text as shown in the image link given below and then update the file.
    http://screencast.com/t/8LDCoouE

    It will solve your Appointway form issue

    For your category blog issue,
    Go to the loop.php file present in your theme directory and edit the file as shown in the image link given below.
    http://screencast.com/t/ojckRGgP
    If you want to change the pattern of date then follow the link given below
    http://www.seo-creative.co.uk/tutorials/wordpress-and-php-date-function/

    2) For your fourth issue,
    I think you have done something wrong while editing the text, in the template-contact.php file.
     
  8. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Thanks Piyush, all fixed besides only 4th issue left. Pls check what I might have done wrong:

    </div>
    <div id="contact-form-message">
    <label for="message">Bericht aan de Burgerjournalist:<span class="required">*</span></label>
    <textarea name="comments" id="commentsText" rows="20" cols="30" class="required requiredField"><?php if(isset($_POST['comments'])) { if(function_exists('stripslashes')) { echo stripslashes($_POST['comments']); } else { echo $_POST['comments']; } } ?></textarea>
    </div>
    <div id="contact-form-submit">
    <input class="submit" type="Sumbit" value="Verstuur"/>
    <input type="hidden" name="submitted" id="submitted" value="true" />
    </div>
    </form>
    <?php } ?>
    </div>
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Issue resolved, Please check your website.
     

Share This Page