From: Laury GvR Date: Thu, 5 Nov 2015 19:32:51 +0000 (-0500) Subject: fixed side-info popout, wasn't functional due to other javascript X-Git-Tag: V1.0.0^2~32 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fea13cabe01e049cb5f1fc041db967d00ec093ad;p=WP-Themes%2FGovernmentEmmet.git fixed side-info popout, wasn't functional due to other javascript --- diff --git a/footer.php b/footer.php index 6d7e21c..6426409 100644 --- a/footer.php +++ b/footer.php @@ -37,6 +37,54 @@ - + diff --git a/js/app.js b/js/app.js index 619947a..e99c84d 100644 --- a/js/app.js +++ b/js/app.js @@ -34,8 +34,8 @@ $(document).ready(function () { // $('#connect').css({'position' : position}); //}); // -function get_footer_position() { - return 'fixed'; +//function get_footer_position() { +// return 'fixed'; // if ($(window).width() < 640) { // $("#connect").css('padding-bottom','53px'); // return 'relative'; @@ -65,6 +65,6 @@ function get_footer_position() { // function remove_the_arrow() { // $('.sticky-footer-wrapper-class:after').css('border-width', '0'); // } -} +//} diff --git a/js/custom/sticky-footer.js b/js/custom/sticky-footer.js index 63191d8..2260789 100644 --- a/js/custom/sticky-footer.js +++ b/js/custom/sticky-footer.js @@ -14,8 +14,8 @@ // $('#connect').css({'position' : position}); //}); // -function get_footer_position() { - return 'fixed'; +//function get_footer_position() { +// return 'fixed'; // if ($(window).width() < 640) { // $("#connect").css('padding-bottom','53px'); // return 'relative'; @@ -45,6 +45,6 @@ function get_footer_position() { // function remove_the_arrow() { // $('.sticky-footer-wrapper-class:after').css('border-width', '0'); // } -} +//}