New Landing How can we help? Themeforest Theme Support Dante Alignement product / price and color

Viewing 6 posts - 16 through 21 (of 21 total)
  • Posted in: Dante
  • #155518
    newki
    Member
    Post count: 177

    Did it with the following code

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    //$translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'couleur:' :
    $translated_text = __( 'couleur :', 'woocommerce' );
    break;
    }
    return $translated_text;
    }
    ?>

    at the beginning of functions.php and it breaks the site with this message :
    Warning: Cannot modify header information – headers already sent by (output started at /homepages/14/d507560346/htdocs/les-citoyennes/wp-content/themes/dante/functions.php:13) in /homepages/14/d507560346/htdocs/les-citoyennes/wp-includes/pluggable.php on line 1178

    #155529
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail after installing the WPIDE plugin.
    Thanks
    Mohammad

    #155568
    newki
    Member
    Post count: 177
    This reply has been marked as private.
    #155813
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check it now.
    Thanks
    Mohammad

    #155872
    newki
    Member
    Post count: 177

    Perfect thanks !
    Can u tell me what u did (if I have the same issue with another site)

    #155886
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I opened to edit cart-item-data.php file at /dante/woocommerce/cart.

    Find this code:-
    <dt class="variation-<?php echo $key; ?>"><?php echo wp_kses_post( $data['key'] ); ?>:</dt>
    
    Change with:-
    <dt class="variation-<?php echo $key; ?>"><?php echo wp_kses_post( $data['key'] ); ?> :</dt>

    Thanks
    Mohammad

Viewing 6 posts - 16 through 21 (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