contact form shortcode translation issue

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support contact form shortcode translation issue

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #5212
    ranran13
    Member

    first thing first – love the theme … really well put together
    my issue is –
    i translated the .po file to hebrew and as far all went well and in the right place ,
    all but one – the SUBMIT button in the contact form shortcode – which i really like and much prefer to use it over the generic contact form 7 .
    i couldn’t find submit in the .po file…

    please advise on where can i change it .
    im not adding my url cuz im working locally

    thanks in advance. ran

    #5259
    Ernesto
    Member

    HI,

    In the .po file the word you’ll need to replace is “Send”, not “Sumbit”.

    #5268
    ranran13
    Member

    yeah that what i figure as well… and i did .
    thats what is weird, i also did search for the word sand and its been translated .

    ran

    #5272
    Ernesto
    Member

    So, could you manage to solve this issue? Do you need any more help with this? If so, could you send me a link or screenshot of the problem?

    #5273
    ranran13
    Member

    Hi.
    so no , i did not solve this issue …

    tnx. r

    #5276
    Ernesto
    Member

    Could you please provide us a link to your website, so we can take a look at the issue?

    #5277
    ranran13
    Member

    like i wrote on the thread before, unfortunately im working locally

    #5281
    Ernesto
    Member

    Hi,
    There is one thing you might try:
    Go to your Theme Folder and open the file: framework/shortcodes/contact-shortcodes.
    Search for the following code: $output .= '<input type="submit" class="button large ' . $button_color . '" name="' . __('Send', 'mo_theme') . '"/>';
    And replace it with this code:
    $output .= '<input type="submit" class="button large ' . $button_color . '" value="' . __('Send', 'mo_theme') . '"/>';

    Let me know if you could do it, cheers!

    #5285
    ranran13
    Member

    hi
    i changed the code you gave me but it broke the whole site.
    also something do not look right in the code editor when i paste the code… maybe something is missing in the code ?

    tnx. r

    #5288
    Ernesto
    Member

    Hi, sorry, it was a typo mistake. I’ve edited the previous post, it should work properly now.

    #5289
    ranran13
    Member

    sweet !!! it worked !!! thnx for the back and forth .
    R

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘contact form shortcode translation issue’ is closed to new replies.