From: Ian Weller Date: Mon, 3 Oct 2016 14:30:52 +0000 (-0400) Subject: adding changes from the france journey clone to speed up things X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=69933ab09a29b75023c7c8d71118d4eb501a8e73;p=web%2FGruntInit%2FglmThemeV6.git adding changes from the france journey clone to speed up things I added the changes from a France Journeys clone to hopefully help speed up production. --- diff --git a/root/functions.php b/root/functions.php index 5d34fb9..7290f82 100644 --- a/root/functions.php +++ b/root/functions.php @@ -11,6 +11,11 @@ if (!function_exists('glm_quicksite_widget_init')) { function glm_quicksite_widget_init() { + register_sidebar(array( + 'name' => __('Footer Widget Area'), + 'id' => 'sidebar-f', + 'description' => __('Widget Area in the Footer') + )); register_sidebar(array( 'name' => __('Slideshow'), 'id' => 'slideshow', diff --git a/root/scss/_main.scss b/root/scss/_main.scss index 81a7da7..a0cb236 100644 --- a/root/scss/_main.scss +++ b/root/scss/_main.scss @@ -1,32 +1,32 @@ .breadcrumbs { margin-top: 10px; } -#content-bulk { - #con { - margin: 0; - } - h2 { - text-transform: uppercase; - font-size: 25px; - } - footer { - margin: 35px 0; - #address { - margin-top: 25px; - p { - font-size: 12px; - margin-top: 5px; - } - img { - margin: 0; - padding-right: 5px; - } - a { - font-size: 12px; - } - } - img { - box-shadow: none; - } - } -} +//#content-bulk { +// #con { +// margin: 0; +// } +// h2 { +// text-transform: uppercase; +// font-size: 25px; +// } +// footer { +// margin: 35px 0; +// #address { +// margin-top: 25px; +// p { +// font-size: 12px; +// margin-top: 5px; +// } +// img { +// margin: 0; +// padding-right: 5px; +// } +// a { +// font-size: 12px; +// } +// } +// img { +// box-shadow: none; +// } +// } +//} diff --git a/root/scss/_page.footer.scss b/root/scss/_page.footer.scss index c8d63e8..d8f930f 100644 --- a/root/scss/_page.footer.scss +++ b/root/scss/_page.footer.scss @@ -1,3 +1,7 @@ +#space { + background-color: #0065a4; + height: 400px; +} footer.main { position: absolute; bottom: 0; diff --git a/root/scss/_page.header.scss b/root/scss/_page.header.scss index 0162053..11a5bdb 100644 --- a/root/scss/_page.header.scss +++ b/root/scss/_page.header.scss @@ -1,96 +1,96 @@ header { height: auto; - & #logo { - img { - margin-bottom: 15px; - } - } - & .search { - input { - height: 20px; - width: 167px; - padding: 0 8px; - margin: 13px 0px 0px 18px; - border-radius: 3px; - font-size: 10px; - color: $black; - display: inline-block; - } - a { - &.magnifying-glass { - font-size: 10em; /* This controls the size. */ - display: inline-block; - width: rem-calc(10); - height: rem-calc(10); - border: rem-calc(2) solid $d-blue; - position: relative; - border-radius: 0.35em; - margin: 0 0 0 -25px; - &:before { - content: ""; - display: inline-block; - position: absolute; - right: rem-calc(-7); - bottom: rem-calc(-4); - border-width: 0; - background: $d-blue; - width: rem-calc(8); - height: rem-calc(2); - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - } - } - } - } - #sec-nav { - position: relative; - text-align: left; - padding: 10px 0; - margin: 0 0 15px 45px; - ul { - margin: 0; - li { - display: inline; - a { - font-size: 12px; - color: $d-blue; - padding: 0 5px; - font-weight: bold; - } - } - } - & > ul > li { - position: relative; - &:before { - color: $aluminum; - content: "|"; - position: absolute; - top: 2px; - left: -15px; - font-size: 14px; - font-weight: bold; - display:block; - padding: 0 10px; - } - &:first-child:before { - content: none; - } - } - } - img { - margin-left: 5px; - } - .social { - margin-top: -25px; - padding-right: 0; - a { - float: right; - margin: 0 5px; - img { - margin: 0; - } - } - } +// & #logo { +// img { +// margin-bottom: 15px; +// } +// } +// & .search { +// input { +// height: 20px; +// width: 167px; +// padding: 0 8px; +// margin: 13px 0px 0px 18px; +// border-radius: 3px; +// font-size: 10px; +// color: $black; +// display: inline-block; +// } +// a { +// &.magnifying-glass { +// font-size: 10em; /* This controls the size. */ +// display: inline-block; +// width: rem-calc(10); +// height: rem-calc(10); +// border: rem-calc(2) solid $d-blue; +// position: relative; +// border-radius: 0.35em; +// margin: 0 0 0 -25px; +// &:before { +// content: ""; +// display: inline-block; +// position: absolute; +// right: rem-calc(-7); +// bottom: rem-calc(-4); +// border-width: 0; +// background: $d-blue; +// width: rem-calc(8); +// height: rem-calc(2); +// -webkit-transform: rotate(45deg); +// -moz-transform: rotate(45deg); +// -ms-transform: rotate(45deg); +// transform: rotate(45deg); +// } +// } +// } +// } +// #sec-nav { +// position: relative; +// text-align: left; +// padding: 10px 0; +// margin: 0 0 15px 45px; +// ul { +// margin: 0; +// li { +// display: inline; +// a { +// font-size: 12px; +// color: $d-blue; +// padding: 0 5px; +// font-weight: bold; +// } +// } +// } +// & > ul > li { +// position: relative; +// &:before { +// color: $aluminum; +// content: "|"; +// position: absolute; +// top: 2px; +// left: -15px; +// font-size: 14px; +// font-weight: bold; +// display:block; +// padding: 0 10px; +// } +// &:first-child:before { +// content: none; +// } +// } +// } +// img { +// margin-left: 5px; +// } +// .social { +// margin-top: -25px; +// padding-right: 0; +// a { +// float: right; +// margin: 0 5px; +// img { +// margin: 0; +// } +// } +// } } diff --git a/root/sections/footer.php b/root/sections/footer.php index e7e0b35..6a62b43 100644 --- a/root/sections/footer.php +++ b/root/sections/footer.php @@ -1,9 +1,10 @@ -