Home Forums Space themes support forum Wishlist Shop menu removal

Wishlist Shop menu removal

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #709407

    craig-7256
    Participant

    Please can you help me remove the unwanted menu that appears to the left of the wishlist page. Thank you.

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

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    It is not possible to hide the “My Account” sidebar from the wishlist page with the theme options. Actually this page is a part of the WooCommerce account, that is why it is not possible for the wishlist page.
    It requires customization and this is beyond our limitations and support policy.

    Kind Regards

    #709577

    craig-7256
    Participant

    Understood. Is it possible to style it out with css?
    css is not one of my skills however, so if this is possible, are you able to help me with the css code?

    #709622

    Artem Temos
    Keymaster
    Xtemos team

    You can use the following code snippet to do this. Replace [wishlist page id] placeholder with the actual wishlist page ID https://monosnap.ai/file/u4adkySL7iRA4siRgz4gfSbNCRMCNm

    .post-[wishlist page id] .xts-my-account-sidebar {
    	display:none;
    }
    
    .post-[wishlist page id] .woocommerce-MyAccount-content {
     max-width: 100%;
     flex-basis: 100%;
    }
    #709628

    craig-7256
    Participant

    Unfortunately, my lack of experience makes your simple instruction appear a challenge!
    -Created snippet code
    -referenced it in the wishlist post
    however, the wishlist page is now blank

    I understand it in principle. maybe syntax error?

    I have attached screen shots

    • This reply was modified 4 months, 1 week ago by craig-7256.
    Attachments:
    You must be logged in to view attached files.
    #709671

    Artem Temos
    Keymaster
    Xtemos team

    Please add the provided CSS custom code to Theme Settings → Custom CSS → Global CSS.

    To ensure the Wishlist functionality works correctly on the wishlist page, please use the following shortcode:

    [xts_wishlist]

    #709685

    craig-7256
    Participant

    Thank you.
    OK. I misunderstood and followed your latest instruction, however, the menu on the left still appears.
    I have attached some screen shots of what I have done and what i see at the front end.

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

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    As we can see, you didn’t replace the placeholder [wishlist page id] with the actual page ID as we instructed earlier. Please put your wishlist page ID there and test how it works.

    Kind Regards

    #709728

    craig-7256
    Participant

    There is something I am not understanding about your instruction.
    Please can you tell me where i can find the [wishlist page id] placeholder ?
    Thank you

    #709729

    Artem Temos
    Keymaster
    Xtemos team

    In the code we sent you earlier:

    .post-[wishlist page id] .xts-my-account-sidebar {
    	display:none;
    }
    
    .post-[wishlist page id] .woocommerce-MyAccount-content {
     max-width: 100%;
     flex-basis: 100%;
    }

    You need to replace it and it will become something like that

    .post-123 .xts-my-account-sidebar {
    	display:none;
    }
    
    .post-123 .woocommerce-MyAccount-content {
     max-width: 100%;
     flex-basis: 100%;
    }

    And where 123 is your actual Wishlist page ID.

    #709732

    craig-7256
    Participant

    Thank you for your patience!
    Your instruction was fine, i wasn’t following along!
    It works now. thanks again.

    • This reply was modified 4 months, 1 week ago by craig-7256.
    #709768

    Artem Temos
    Keymaster
    Xtemos team

    Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

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

The topic ‘Wishlist Shop menu removal’ is closed to new replies.