Conflict with other plugin
-
Hello
I have installed Quantity Plus Minus Button for WooCommerce plugin which adds plus and minus buttons next to the quantity field.
Previously it worked like a charm, but now the plus and minus buttons, that this plugin creates, are hidden. I think this is because of the latest update.
Check this picture:
https://ibb.co/271q8xBAs you can see the following css hides the quantity buttons:
.woofc-item-qty .plus
and.woofc-item-qty .minus
Both are set to
display: none;
The plugin creates these elements:
<button type="button" class="minus qib-button">-</button>
<button type="button" class="plus qib-button">+</button>
But they are hidden now.
Please fix this ASAP.
Sincerely,
Juuso
- The topic ‘Conflict with other plugin’ is closed to new replies.