New Landing How can we help? Themeforest Theme Support Neighborhood Change background color of footer to one image

Viewing 7 posts - 16 through 22 (of 22 total)
  • #228504
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    #228553
    Slim
    Member
    Post count: 422

    Thankz man, i tried to do like you, using this code(for other elements):

    case ‘Unit Price:’ :
    $translated_text = __( ‘Preço unitário:’, $domain );//please change it
    break;

    And doesn’t work, and i don’t know why!:s

    Thankz

    #228615
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    #228638
    Slim
    Member
    Post count: 422

    Hi friend,
    You solved what?

    this?

    case ‘Quantity:’ :
    $translated_text = __( ‘Quantidade:’, $domain );//please change it
    break;
    case ‘View shopping bag’ :
    $translated_text = __( ‘Visualizar o carrinho’, $domain );
    break;
    case ‘Proceed to checkout’ :
    $translated_text = __( ‘Finalizar a compra’, $domain );
    break;

    Yeah,Yeaa! But i tried to do like you did, with other element “Unit price:”(image attached)
    With this code:

    case ‘Unit Price’ :
    $translated_text = __( ‘Preço unitário’, $domain );//please change it
    break;

    but doesn’t work and i don’t know why!

    :S

    Attachments:
    You must be logged in to view attached files.
    #228937
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This will need the exact string, you are missing the :.

    Change this:

    case 'Unit Price' :

    To This:

    case 'Unit Price:' :

    Thanks,
    David.

    #228944
    Slim
    Member
    Post count: 422

    Thankz man;)

    #228948
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.
    -Rui

Viewing 7 posts - 16 through 22 (of 22 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