Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65013
    FOUILLEN Olivier
    Participant
    Premium Member

    Bonjour

    pour traduire le thème Ashe pro

    Installer le plug-ing Loco Translate WordPress

    sélectionner la thème ashe pro et traduire avec google translate (c’est un miracle)

    pour traduire la fonction recherche; il faut éditer le fichier fonction.php du thème ashe pro, cherche la ligne ** Custom Search Form

    */

    function ashe_custom_search_form( $html )

    {

    $html = ‘<form role=”search” method=”get” id=”searchform” class=”clear-fix” action=”‘ . esc_url( home_url( ‘/’ ) ) . ‘”>’;

    $html .= ‘<input type=”search” name=”s” id=”s” placeholder=”‘ . esc_attr__( ‘Search…’, ‘ashe-pro’ ) . ‘” data-placeholder=”‘ . esc_attr__( ‘Type & hit Enter…’, ‘ashe-pro’ ) . ‘” value=”‘ . get_search_query() . ‘” />’;

    $html .= ‘<span class=”svg-fa-wrap”><i class=”fa fa-search”></i></span>’;

    $html .= ‘<input type=”submit” id=”searchsubmit” value=”st” />’;

    $html .= ‘</form>’;

    return $html;

    remplacer “Type & hit Enter…” par le français

    Best regards

    #65021
    Duke
    Keymaster
    WP Royal Team

    Hi,

    I tried to use Google Translate but it’s still complicated. English, Please!

    Kind Regards

    #65046
    FOUILLEN Olivier
    Participant
    Premium Member

    Good evening

    following my purchase ashe pro. I asked you for an idea for French.

    My wordpress sites are created with ashe pro; but in French.

    I can send you my .po file and function all translated into French.

    If this can help you

     

    Best regards

     

    Olivier

    #65050
    vako
    Keymaster
    WP Royal Team

    Hi Olivier,

     

    We had already answered via email, please check.

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.