From 52f9ac00d0a3169c4b02bd441a0b8b389395e353 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 15 Apr 2016 12:22:59 -0400 Subject: [PATCH] adjusting blog home columns --- css/app.css | 2 +- footer.php | 2 -- home.php | 2 +- parts/blog-sidebar-r.php | 2 +- scss/_slideshow.scss | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index fe2df67..767cd60 100644 --- a/css/app.css +++ b/css/app.css @@ -6773,7 +6773,7 @@ h2#block-title { font-size: 0.875rem; letter-spacing: normal; } } -.nivo-directionNav, .nivo-controlNav { +.nivo-controlNav { display: none; } #metaslider_14 .nivo-caption.open > .captionContent { diff --git a/footer.php b/footer.php index 128d01b..2b012d2 100644 --- a/footer.php +++ b/footer.php @@ -43,7 +43,6 @@ $("#metaslider_14").nivoSlider({ pauseOnHover:true, effect: 'slideInLeft', - directionNavHide:true, pauseTime: 7000, afterLoad: function (){ // $("#metaslider_11 .nivo-caption").fadeIn(); @@ -62,7 +61,6 @@ // remove this code before final push $("#metaslider_11").nivoSlider({ pauseOnHover:true, - directionNavHide:true, effect: 'slideInLeft', pauseTime: 7000, afterLoad: function (){ diff --git a/home.php b/home.php index 43d6b2d..8e9fb03 100644 --- a/home.php +++ b/home.php @@ -8,7 +8,7 @@
-
+
diff --git a/parts/blog-sidebar-r.php b/parts/blog-sidebar-r.php index 1cb0327..240de61 100644 --- a/parts/blog-sidebar-r.php +++ b/parts/blog-sidebar-r.php @@ -1,4 +1,4 @@ -
+
diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index bec5106..157f53e 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -123,7 +123,7 @@ } } } -.nivo-directionNav, .nivo-controlNav{ + .nivo-controlNav{ display:none; } -- 2.17.1