Archived topic
[woocommerce_my_account] now showing
1 reply · Started by Chris on August 15, 2020
I am using GeneratePress with Divi Builder to customize the My-Account page. In the builder, I can see the customizations I made. Once I save them and exit the builder the entire page is blank with no information. I have added a few icons to click to go to the downloads, orders, etc but nothing is showing up.
I used the css below to hide the initial My-Account info and build out the custom. If I remove this css it now only pulls up Orders and My Dashboard but doesn't go anywhere.
.woocommerce-account .woocommerce-MyAccount-navigation {
display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
Hi there,
not sure if that would be theme related as we have no control over what Divi is doing to those templates. Try temporarily disabling the GP Premium plugin or at least the Woocommerce module to see if there is a conflict there.