Home Forums WoodMart support forum Remove product from cart scrolling to much

Remove product from cart scrolling to much

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

    theDevelopers
    Participant

    I noticed the following error

    For this layout – https://woodmart.xtemos.com/handmade/
    If I will remove a product from cart, the page will scoll down until the Return to shop button, but the text which is there will be hidden.
    Can you fix this?

    #64295

    Hello,

    Your problem is not clear enough. If you delete products from the cart on the cart page, the page is scrolled cause besides cart content it has the footer and this is the way it should work.

    When you delete the product from cart sidebar page is scrolled cause sidebar is fixed and do not have any scroll.

    So I do not understand what the problem is and what text disappears.

    Best Regards

    #64298

    theDevelopers
    Participant

    The text from Cart isn’t visible.
    This is a bug.
    Why is scrolling so low?
    Isn’t good. Please fix it

    In this pictures you see the text, but if I empty the cart, I will see just the button.
    I need to see the text too.

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

    Hello,

    I see clearly the text from a cart as per your screen. The speed of scroll depends on the speed you are scrolling your mouse. https://gyazo.com/7caa450bd84f585c5c5dbd45f96fc2f9

    Best Regards

    #64308

    theDevelopers
    Participant
    #64454

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .browser-Safari .woocommerce-cart .woocommerce-message {
    	position: relative;
    	animation: none;
    	transform: none;
    }
    
    .browser-Safari .woocommerce-cart .woocommerce-message.hidden-notice { 
    	display: none;
    }

    Regards

    #64489

    theDevelopers
    Participant

    Now it’s ok, thanks Bogdan

    #64496

    Artem Temos
    Keymaster

    You are welcome.

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

The topic ‘Remove product from cart scrolling to much’ is closed to new replies.