From: Anthony Talarico Date: Fri, 24 Jun 2016 14:30:14 +0000 (-0400) Subject: getting sku to populate field in enquire form X-Git-Tag: v1.0.0^2~153 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bc18dfd3600de8aa7224f27be28434cdfdaaba8d;p=WP-Themes%2Ffrancejourneys.git getting sku to populate field in enquire form --- diff --git a/css/app.css b/css/app.css index f9e2b75..d9903a0 100644 --- a/css/app.css +++ b/css/app.css @@ -7763,7 +7763,7 @@ main.woocommerce .product.type-product .woocommerce-tabs ul.wc-tabs li.active::a #regions_sidebar li { list-style: none; - line-height: 15px; + line-height: 16px; padding-bottom: 11px; } #enquire_button { diff --git a/home.php b/home.php index f3083f0..9f2ca0b 100644 --- a/home.php +++ b/home.php @@ -3,6 +3,7 @@
+
+ $pad_counts, 'hierarchical' => $hierarchical, 'title_li' => $title, - 'hide_empty' => $empty + 'hide_empty' => $empty, ); + $all_categories = get_categories( $args ); + ?> +