Okay
  Public Ticket #2803062
Loading on checkout
Closed

Comments

  • sanjasan started the conversation

    Hi, 

    thank you for your theme, it's amazing.

    I was just wondering if there's a chance to enable loading animation when user completes an order on checkout? Now it can be confusing to some users when nothing happens for a while after they click on complete order.

    Kind regards,
    Sanja


  •  608
    WordPress replied

    Hello,

    Thank for your purchase.

    You can go to Appearance -> Customize -> Advanced -> Custom css -> Enter custom style css

    .checkout.woocommerce-checkout.processing::before {
        position: absolute;
        content: "";
        background: rgba(255,255,255,0.5);
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .checkout.woocommerce-checkout.processing::after {
        position: absolute;
        content: "\f110";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        top: 50%;
        left: 50%;
        font-size: 30px;
        z-index: 2;
        animation: spin 2s linear infinite;
    }


  • sanjasan replied

    Thank you!

  •  608
    WordPress replied

    Hello,

    Can you take some time to rate our item 5 star in ThemeForest?

    https://themeforest.net/item/lusion-multipurpose-ecommerce-wordpress-theme/reviews/27657550

    Thank you so much!