I had to remove your plugin though I loved its features because I had to experience lots of issues having your plugin active. I have created a new topic regarding the add to cart button text earlier. Now I had an issue with mini cart. Even the mini cart is hidden, the content inside the cart is clickable even though they are not visible. Found that it happened because of the following CSS
.site-header-cart *,
.widget_shopping_cart_content *
{
visibility: visible !important ;
}
I tried removing it. But still the elements get “visibility: visible !important” as inline styles : / probably because of some JS of your plugin.
Hope this feedback will help you with improving your plugin further. Good luck guys!