Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1261391

    Hey guys, having an oddball issue here;
    I have woocom installed on this site we’re working on and when you go through the checkout the “Place Order” button at the bottom of the page appears then vanishes. You can see it if you reload the page while at the footer.

    Please advise if this is not an Enfold issue, if i should talk to WooCommerce about it. Credentials in private content.

    • This topic was modified 3 years, 8 months ago by Josh.
    #1261393

    Update;

    I managed to get it a bit more sticky using the following code, however it still tries to disappear before loading permanently. I’m using FF Dev edition, current version.

    .woocommerce-account .button, .woocommerce-checkout .button {
        display: block !important;
    }
    
    .woocommerce-checkout .blockUI.blockOverlay {
        z-index: -1 !important;
        opacity: 0 !important;
    }
    #1261674

    Hi Josh,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1261677

    oops sorry!

    • This reply was modified 3 years, 8 months ago by Josh.
    #1261892

    Hi,

    Thanks for the update. I can’t load your site at all though, I’m guessing that you misspelled the URL?

    Best regards,
    Rikard

    #1265061

    Sorry for the slow reply, Rikard. I was away. The link is;

    #1265656

    Hi,

    Thank you for the update.

    Try to add this css code to disable the button transition or animation.

    .woocommerce-account .button, .woocommerce-checkout .button {
    	-webkit-transition: none !important;
    	transition: none !important;
    }
    

    Best regards,
    Ismael

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