Commented out code to move Gravity form out of normal position when purchasing.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 23 Nov 2015 20:21:41 +0000 (15:21 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 23 Nov 2015 20:21:41 +0000 (15:21 -0500)
footer.php

index 3fc1ba3..e64ccbe 100644 (file)
@@ -77,7 +77,8 @@
     <?php wp_footer();?>
   </body>
   <script>
-    $(".gform_variation_wrapper")
-            .appendTo(".woo-single-product");
+// Not moving Gravity Forms added to a product to below add to cart button for now
+//    $(".gform_variation_wrapper")
+//            .appendTo(".woo-single-product");
   </script>
 </html>