Conversation
supportThis plugin moves my product volume and add to cart button off the page
Hi @eddiepelser Can you please send us a link to the page so I can check and suggest some solutions? If you want to keep the link private, I would recommend you to create a ticket here: https://imaginatesolutions.freshdesk.com/support/tickets/new Our plugin uses a standard WooCommerce hook which places the uploader before the Add to Cart button. Best Regards, Dhruvin
Hi Dhruvin, link to page: https://www.development.giftsandgoods.co.za/product/cola-glass/ thank you Regards Eddie
The problem was solved via simple CSS. Here is the CSS in case anyone too encounters this problem. .woocommerce-variation-add-to-cart, .woocommerce div.product.product-type-simple form.cart { display: block!important; } Best Regards, Dhruvin Shah
Hi @eddiepelser Can you please send us a link to the page so I can check and suggest some solutions? If you want to keep the link private, I would recommend you to create a ticket here: https://imaginatesolutions.freshdesk.com/support/tickets/new Our plugin uses a standard WooCommerce hook which places the uploader before the Add to Cart button. Best Regards, Dhruvin
Hi Dhruvin, link to page: https://www.development.giftsandgoods.co.za/product/cola-glass/ thank you Regards Eddie
The problem was solved via simple CSS. Here is the CSS in case anyone too encounters this problem. .woocommerce-variation-add-to-cart, .woocommerce div.product.product-type-simple form.cart { display: block!important; } Best Regards, Dhruvin Shah