Viewing 14 posts - 16 through 29 (of 29 total)
  • #175947
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce form #customer_details .form-row input{
    color:#000 !important;
    }
    input#billing_address_2{
    display:none !important;
    }
    
    .woocommerce td.product-name dl.variation dd p:last-child {
       
        margin-top: 5px !important;
    }
    

    Use this plugin for translation:-

    Real-Time Find and Replace

    Thanks
    Mohammad

    #175951
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #175963
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Are you using any cache plugin? Have you tried translation through .po and .mo files?
    Thanks
    Mohammad

    #175980
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #175989
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    <?php
    function sf_text_strings_new( $translated_text, $text, $domain ) {
    //$translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'subtotal' :
    $translated_text = __( 'Your text', $domain );//please change it
    break;
    case 'total shipping and handling' :
    $translated_text = __( 'Your text shipping', $domain );//please change it
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings_new', 20, 3 );
    ?>

    Thanks
    Mohammad

    #175993
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #175995
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please install WPIDE plugin.
    Thanks
    Mohammad

    #176001
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #176044
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #176111
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see all things resolved now.
    Thanks
    Mohammad

    #176114
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #176118
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

    #176121
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #176280
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please create new topic for new issue.
    Thanks
    Mohammad

Viewing 14 posts - 16 through 29 (of 29 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register