Home Forums WoodMart support forum Edit address word not showing

Edit address word not showing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #465039

    rafacarvalhido
    Participant

    When pointing to My Account menu or in My Account page, the address link is plotted but with no words, so looks like there is an open space .

    On the same note, I want to make downloads disappear. I probably can do it with CSS, but I’d rather a php code to put on functions, please.

    Attachments:
    You must be logged in to view attached files.
    #465042

    rafacarvalhido
    Participant

    I am adding admin credential just in case you need to look inside.

    #465138

    Hello,

    Please insert the same shown on the screen: https://gyazo.com/682263ac4e7be4cc163fd10a9c0f2d87

    You can find these fields in Woocommerce > Settings > Advanced.

    If you have any questions please feel free to contact us.

    Best Regards

    #465322

    rafacarvalhido
    Participant

    So, you are saying that by using your theme I am not allowed to change the endpoints? Isn’t that too restrictive? I always change the endpoints to make sense in our language. All others work. Why this one specifically won’t?

    Please give me a solution to make the text appear AND use the new endpoint.

    Attachments:
    You must be logged in to view attached files.
    #465479

    Hello,

    This is Woocommerce functioality and Woodmart does not influence that.

    Please make the full backup of your site and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.

    Best Regards

    #465620

    rafacarvalhido
    Participant

    I could not find the culprit, but found an answer:

    /**
    * name for edit address
    */
    function racar_rename_editaddress( $menu_links ){
    $menu_links[‘edit-address’] = ‘Editar Endereço’;
    return $menu_links;
    }
    add_filter ( ‘woocommerce_account_menu_items’, ‘racar_rename_editaddress’ );

    #465621

    rafacarvalhido
    Participant

    you may close this ticket.

    #465771

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Edit address word not showing’ is closed to new replies.