Woodmart incorrectly pulling Account endpoints into single product page
-
Account endpoints (dashboards, downloads, orders etc.) are being displayed on single product pages.
Attachments:
You must be
logged in to view attached files.
private site log in credentials provided
Hello,
Try to disable the “Customize My Account for WooCommerce “ plugin and check how it works. This plugin is rendering the account menu HTML globally, and its CSS/JS is not properly restricted to the My Account page only.
Please add the following CSS in Theme Settings -> Custom CSS to hide it outside the My Account page:
/* Show My Account menu only on account pages */
body:not(.woocommerce-account) .wcmam-nav {
display: none !important;
}
Best Regards,
Thank you! That worked. Lastly the Product Pages seem to keep defaulting to a show of 1 product per page even thought I have woodmart setting set to display 9. how to I fix this?
Hello,
I have checked your site, and the product archive is currently displaying 8 products per page, not 1 product per page.
See screenshot for clarification: https://postimg.cc/ftptC9Pb
Could you please share the URL where you are seeing only 1 product per page, along with a screenshot for clarification?
Best Regards