Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Hide categories #33707

    Can you send me the instructions please? I’m sysadmin and I know a little PHP. Thanks

    in reply to: Translate text in search products #33697

    Thanks for your help.

    in reply to: Translate text in search products #33694

    Finally the solution is to edit lines number 162 and 163:

    <label class=”screen-reader-text” for=”s”><?php _e( ‘Buscar productos…’, ‘woocommerce’ ); ?></label>
    <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Buscar product
    os…’, ‘placeholder’, ‘woocommerce’ ); ?>” value=”<?php echo get_search_query(); ?>” name=”s” title=”<?php echo esc_attr_x( ‘Buscar productos…’, ‘label’, ‘woocommerc
    e’ ); ?>” />

    I changed Search Products for Buscar productos.

    in reply to: Translate text in search products #33686

    Can you send me the instructions please? I’m sysadmin and I know a little PHP. Thanks

Viewing 4 posts - 1 through 4 (of 4 total)