Hi,
Page loader doesn't appear when entering coupon code and confirming payment on checkout page. The screen looks just freezing and cause missleading to user.
Please refer:
https://screencast-o-matic.com/watch/cFeu2pDkXu
Need help to fix. Thank you.
This reply has been marked as private.
@hilmanf,
This is actually the woocommerce feature. i am giving you custom CSS to add a spinner on checkout page.
Please Go to wp-admin > Appearance > Customize > Custom CSS
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
height: 3em;
width: 3em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
display: block;
content: "";
-webkit-animation: none;
-moz-animation: none;
animation: none;
background: url('https://d3hwc4hobpbxnl.cloudfront.net/wp-content/uploads/2017/10/31101105/preloader.gif') center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
}
You're so awesome, Diana!
Thank you very much!
You may close the topic.
@hilmanf,
Thanks for confirming. So, closing this topic.
Please rate us on ThemeForest.