This topic has 6 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi.
I am trying to resolve an issue of a duplicate menu showing up where it is not supposed to.
From my-account page click on my orders > then click the view button.
On the view-order page, under the Order Updates heading; the left navigation menu is duplicated and shouldn’t be. I have tried deactivating plugins and I can’t really find any information about this issue or resolution online.
Thanks!
Hello,
Try to add this code in Custom CSS:
.pho-horizontal .phoen-myaccount-menu {
display: none;
}
Regards,
Rose Tyler.
Hi, Rose.
This code makes both menus disappear entirely; makes the page blank.
Hello,
This is related to the plugin “Custom My Account for Woocommerce”.
But as a solution I’ve added this code in Global Custom CSS:
.phoen-myaccount-content .phoen-wcmap {
display: none;
}
Please check the page now.
Regards,
Eva Kemp.
Perfect now.
Thank you!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Duplicate Menu in Order History’' has been successfully resolved, and the topic is now closed for further responses