From: Anthony Talarico Date: Thu, 23 Feb 2017 20:48:19 +0000 (-0500) Subject: adding share this to interior pages, removing console statement X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8509bd3f3c6a8b510add94f30477f08ad88399c6;p=WP-Themes%2Fturkeyville.git adding share this to interior pages, removing console statement --- diff --git a/js/app.js b/js/app.js index 3fc1f0b..0c300ee 100644 --- a/js/app.js +++ b/js/app.js @@ -114,7 +114,6 @@ $(window).on("load", function(){ opacity: 1, }, 1000); - // replace the event's img element with a wrapper div that has a background image of the same src $(event_feed).find(".slick-track").children('div').each( function () { var event_header = $(this).find('h6'); @@ -126,8 +125,6 @@ $(window).on("load", function(){ var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); $(this).find('img').remove(); - console.log(img_src); - }); // slideshow_description.css("opacity",".7"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 6a3ad30..8943e53 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -105,7 +105,6 @@ $(window).on("load", function(){ opacity: 1, }, 1000); - // replace the event's img element with a wrapper div that has a background image of the same src $(event_feed).find(".slick-track").children('div').each( function () { var event_header = $(this).find('h6'); @@ -117,8 +116,6 @@ $(window).on("load", function(){ var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); $(this).find('img').remove(); - console.log(img_src); - }); // slideshow_description.css("opacity",".7"); diff --git a/sections/interior-page.php b/sections/interior-page.php index 9f14148..46816a8 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -33,6 +33,7 @@ echo ""; } ?> +