Tagged: x
-
AuthorPosts
-
February 18, 2017 at 8:57 pm #1376683
pixieParticipantHi Team,
A couple woocommerce details you maybe able to assist with please:
1. Currently the update cart button is not functioning/disabled?
<input class=”button” name=”update_cart” value=”Update Cart” disabled=”” type=”submit”>Can you assist to either hide this button with css or help to enable it to function.
February 18, 2017 at 9:02 pm #1376692
pixieParticipantThis reply has been marked as private.February 19, 2017 at 2:33 am #1376848
Rue NelModeratorHello There,
Thanks for writing in! It sounds like you might be having an issue with a third party plugin, WooCommerce – Gravity Forms Product Add-Ons. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
February 19, 2017 at 1:41 pm #1377283
pixieParticipantThanks Rue.
I deactivated WooCommerce – Gravity Forms Product Add-Ons plugin and neither the above issues stopped.
The disabled update cart button and missing product image hover (that was working when your team finished the custom work) are both still broken.I went one step further and deactivated the child theme and WooBookings too – and the update cart button is still disabled. Can you assist a css newbie in hiding the non-functioning button on the cart page to avoid user confusion?
Any ideas why the image hover would have been working one moment and then stopped the next?
February 19, 2017 at 1:59 pm #1377298
pixieParticipantI did try this css and managed to hide the disabled update cart button – in case it helps anyone in the future.
.woocommerce .cart .actions .button[name=”update_cart”]{
display: none;
}Would love it if you could point me in the right direction of the product hover images.
February 19, 2017 at 2:12 pm #1377307
pixieParticipantAnd this X Forum user supplied the easy fix for the image hover:
https://community.theme.co/forums/topic/woocommerce-product-image-mouseover/#post-335252jQuery(document).ready(function() { jQuery(document).on('hover','.thumbnails .zoom', function(){ var photo_fullsize = jQuery(this).attr('href'); jQuery('.woocommerce-main-image img').attr('src', photo_fullsize); }); });Worked like a charm.
February 19, 2017 at 9:26 pm #1377612
Rue NelModeratorHello There,
Thanks for updating in! Glad you were able to resolve some of the issue. I have investigated the Booking form and I found out that you have to select the date and time before the button gets active. Please check out my screenshot: http://prntscr.com/eaxsqe
Hope this helps.
February 19, 2017 at 9:49 pm #1377630
pixieParticipantThanks Rue – looks like we got our buttons mixed up ~
I was trying to remove the update cart on the checkout page, not the product page… but thanks for trying :))February 20, 2017 at 12:42 am #1377797
LelyModeratorHi There,
Upon checking, you have Checkout with Paypal enabled. Can you confirm that this is not sorted out?
February 20, 2017 at 12:44 am #1377799
pixieParticipantThank you Lely – yes, all sorted.
I managed in all my elementary css to hide the “disabled” Update Cart button on the cart page.
Thank you 🙂 – Themeco r o c k s!February 20, 2017 at 12:47 am #1377805
NicoModeratorHapp to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1376683 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
