Home Forums WoodMart support forum Woodmart incorrectly pulling Account endpoints into single product page

Woodmart incorrectly pulling Account endpoints into single product page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #721760

    alex-3458
    Participant

    Account endpoints (dashboards, downloads, orders etc.) are being displayed on single product pages.

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

    alex-3458
    Participant

    private site log in credentials provided

    #721804

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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,

    #721873

    alex-3458
    Participant

    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?

    #721935

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

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