Plugin Author
taisho
(@taisho)
Hello,
the button is normally hidden with the plugin through this CSS in its .php file:
.button[name='update_cart'] {
display: none!important;
}
It means that the button needs to have a button class and update_cart name attribute which is standard.
What theme are you using? Could you link the website where the problem happens?
Best regards,
Ryszard
Awesome response time, thank you Ryszard!
This is the URL: https://nahina.ch/new/warenkorb/
Plugin Author
taisho
(@taisho)
Many thanks for the report, based on it I’ve just released an update to the plugin, as it is likely to affect a small number of other users.
On your page, the button didn’t use .button class, it had just some custom classes. Frankly, it came out that in my jQuery code I used a more flexible selector to find the button – based only on its name attribute, that’s why it worked. Now the CSS selector also uses the name attribute only.
-
This reply was modified 6 years, 3 months ago by
taisho.
Works!
That was the most impressive support I have ever received from a plugin developer. Thank you!