Problem with upload in shortcode on WooCommerce account and permalink
-
Hello,
There is problem when using shortcode inside the WooCommerce account page.
I put the shortcode inside “edit account” with the snippet:
function add_avatar_form_to_edit_account() { echo do_shortcode( '[basic-user-avatars]' ) . '<br><br>'; } add_action( 'woocommerce_before_edit_account_form', 'add_avatar_form_to_edit_account' );
But, when I try to upload an avatar, there is nothing.
Please check this video: https://www.loom.com/share/7d1befa67e7246c695b87196461235cd
I think the problem is about the permalink about WooCommerce account page.
In this video, when I put the shortcode on a normal page, there is no problem. The upload is ok.
Thanks a lot for your help!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Problem with upload in shortcode on WooCommerce account and permalink’ is closed to new replies.