Translation with WPML

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home VirtuSky Translation with WPML

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #12547
    Dmitry
    Participant

    Hello.

    Interested in the possibility of translating the above lines as in the screenshot https://prnt.sc/P0x0PpWSE_YD, using WPML.
    The specified rows are not displayed for translation in the search, most likely they need to be entered through the custom configuration. Could you help us with this?

    We would like to draw your attention to the fact that our extended support for the topic has expired. But in fact, this is only the second time we’ve asked for your help.
    We are ready to extend support, if we are sure that you will help us to solve our problems with WPML translation.

    Thank you in advance.

    #12548

    Hello,

    Did you try translating those words using WPML?

    Please extend your support period to get assistance on your query. Because your FREE support period expired on 2018-09-27

    Best Regards,
    ThemeLooks Support Team

    #12549
    Dmitry
    Participant

    Hello.
    Thank you for your response.

    These words and phrases are not found by WPML automatically when scanning Virtusky Core. Because they do not contain the string Textdomain. Therefore, we dare assume that a custom configuration is needed to translate these strings.
    If there is another option, please let us know.

    About the extension of support. It will be extended. Be assured of that. As soon as you confirm, on your part, the possibility of resolving our issue. We will guarantee it, as I informed you in my last message.

    Thank you.

    #12550

    Hello,

    Did you check these posts

    Translate placeholder text

    "Search" placeholder text isn't translating

    Best Regards,
    ThemeLooks Support Team

    #12552
    Dmitry
    Participant

    Hello.

    Thank you for your answer, but it’s probably not exactly what we need.

    We are interested, at the moment, in the translation of the word combinations shown in the screenshot above.
    These are: “Enter your domain”.
    (…plugins\virtusky-core\vc-include\vc-template\domain-search-markup.php)
    Code:
    <!– Domain Search Form Start –>
    <div data-form-validation=”true”>
    <form action=”<?php echo ( $url ) ? esc_url( $url ) : ‘#’; ?>” method=”post” id=”domainSearchForm”>
    <div class=”row reset-gutter”>
    <div class=”col-sm-6″>
    <input class=”form-control” name=”domain” type=”text” placeholder=”Enter your domain” required>
    </div>

    <div class=”col-sm-3 select-box”>
    <select class=”form-control” name=”ext”>
    <?php
    if( is_array( $domform ) && $domform ){
    foreach( $domform as $ext ){
    if( !empty( $ext[‘extname’] ) ){
    echo ‘<option>’.esc_html( $ext[‘extname’] ).'</option>’;
    }
    }

    }
    ?>
    </select>
    </div>

    <div class=”col-sm-3″>
    <button class=”btn submit-button-custom” type=”submit”><?php echo esc_html__( ‘SEARCH’, ‘virtusky’ ); ?></button>
    </div>
    </div>
    </form>
    </div>
    <!– Domain Search Form End –>

    Also, the phrase “24/7 Customer Support”

    It is located in the Footer section of the theme options. (https://prnt.sc/Wk1ELsjPIpS4)
    Do you have a working solution to translate these word combinations into another language through WPML?

    Thank you.

    #12553

    If WPML can’t translate it then you can change the words by writing them in your own language by editing from the code as you have the code.

    https://prnt.sc/Wk1ELsjPIpS4 these words are editable. Why not are you writing the words in your own language instead of translating them using WPML?

    Best Regards,
    ThemeLooks Support Team

    #12564
    Dmitry
    Participant

    Hello.
    Thank you for your reply.

    Can change the text in the file code, or in the theme option if you use only one language.
    Our site will have several languages, so the solution you suggested is not suitable for a multilingual site.

    Is there a solution to change these word combinations through WPML to display correctly in all languages?

    #12566
    Dmitry
    Participant

    Hello.

    After studying the documentation for a long time, we were able to translate strings from the theme option.
    Only left placeholder=”Enter your domain”

    Thank you.

    #12567

    Hello,

    We have listed this in our theme update list. We will update this in the next update of the theme.

    Please extend your support period to get further assistance on your query. Because your FREE support period expired on 2018-09-27

    Best Regards,
    ThemeLooks Support Team

    #12568
    Dmitry
    Participant

    Hello.

    We decided to spell it out this way placeholder=”<?php echo esc_html__( ‘Enter your domain’, ‘virtusky’ ); ?>” required> And it worked.
    Perhaps some will find it useful in the future.

    Thank you for your answers.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Translation with WPML’ is closed to new replies.