Home Forums Basel support forum Whishlist page

Whishlist page

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

    despina.mina
    Participant

    Hello,
    after update i have a problem with wishlist page.
    Αlthough if the custom sidebar for this page is set to”none”is not full width.
    It have a “my account”sidebar and although if the phrase”my account”is translated,it appears untranslated even so it appears translated in my account page.
    In woocommerce settings->accounts the wishlist does not exists,however is included in my account page.
    How is possible to remove it from account page and/or make full width wishlist page and also translate the phrase”my account”in this page?

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

    Artem Temos
    Keymaster

    Hi,

    You can hide my account sidebar on the wishlist page with the following CSS code

    .woocommerce-wishlist .basel-my-account-sidebar,
    .wishlist-account-element,
    .wishlist-link{
    	display:none;	
    }
    .woocommerce-wishlist .woocommerce-MyAccount-content {
        width: 100%;
    }

    Translation issue will be fixed in the next update.

    Regards

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