Home Forums WoodMart support forum Requesting update for default functionality of WooCommerce messages

Requesting update for default functionality of WooCommerce messages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110541

    Hi there!

    Just over a month ago, I mentioned a problem we were having with YITH Points and not being able to use the default functionality for the Woocommerce messages.

    The original thread is here (for some reason, I can’t add to this thread) https://xtemos.com/forums/topic/how-to-use-default-functionality-for-shop-messages-problems-using-yith-points/

    Could you please let me know when this feature might be added? Our customers are waiting for this functionality, thank you!

    #110575

    Artem Temos
    Keymaster

    Hello,

    Add the following code snippet to the Custom CSS section as a workaround, we didn’t add the option in the last update

    #yith-wcwl-popup-message, .mc4wp-alert, .woocommerce-error, .woocommerce-info, .woocommerce-message, .yith_ywraq_add_item_product_message, div.wpcf7-response-output {
    	  position: relative!important;
        top: auto!important;
        bottom: auto!important;
        left: auto!important;
        right: auto!important;
        width: 100%!important;
        max-width: 100%!important;
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important;
        padding-right: 30px!important;
        z-index: auto!important;
        cursor: default!important;
        transform: none!important;
        -webkit-transform: none!important;
        animation: none!important;
        -webkit-animation: none!important;
    		margin-top: 15px!important;
        margin-bottom: 15px!important;
    }
    
    #yith-wcwl-popup-message:after, .mc4wp-alert:after, .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .yith_ywraq_add_item_product_message:after, div.wpcf7-response-output:after {
    	content: none!important;
    }

    Regards

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