Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3520918
Coupon on Checkout After Full Backup
Closed

Comments

  •  11
    LillaGreen started the conversation

    After your changes on November 7th (coupon on checkout), I faced many issues with the page and shop not loading properly. To fix this, I had to do a full backup of the site so that I have the version that was before you made the changes to the Checkout Page and Coupon. 

    I lost 5 days of in searching and testing, but after restoring from the backup from the 7th of November, Lucky me - the website is working again. 

    Now, the Coupon issue is here again - when entering the coupon on Chekout Page, it is blocking the payment section. You mentioned that only CSS was added (??), so please guide me on what CSS changes I can make by myself to ensure the coupon doesn't block the payment field. 

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .woocommerce .blockUI.blockOverlay {
    display: none !important;
    }

    Regards,
    PenciDesign.