Home Forums WoodMart support forum Greenbar notification error when using Woocommerce waitlist plugin

Greenbar notification error when using Woocommerce waitlist plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131356

    sanchitgoyal
    Participant

    Hello

    I am using woocommerce waitlist plugin to notify customer for out of stock products.

    When I open the product page which is out of stock-

    A green bar is displayed with no message.

    http://prntscr.com/oakoqy

    After a product is added to waitlist the message is shown but the close button is displayed twice.

    http://prntscr.com/oakpqk

    If I use any other theme such as storefront no green bar is displayed. And when user join waitlist close button is displayed only once.

    http://prntscr.com/oakqo6

    Please suggest how to resolve this issue.

    #131445

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .notifications-sticky .woocommerce-message.wcwl_notice {
        display: none;
    }
    
    .woocommerce-message.wcwl_notice .wcwl_notice_dismiss {
        display: none;
    }
    
    .notifications-sticky .woocommerce-message.wcwl_notice[style*="block"] {
        display: flex!important;
    }

    Best Regards

    #131586

    sanchitgoyal
    Participant

    Genius! Awsome! Thanks a lot.

    #131617

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)