diff --git a/editor/mobile.menu.php b/editor/mobile.menu.php index 10f13497..2938a9ec 100644 --- a/editor/mobile.menu.php +++ b/editor/mobile.menu.php @@ -1,19 +1,19 @@ - @@ -23,61 +23,61 @@ function menu_template(){ 'mobile-menu primary-menu', 'menu' => $menu, 'container' => null, 'container_class' => '', - 'depth' => 1, + 'depth' => 2, 'fallback_cb' => '' ) ); - + } else pl_nav_fallback( 'mobile-menu primary-menu' ); - + if ( is_array( wp_get_nav_menu_items( $menu2 ) ) ) { - + wp_nav_menu( array( 'menu_class' => 'mobile-menu secondary-menu', 'menu' => $menu2, 'container' => null, 'container_class' => '', - 'depth' => 1, + 'depth' => 2, 'fallback_cb' => '' ) ); - - } - - - $twitter = pl_setting('twittername'); + + } + + + $twitter = pl_setting('twittername'); $facebook = pl_setting('facebook_name'); - + ?>
- - ', $facebook); - + if($twitter) - printf('', $twitter); - + printf('', $twitter); + printf('', get_bloginfo( 'rss2_url' ) );?>
- .pl-content { + padding-left: 12px; + padding-right: 12px; + } + } + &.display-full .pl-content{ + position: relative; + max-width: @plContentWidth; + margin: 0 auto; + + } + .section-plcolumn{ + margin-bottom: 0; + } + + #footer section:last-child{ + margin-bottom: 0; + } } @@ -48,12 +143,14 @@ body .pl-area .pl-section{ } .pl-area-wrap{ - .background-size(cover); background-position: 50% 0; } -.pl-parallax{ - +.pl-bg-cover{ + .background-size(cover); +} +.pl-bg-repeat{ + background-repeat: repeat; } @@ -73,9 +170,9 @@ body .pl-area .pl-section{ .pl-black, .pl-grey{ - color: rgba(255,255,255,.7); + color: rgba(255,255,255,.7); h1, h2, h3, h4, h5, h6, a{ - color:#fff; + color:#fff; } a:hover{ opacity: .7; @@ -83,34 +180,37 @@ body .pl-area .pl-section{ } } .pl-black{ - background:#000; + background:#000; .pl-contrast{ - background: #222; + background: #222; } } .pl-grey{ - background:#1c1c1c; + background:#1c1c1c; .pl-contrast{ - background: #000; + background: #000; } } .pl-dark-img{ - background:#000; - color: #fff; + background:#000; + color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.8); .pl-contrast{ - background: rgba(0,0,0,.2); + background: rgba(0,0,0,.2); + } + a{ + color: #fff; } } .pl-light-img{ - background:#fff; - color: #000; + background:#fff; + color: #000; text-shadow: 0 1px 0 rgba(255,255,255,.8); .pl-contrast{ - background: rgba(255,255,255,.2); + background: rgba(255,255,255,.2); } } @@ -171,15 +271,15 @@ body{ ****************************************/ @media screen and ( max-width:@resPortraitTablet ){ - .responsive{ - + .site-wrap{ + -webkit-backface-visibility: hidden; // fixes flicker } } /* * RESPONSIVE: PHONE - ****************************************/\ + ****************************************/ @media screen and ( max-width : @resPhoneLandscape ) { .responsive{