• Resolved sshafer

    (@sshafer)


    I’m having an issue with Storefront on one of my sites in relation to the checkout box scrolling down too far.

    Here is my site:

    https://www.shafersprings.com/checkout/

    You’ll need to add an item to the cart to see the issue…the problem only arises when a user adds an item and proceeds to checkout.

    Everything displays but the bottom of the checkout box (where the button that says “Proceed to PayPal” or “Place order” is located) scrolls down out of site, even past the footer content.

    This happens in both Chrome and IE. At 90% to 100% screen size, I can’t see those buttons to click on them. The checkout box with the purple border isn’t fixed and moves down as I scroll, obscuring the buttons.

    If I reduce screen size to 50% or 75%, I can see the buttons fine and they don’t overlap the footer content.

    I haven’t customized much of anything so I’m not sure what the issue is. I’ve installed Storefront on another site and not had this issue. Thank you for any help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sshafer

    (@sshafer)

    Never solved the issue but found an alternate solution with a checkout plugin.

    I also troubled the same problem
    Is there a solution?

    I am having issues with this aswell, anyone know of a fix to keep it from going below the footer?

    There’s a fix for this coming in Storefront 1.6.1.

    For now you can remove the sticky order review feature with something like;

    add_action( 'wp_enqueue_scripts', 'jk_remove_sticky_checkout', 99 );
    
    function jk_remove_sticky_checkout() {
    wp_dequeue_script( 'storefront-sticky-payment' );
    }

    Cheers

    Hi

    Please have a look at my checkout page, problem in cart page is footer is half way through the screen. https://www.sateeni.com/cart/

    Can any one suggest me the reason or solution please?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issues with checkout box scrolling downward’ is closed to new replies.