projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9c6e7
)
Commented out code to move Gravity form out of normal position when purchasing.
author
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 23 Nov 2015 20:21:41 +0000
(15:21 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Mon, 23 Nov 2015 20:21:41 +0000
(15:21 -0500)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
3fc1ba3
..
e64ccbe
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-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>