changing alt text to match the slugs for a few cabins that added -2 to the end of...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jul 2016 16:39:39 +0000 (12:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jul 2016 16:39:39 +0000 (12:39 -0400)
campground-map.php

index 4a45d3c..683bd1c 100644 (file)
@@ -189,16 +189,15 @@ $js_categories = json_encode($categories);
                            <h1>Cabin Specifications and Pictures</h1>
                             <h5 class="map-headline">Hover over or click on a campsite to view specifications and pictures</h5>
                             <map name="cabins-map" id="cabins-map">
-                                <area class="tooltip_hover show-for-medium-up" shape="poly" coords="389,79,401,81,394,100,381,94" alt="cabin-3" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
+                                <area class="tooltip_hover show-for-medium-up" shape="poly" coords="389,79,401,81,394,100,381,94" alt="cabin-3-2" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="410,98,419,85,429,91,421,108" alt="cabin-2" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="429,116,448,116,445,127,427,128" alt="cabin-1" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="406,269,414,256,424,263,416,276" alt="cabin-d" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
-                                <area class="tooltip_hover show-for-medium-up" shape="poly" coords="359,287,373,286,373,302,360,302" alt="cabin-f" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
+                                <area class="tooltip_hover show-for-medium-up" shape="poly" coords="359,287,373,286,373,302,360,302" alt="cabin-f-2" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="216,524,227,527,220,547,210,543,209,542" alt="cabin-5" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="262,15,278,13,274,34,264,32" alt="cabin-4" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" /> 
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="343,153,351,146,356,154,362,148,367,154,364,157,370,164,357,172,343,155" alt="recreation-hall" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
                                 <area class="tooltip_hover show-for-medium-up" shape="poly" coords="316,319,315,328,341,330,341,320" alt="pavilion" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />
-                                <area class="tooltip_hover show-for-medium-up" shape="poly" coords="364,328,377,325,380,337,368,336" alt="bathhouse" onmouseover="site_info(this);get_pos(event); "   onclick="full_content_tool_tip(this)" nohref="nohref" />  
                           </map>
                           <img src="<?php echo get_template_directory_uri(); ?>/assets/cabins-map.jpg" alt="bottom-map" usemap="#cabins-map">