sonicadvisor
Forum Replies Created
-
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Quantity issue for new loaded productsI think it might be the below code. I have tried adding it to the scripts area, but i get an error. Should I perhaps need to change the syntax?
<script> jQuery(function($) { $("form.cart").on("change", "input.qty", function() { $(this.form).find("button[data-quantity]").data("quantity", this.value); }); $(document.body).on("adding_to_cart", function() { $("a.added_to_cart").remove(); }); }); </script>Thanks Craig. Seems to work ok if page is initially loaded at smaller size, but not when resized after loaded. Will send link via contact form.
Thanks again!
Many thanks Craig!
The custom jQuery seems to be working, however the divs keep seeming to be intermittently switching between correct height and incorrect height (height is too tall as per previously).
Forum: Plugins
In reply to: [WooCommerce Quantity Increment] allow refresh for new elements on pageHi Nick,
I’ve updated ‘assets/js/wc-quantity-increment.js’ with your code as I am experiencing issues with infinite scroll on my product page, but it hasn’t seemed to have resolved the issue.
Is there something else I should change or check for?
Many thanks,
BonnieI am also experiencing this issue.
pruittperiodicals or clatho can you please share your solution with us all?
Many thanks.