New Landing How can we help? Cardinal Change the name on the product meta data

Viewing 15 posts - 1 through 15 (of 21 total)
  • Posted in: Cardinal
  • #157409
    CarlosJ
    Member
    Post count: 28

    Hi
    I’m trying to change the name of the product description (descipción) to another name as e.g. (Información Complementaria), is it possible?

    In addition i would like to hide the rest of the meta info, could i do it?

    Please check the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #157531
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    //$translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'Description' :
    $translated_text = __( 'Información Complementaria', 'woocommerce' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    ?>

    2- Please use this custom css code:-

    div.product_meta{
    display:none !important
    }

    Thanks
    Mohammad

    #157846
    CarlosJ
    Member
    Post count: 28

    Hi Mohamed
    first of all thaks a lot for you support,

    I’ve solved the second question without any problem,
    but I can’t be able to fix the first one.

    I’ve attached a screenshot with the code pasted on the child’s theme functions.php
    and another one with the result on the front end, and there’s no changes.

    Do you know what i am doing wrong?

    C.

    Attachments:
    You must be logged in to view attached files.
    #158043
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Are you using any cache plugin? Please provide me worpdress admin login detail.
    Thanks
    Mohammad

    #158077
    CarlosJ
    Member
    Post count: 28
    This reply has been marked as private.
    #158578
    CarlosJ
    Member
    Post count: 28

    Hi Mohammad, any news?

    #158590
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me correct wordpress admin login detail.
    Thanks
    Mohammad

    #158599
    CarlosJ
    Member
    Post count: 28
    This reply has been marked as private.
    #158604
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Your login detail is still incorrect.
    Thanks
    Mohammad

    #158614
    CarlosJ
    Member
    Post count: 28
    This reply has been marked as private.
    #158641
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have made changes in child theme so please activate the child theme to view the changes as you desire.
    Thanks
    Mohammad

    #158970
    CarlosJ
    Member
    Post count: 28

    🙁

    Attachments:
    You must be logged in to view attached files.
    #159312
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me correct admin login detail.
    Thanks
    Mohammad

    #161781
    CarlosJ
    Member
    Post count: 28
    This reply has been marked as private.
    #161793
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I just made a change so please check.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 21 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