From: Anthony Talarico Date: Tue, 19 Feb 2019 15:15:53 +0000 (-0500) Subject: adding category to the county dropdown action items X-Git-Tag: v1.0.0^2~66 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2d2bdb916fa873609fbf64c55a8dcb11900c7338;p=WP-Themes%2Fuptravel.git adding category to the county dropdown action items --- diff --git a/css/app.css b/css/app.css index afb7ee2..35ad9f7 100644 --- a/css/app.css +++ b/css/app.css @@ -8085,11 +8085,11 @@ body .leaflet-bottom.leaflet-right { #county-action-items { background: #65C6F4; position: absolute; - width: 104%; + width: 105%; right: 0; text-align: center; - padding: 5px 0; - bottom: -140px; } + padding: 20px 0; + bottom: -155px; } .glm-theme-map-label { font-family: 'Posterizer'; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 98b5210..59e4c1c 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -119,11 +119,11 @@ body{ #county-action-items{ background: #65C6F4; position: absolute; - width: 104%; + width: 105%; right: 0; text-align: center; - padding: 5px 0; - bottom: -140px; + padding: 20px 0; + bottom: -155px; } .glm-theme-map-label{ font-family: 'Posterizer'; diff --git a/sections/blog-dropdown.php b/sections/blog-dropdown.php index 87f618c..c578d22 100644 --- a/sections/blog-dropdown.php +++ b/sections/blog-dropdown.php @@ -34,12 +34,14 @@ $travel_tools = array("Order"=>get_permalink(2), "View"=>"https://www.bluetoad - + $icon = "Waterfalls"; + $category = 25; + } else if ( strpos( $item, 'Light' ) !== false ) { + $icon = 'Lighthouses'; + $category = 21; + } + ?> +