[Support request] Off Canvas Menu to display cart

Home Forums Support [Support request] Off Canvas Menu to display cart

Home Forums Support Off Canvas Menu to display cart

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1640316
    Ree

    I want to make an off canvas menu to display cart items like the example: https://prnt.sc/xx5uzl

    This is what I did:
    1. Customizer > Layout > Off Canvas Panel – enable mobile only
    2. Set cart menu Location to Off Canvas Panel in Customizer > Menus.

    But nothing happened. What am I missing out?

    #1640588
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see what the issue is ?

    #1640598
    Ree

    private reply

    #1641365
    David
    Staff
    Customer Support

    You have this CSS in your Simple CSS:

    .sticky-enabled .main-navigation:not(.is_stuck) {
        visibility: hidden;
    }

    This is hiding the Slide Out menu. Remove that to see

    #1641476
    Ree

    Thank you i’ve sucessfully made it a slide out menu.

    How can I make it to show cart items instead of cart menu link please?

    #1641523
    David
    Staff
    Customer Support

    The Off Canvas Panel has its own widget area:

    https://docs.generatepress.com/article/off-canvas-panel-overview/#off-canvas-panel-widget-area

    You can add the Cart Widget there.

    #1641683
    Ree

    Thanks I got that! However when I add to cart an alert appears at the bottom.

    How can I make the alert appears by sliding out the off canvas please?

    https://ibb.co/QbFyPPz

    #1642655
    David
    Staff
    Customer Support

    Thats not a current function – the current method is the Menu Cart:

    https://docs.generatepress.com/article/woocommerce-overview/#general

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.