Home Forums WoodMart support forum Wishlist Problems

Wishlist Problems

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #491300

    isbaal_91
    Participant

    Hello,
    I have detected some problems with the whishlist, when I enter the site without being logged in, I can add products to the wishlist and everything works correctly. The wishlist page is correct, but once I log in with a user account, the wishlist does not work correctly, I add products and they are displayed, but the wishlist page appears as the “My account” page, not a single page for the wishlist. The number of products added also disappears from the icon in the menu bar. Looking at your demo, this also happens with the icon and the number of items added to the wishlist.
    I tried to create a new page by adding the wishlist shortcode but it still shows the wishlist with the “My Account” menu.
    How can I fix this? I add a screenshot

    Thanks in advance,
    Best regards.

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

    Hello,

    Try to add this following code in Theme Settings > Custom CSS > Global Custom CSS:

    body.page-id-118 .wd-my-account-sidebar {
        display: none;
    }
    body.page-id-118  .woocommerce-MyAccount-content {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }

    Best Regards.

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