From: Steve Sutton Date: Thu, 9 Oct 2014 15:27:15 +0000 (-0400) Subject: updates X-Git-Tag: v1.0.0~38 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8686eb814fb9b4a24fd688881903863a0fbdcfd1;p=WP-Themes%2FWildBillsATVs.git updates --- diff --git a/assets/bg-logo.png b/assets/bg-logo.png new file mode 100644 index 0000000..3af056c Binary files /dev/null and b/assets/bg-logo.png differ diff --git a/assets/bg-truck.png b/assets/bg-truck.png new file mode 100644 index 0000000..3317537 Binary files /dev/null and b/assets/bg-truck.png differ diff --git a/assets/bg.jpg b/assets/bg.jpg index 612755c..3711348 100644 Binary files a/assets/bg.jpg and b/assets/bg.jpg differ diff --git a/footer.php b/footer.php index 5a51945..f94c101 100644 --- a/footer.php +++ b/footer.php @@ -1,10 +1,23 @@ - - - - +
+

+ + For Jeeps, Boats and Jet Ski's for family fun, visit us at + Parrot's Landing! +

+
+ + + + + + + + + + diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..d0ca581 --- /dev/null +++ b/functions.php @@ -0,0 +1,68 @@ + $ancestorId, + 'include' => $incl, + 'link_before' => '', + 'title_li' => '', + 'sort_column' => 'menu_order' + ) + ); + } + function glmAddSubs() + { + global $includePages, $post; + $pages = get_pages(array('parent' => 0)); + foreach ($pages as $page) { + $includePages[] = $page->ID; + } + } + function glmAddDescendants($glmPost) + { + global $includePages, $frontPageId, $ancestorId; + if ($glmPost->ID != $frontPageId) { + $includePages[] = "{$glmPost->ID}"; + $ancestorId = $glmPost->ID; + $descendants = get_pages(array('child_of' => $ancestorId)); + } else { + $ancestorId = $frontPageId; + } + + if (isset($descendants) && $descendants) { + foreach ($descendants as $page) { + if (($page->post_parent == $ancestorId) && + ($page->post_parent == $glmPost->ID)) + { + $includePages[] = $page->ID; + } + } + } + } + function glmAddParent($glmPost) + { + global $includePages, $frontPageId, $ancestorId; + $includePages[] = "{$glmPost->post_parent}"; + $parents = get_post_ancestors($glmPost->ID); + foreach ($parents as $page) { + $includePages[] = $page; + } + } + function glmAddSiblings($glmPost) + { + global $includePages, $frontPageId, $ancestorId; + glmAddDescendants(get_post($glmPost->post_parent)); + } +} +?> diff --git a/functions.php~ b/functions.php~ new file mode 100644 index 0000000..6a78a9d --- /dev/null +++ b/functions.php~ @@ -0,0 +1,5 @@ + diff --git a/header.php b/header.php index d68336b..2738b51 100644 --- a/header.php +++ b/header.php @@ -5,19 +5,31 @@ + - + - - + + + + -
-
-
-
- - - -
+
+
+
+
+
+
+
+ +
+
+ + + +
+
+
+
diff --git a/index.php b/index.php index 8fc4ec6..8d9c8c6 100755 --- a/index.php +++ b/index.php @@ -1,18 +1,19 @@ - + +
-
- - - + "; + bcn_display(); + echo "
"; + }?> +
-
-

-
- + diff --git a/index.php~ b/index.php~ new file mode 100755 index 0000000..b947999 --- /dev/null +++ b/index.php~ @@ -0,0 +1,25 @@ + + + +
+ "; + bcn_display(); + echo "
"; + }?> +
+ + + +

+ +'.print_r($pages, true).''; +$ancestors = get_post_ancestors($post->ID); +echo '
'.print_r($ancestors, true).'
'; +?> +
+ + diff --git a/page-22.php b/page-22.php index 6baa909..08eb47b 100755 --- a/page-22.php +++ b/page-22.php @@ -1,10 +1,13 @@ -
+
- - - + "; + bcn_display(); + echo "
"; + }?> @@ -13,6 +16,5 @@
-
diff --git a/qs.css b/qs.css index 984fcb8..b8df58f 100644 --- a/qs.css +++ b/qs.css @@ -4,3 +4,31 @@ #toolbox img.alignleft { float: left; } +.tab-bar { + background-color: #a41811; +} +aside.left-off-canvas-menu ul.off-canvas-list li a:hover { + background-color: rgba(230, 230, 230, 0.4); +} +ul.off-canvas-list li a { + color: black; +} +aside.left-off-canvas-menu { + background: transparent; +} +aside.left-off-canvas-menu ul.off-canvas-list li { + display: block; + overflow: hidden; + position: relative; +} +aside.left-off-canvas-menu ul.off-canvas-list li a { + font-family: "Arial"; + font-size: 18px; + line-height: 20px; + color: #a41811; + border-bottom: 1px solid #b1b3b6; + background-repeat: no-repeat; + background-position: 3px 50%; + padding-left: 55px; +} + diff --git a/sidebar.php b/sidebar.php index 4ac747a..33909fe 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,33 +1,50 @@ -
- -
-

-
-
-

8110 W. Hazel Rd

-

- Mears, - MI - 49436 -

-
- -

- Phone: - 231-873-8400 -

+
+ + + -
-
-
diff --git a/sidebar.php~ b/sidebar.php~ new file mode 100644 index 0000000..fd0f3c1 --- /dev/null +++ b/sidebar.php~ @@ -0,0 +1,77 @@ +
+ + + + diff --git a/style.css b/style.css index 6f07224..18db960 100644 --- a/style.css +++ b/style.css @@ -39,14 +39,24 @@ img { text-align: left; } #wrapperInner { - margin: 0 auto; + padding: 0; + margin: 0; height: 1%; + width: 100%; overflow: hidden; - /* background: url(assets/bg_content.jpg) no-repeat #fff; */ + z-index: 2; background: url(assets/bg_content.png) no-repeat; } /* Header Area */ +#bgTruck { + z-index: 1; +} +@media (max-width: 640px) { + #bgTruck { + display: none; + } +} #top { height: 169px; position: relative; @@ -54,11 +64,7 @@ img { } #logo { - /*position: absolute; - top: 50px; - left: 50px;*/ background: transparent; - display: none; } #top a:link {font-size: 1px;color: #d4cebe;} #top a:visited {color: #d4cebe;} @@ -68,7 +74,7 @@ img { /* Main Contant Area */ #main { - max-width: 790px; + max-width: 990px; float: left; position: relative; /* background: url(assets/bgInner.jpg) no-repeat 0 bottom; */ @@ -78,7 +84,7 @@ img { } /* Column */ #column { - max-width: 200px; + /*width: 200px;*/ float: left; position: relative; background: url(assets/bg_leftcol.gif) no-repeat #fff; padding: 0 0 100px 0; @@ -91,6 +97,9 @@ img { h1, h2 { margin-bottom: 1em; } +h2 { + font-size: 19.5px !important; +} .imageright, .imageleft { position: relative; }