diff --git a/functions.php b/functions.php index 566e7ec..d16dce3 100644 --- a/functions.php +++ b/functions.php @@ -115,6 +115,12 @@ if ( function_exists('register_sidebar') ) { 'before_title' => '

', 'after_title' => '

', )); + register_sidebar(array( + 'name' => 'Home - Slideshow', + 'id' => 'sidebar-slideshow', + 'before_title' => '

', + 'after_title' => '

', + )); register_sidebar(array( 'name' => 'Sidebar - About Us 1', 'id' => 'sidebar-about1', @@ -229,14 +235,8 @@ if ( function_exists('register_sidebar') ) { 'before_title' => '

', 'after_title' => '

', )); - /* register_sidebar(array( - 'name' => 'Home2', - 'id' => 'home2', - 'before_widget' => '
', - 'after_widget' => '
', - 'before_title' => '

', - 'after_title' => '

', - )); */ + + } diff --git a/page-home.php b/page-home.php index dde365b..36ca92c 100644 --- a/page-home.php +++ b/page-home.php @@ -26,97 +26,15 @@ if($homepageLayout == '1-3') {

OUR APPROACH

- - -
-
- '; - echo ''; - - /*echo '
'; - foreach($posts as $post){ - setup_postdata($post); - echo '
'; - } - echo '
';*/ - ?> - - -
- white triangle cut out -
-
-
- + + +
diff --git a/style.css b/style.css index 0538f8f..95a1e7a 100644 --- a/style.css +++ b/style.css @@ -2418,5 +2418,39 @@ ul.category-blog li a:nth-child(-n+2):after { .panel-collapse ul li { list-style:circle; } + +.home-slider-wrapper .caption-wrap { + position:relative !important; + margin-top:15px !important; + background-color:transparent !important; + opacity:1 !important; +} + .home-slider-wrapper .caption-wrap .caption { + color:#525559; + } + +.home-slider-wrapper .metaslider .flexslider { + margin:0 0 20px; +} + +.home-slider-wrapper .caption-wrap .caption a { + background-color: #70bbb4; + color: white; + font-size: 9px; + font-weight: 700; + padding: 2px 4px; + text-decoration: none; + text-transform:uppercase; + white-space: nowrap; +} + .home-slider-wrapper .caption-wrap .caption a:hover { + background-color:#5EA8A0; + } + +.home-slider-wrapper .flex-direction-nav a { + top:43% !important; +} + +/*Brian synced 3/28/16 */ /* Start Shemona Code */ \ No newline at end of file