<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Detailed reviews of WP map plugins. Fla-shop.com blog</title>
	<atom:link href="https://www.fla-shop.com/blog/category/plugin-reviews/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fla-shop.com/blog/category/plugin-reviews/</link>
	<description>Interactive Maps, HTML5, WordPress, Map Use-cases – Fla-shop.com blog</description>
	<lastBuildDate>Mon, 06 Mar 2023 18:22:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>5 Features of the US Map for WordPress Plugin</title>
		<link>https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/</link>
					<comments>https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 24 Jan 2020 17:32:38 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=305</guid>

					<description><![CDATA[<p>In this post, we'll review some real life examples of using an interactive map: displaying content near the map after clicking on a section, displaying tooltips, opening hyperlinks, showing lightbox popups, and showcasing API by launching JavaScript.</p>
<p>The post <a href="https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/">5 Features of the US Map for WordPress Plugin</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>All of these features are included both in the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Interactive map of the United States</a> plugin for WordPress and in other maps that are provided on our website.</p>



<p>Below are some examples of the various functions Fla-shop.com maps have to offer; feel free to test their functions for yourself.</p>



<h2 class="wp-block-heading" id="the-following-example-displays-information-next-to-the-map">The following example displays information next to the map</h2>



<p>Click on any of the states to display customizable content near the map.</p>
</div></div>



<div class="wp-block-group article_lg_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapright htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_0' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_0'></div> <style> #usa-html5-map-map-container_0 { } #usa-html5-map-map-container_0 .fm-tooltip-name { color: #000000; font-size: 20px; } #usa-html5-map-map-container_0 .fm-tooltip-comment { } #usa-html5-map-map-container_0 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_0 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_0 = new FlaShopUSAMap(usahtml5map_map_cfg_2); usahtml5map_map_0.draw('usa-html5-map-map-container_0'); usahtml5map_map_0.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_2; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_0').val(sid); else jQuery('#usa-html5-map-selector_0').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=2' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_0').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=2' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=2' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_0').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_0.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_0' class='usaHtml5MapStateInfo'>Click on any state to display the corresponding content near the map</div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 



<p> </p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading" id="display-tooltips-when-hovering-over-a-section">Display Tooltips When Hovering Over a Section</h2>



<p>Hover your mouse over any one of the states to display the customizable tooltip popup. If you click on the state, the tooltip window will become fixed, allowing you to click on the links inside.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_1' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_1'></div><div style='clear:both; height: 20px;'></div> <style> #usa-html5-map-map-container_1 { } #usa-html5-map-map-container_1 .fm-tooltip-name { color: #084989; font-size: 20px; } #usa-html5-map-map-container_1 .fm-tooltip-comment { } #usa-html5-map-map-container_1 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_1 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_1 = new FlaShopUSAMap(usahtml5map_map_cfg_1); usahtml5map_map_1.draw('usa-html5-map-map-container_1'); usahtml5map_map_1.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_1; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_1').val(sid); else jQuery('#usa-html5-map-selector_1').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=1' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_1').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=1' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=1' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_1').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_1.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_1' class='usaHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading" id="try-out-this-map-with-hyperlinks-in-each-state">Try out this Map with Hyperlinks in Each State</h2>



<p>In this example is a map with each state having its own assigned hyperlink. When you click on a state, you will be taken to a new page that has that state&#8217;s corresponding larger map plugin. Those links can be modified to your choosing.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_2' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_2'></div><div style='clear:both; height: 20px;'></div> <style> #usa-html5-map-map-container_2 { } #usa-html5-map-map-container_2 .fm-tooltip-name { color: #000000; font-size: 20px; } #usa-html5-map-map-container_2 .fm-tooltip-comment { } #usa-html5-map-map-container_2 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_2 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_2 = new FlaShopUSAMap(usahtml5map_map_cfg_3); usahtml5map_map_2.draw('usa-html5-map-map-container_2'); usahtml5map_map_2.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_3; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_2').val(sid); else jQuery('#usa-html5-map-selector_2').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=3' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_2').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=3' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=3' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_2').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_2.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_2' class='usaHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading" id="try-out-our-lightbox-popups">Try Out Our Lightbox Popups</h2>



<p>If you want to display lightbox popups, try clicking on one of the States below; you can use a free Popup Builder plugin to create your own popups.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_3' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_3'></div><div style='clear:both; height: 20px;'></div> <style> #usa-html5-map-map-container_3 { } #usa-html5-map-map-container_3 .fm-tooltip-name { color: #000000; font-size: 20px; } #usa-html5-map-map-container_3 .fm-tooltip-comment { } #usa-html5-map-map-container_3 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_3 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_3 = new FlaShopUSAMap(usahtml5map_map_cfg_4); usahtml5map_map_3.draw('usa-html5-map-map-container_3'); usahtml5map_map_3.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_4; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_3').val(sid); else jQuery('#usa-html5-map-selector_3').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=4' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_3').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=4' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=4' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_3').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_3.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_3' class='usaHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading" id="use-the-api-to-launch-javascript">Use the API to launch JavaScript</h2>



<p>You can launch JavaScript yourself by hovering over or clicking on any state. Try it for yourself and see how easy it is:</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div style="float: left; width: 20%;">Hovered state:</div>
<div id="hover_cell" style="background-color: #ffffcc; padding-left:20px; float: left; width: 80%;">&nbsp;</div>
<div style="clear: both; margin-top: 5px;">&nbsp;</div>
<div style="float: left; width: 20%;">Clicked state:</div>
<div id="click_cell" style="background-color: #ffffcc; padding-left:20px; float: left; width: 80%;">&nbsp;</div>
<div style="clear: both;">&nbsp;</div>


 <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_4' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_4'></div><div style='clear:both; height: 20px;'></div> <style> #usa-html5-map-map-container_4 { } #usa-html5-map-map-container_4 .fm-tooltip-name { color: #000000; font-size: 20px; } #usa-html5-map-map-container_4 .fm-tooltip-comment { } #usa-html5-map-map-container_4 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_4 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_4 = new FlaShopUSAMap(usahtml5map_map_cfg_5); usahtml5map_map_4.draw('usa-html5-map-map-container_4'); usahtml5map_map_4.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); (function (map, containerId, mapId) { map.on('mousein', function(ev, sid, map) { document.getElementById('hover_cell').innerHTML = map.fetchStateAttr(sid, 'name').toUpperCase(); }); map.on('mouseout', function(ev, sid, map) { document.getElementById('hover_cell').innerHTML = ''; }); map.on('click', function(ev, sid, map) { document.getElementById('click_cell').innerHTML = map.fetchStateAttr(sid, 'name').toUpperCase(); }); })(usahtml5map_map_4, 'usa-html5-map-map-container_4', 5); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_5; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_4').val(sid); else jQuery('#usa-html5-map-selector_4').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=5' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_4').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=5' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=5' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_4').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_4.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_4' class='usaHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>Our Premium maps all have API, so web developers can create and customize the map features; for instance, you could log your webpage activity, track mouseover and clicking events, etc.</p>



<p>How can the API be useful? For example, this <a href="https://www.fla-shop.com/visited-states/">interactive state map</a> uses the API to interact with the list of states.</p>



<h2 class="wp-block-heading" id="other-opportunities">Other Opportunities</h2>



<p>Are you looking for more possibilities? You don&#8217;t need to be confined by state boundaries. All of the interactive approaches shown above can be used for pinpoint locations, regions, districts, etc, using any of our map plugins. You could show all of your offices, display your global market regions, or even display a dynamic inventory of each territory. All of which can improve your website&#8217;s attractiveness, raise your clients&#8217; awareness, and even lead to increased engagement.</p>
</div></div>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/us-points-regions.png" alt="Interactive map of the USA"/></figure>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading" id="try-it-for-free-today">Try it for free today!</h2>



<p>The interactive examples in the above post show some of our plugin&#8217;s capabilities. You can download the free demo version and try all the options on your website. If you or your clients like it, you can easily transfer all the settings into the full version! You don&#8217;t need to create the settings of the map again. We are sure that all of our plugins will substantially improve your website and allow you to attract more users.</p>
</div></div>



<div class="wp-block-group article_sm_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/">5 Features of the US Map for WordPress Plugin</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Bulk Edit feature of USA Map plugin for WP</title>
		<link>https://www.fla-shop.com/blog/bulk-edit-feature-of-usa-map-plugin/</link>
					<comments>https://www.fla-shop.com/blog/bulk-edit-feature-of-usa-map-plugin/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 08 Mar 2018 16:46:47 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=518</guid>

					<description><![CDATA[<p>If you are running a business website on WordPress, and you have a wide network in the USA, then you must consider using an interactive USA Map plugin to provide all the information to your visitors. Recently, a new feature has been introduced in the plugin that will allow you to do bulk editing for multiple states at a time.</p>
<p>The post <a href="https://www.fla-shop.com/blog/bulk-edit-feature-of-usa-map-plugin/">Bulk Edit feature of USA Map plugin for WP</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[</p>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>Creating a <a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/">rep locator map</a> with the same details about multiple states can be a difficult and time-consuming task.</p>
</p>
<p>With this specific feature, you can easily edit multiple states at once and you don&#8217;t need to add similar information to every single state separately. Let&#8217;s have a better look at the Bulk Edit feature of the USA Map Plugin.</p>
</p>
<h2 class="wp-block-heading">Advantages of Bulk Edit feature</h2>
</p>
<p>Using the Bulk Edit feature of the US Map Plugin will make things a lot simpler for you. If you need to add similar settings to multiple states on a map, you can select multiple states and add the same information at once. Here are a few benefits that you will be able to receive using the &#8220;Bulk Edit&#8221; feature.</p>
</p>
<ul class="wp-block-list">
<li>It will save you time.</li>
</p>
<li>No need to add the same information for every state separately.</li>
</p>
<li>Add the same colors for multiple states.</li>
</p>
<li>Same settings for multiple states with a single click.</li>
</ul>
</p>
<h2 class="wp-block-heading">How to use it</h2>
</p>
<p>Using the &#8220;Bulk Edit&#8221; feature is easy and simple. If you need to create a map and want to show the same information in multiple states, then you can simply visit the &#8216;Detailed Settings&#8217; tab of that specific map to use this specific feature. Here are a few steps to carefully use the &#8220;Bulk Edit&#8221; feature.</p>
</p>
<p>After visiting the detailed settings tab, you will be able to see a new option for Bulk Edit.</p>
</p>
<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/03/bulk-edit-01.png" alt="Tab with detailed settings"/></figure>
</p>
<p>Once you click that option, you will be able to get a list of all the states of the USA and you can select the ones you need to add to the map. You can also select the option &#8220;Choose on the map&#8221; to select them on the map as well.</p>
</p>
<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/03/bulk-edit-02.png" alt="Batch settings page with list of states"/></figure>
</p>
</p>
<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/03/bulk-edit-03.png" alt="Selecting states on the map"/></figure>
</p>
<p>Once you have selected multiple states, you can move to the next step and start bulk editing by adding all the necessary information. You can choose colors for the states, add tooltips, and much more.</p>
</p>
<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/03/bulk-edit-04.png" alt="Editing batch settings"/></figure>
</p>
<p>After editing all the states at once, you can save changes and use the shortcode to insert the map on the desired page. It won&#8217;t take long and it is perfect for creating sales region maps. </p>
</p>
<figure class="wp-block-image size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/03/bulk-edit-05.png" alt="Preview tab in plugin"/></figure>
</p>
<h2 class="wp-block-heading">How it can be useful</h2>
</p>
<p>When you are creating sales area maps on your WordPress site, it can be difficult and time-consuming to add similar information in multiple states separately. With the help of the &#8220;Bulk Edit&#8221; feature, you can quickly create a sales area map for your website.</p>
</p>
<p>The basic ways of creating sales area maps are:</p>
</p>
<ul class="wp-block-list">
<li>Setting up each state one by one</li>
</p>
<li>Create state groups on the &#8220;Groups&#8221; tab</li>
</p>
<li>Use import CSV file with settings</li>
</ul>
</p>
<p>Usually, sales managers cover multiple states and with the older version of this plugin, it was very difficult and time-consuming to add the same contact information several times. With the addition of the &#8220;Bulk Edit&#8221; feature, you can edit multiple states at once and change the settings including color, contact information, links, and much more.</p>
</p>
<p>This feature is ideal for:</p>
</p>
<ul class="wp-block-list">
<li>Sales regions map</li>
</p>
<li>Dealer locator map</li>
</p>
<li>Coverage/delivery/franchise areas maps</li>
</ul>
</p>
<h2 class="wp-block-heading">Conclusion</h2>
</p>
<p>The basic purpose of the bulk editing feature is to add sales region maps and dealer locator maps easily. With the help of this specific feature, you can create these maps within minutes. It helps you save time and improve usability.</p>
</p>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/bulk-edit-feature-of-usa-map-plugin/">Bulk Edit feature of USA Map plugin for WP</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/bulk-edit-feature-of-usa-map-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Review of the US Map for WP. Part 5: Points settings</title>
		<link>https://www.fla-shop.com/blog/detailed-review-5-points-settings/</link>
					<comments>https://www.fla-shop.com/blog/detailed-review-5-points-settings/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 20:00:05 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=250</guid>

					<description><![CDATA[<p>Each interactive map from Fla-shop.com has the capability to add the points to the map. What is a point? The point is the special place on the map that can be provided with any necessary information. Do you want to know more?</p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-5-points-settings/">Review of the US Map for WP. Part 5: Points settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>The &#8220;Points settings&#8221; section can be opened by selecting the tab at the WordPress administrator dashboard menu on the left side of the screen.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-points.png" alt="Points tab in the plugin"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>After that, you will just need to place the point on the map (double-click with the left mouse button) and the configuration menu will appear. Also, for your convenience, we made a screenshot of this section with a comprehensive review of its fields and checkboxes:</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-points-pointers.png" alt="Points tab in the plugin with pointers"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>[1] &#8220;Position&#8221; – sets up the position coordinates of the point and its radius.<br />[2] &#8220;Name&#8221; – sets up the point name.<br />[3] &#8220;Short name&#8221; – sets up the point shortname.<br />[4] &#8220;Text position&#8221; – sets up the position of the point text.<br />[5] &#8220;Font size&#8221; – sets up the font size of the point information text.<br />[6] &#8220;Tooltip&#8221; – shows the tooltip settings window, where you can add any text information to the point and image icon.<br />[7] &#8220;Point color&#8221; – sets up the point color. The &#8220;Use default&#8221; checkbox sets the default point color (black).<br />[8] &#8220;Point hover color&#8221; – sets up the point hover color (when the user hovers the mouse cursor over the point). The &#8220;Use default&#8221; checkbox sets the default color for the point.<br />[9] &#8220;More color settings&#8221; – opens the extra menu with additional color settings. Here you can set:</p>
<ul class="wp-block-list">
<li>point border-color;</li>
<li>point border hover color;</li>
<li>point name color;</li>
<li>point name hover color;</li>
<li>point name stroke color;</li>
<li>point name stroke hover color.</li>
</ul>
<p>Also, you can set all these parameters to default values by checking the &#8220;Use default&#8221; checkbox.</p>
<h3 class="wp-block-heading">On click action subsection</h3>
<p>This subsection manages the action when the user clicks on the point:</p>
<ul class="wp-block-list">
<li>&#8220;Nothing&#8221; – when the user clicks on the point, nothing happens.</li>
<li>&#8220;Open link&#8221; &#8211; when the user clicks on the point, the selected URL ([11]) will be opened. Also, you can check the checkbox [12] to let the link open in the new window.</li>
<li>&#8220;Show additional information&#8221; &#8211; when the user clicks on the point, the additional information window will appear.</li>
<li>&#8220;Show lightbox popup&#8221; &#8211; when the user clicks on the point, the lightbox popup window will appear. Please note, that you need to install the &#8220;Popup builder&#8221; WordPress plugin to manage popup windows.</li>
</ul>
<p>Thus, when all settings are set, you can select the button &#8220;Apply&#8221; [13] to apply them or the button &#8220;Delete&#8221; [14] to delete the point.</p>
<h2 class="wp-block-heading">Conclusion</h2>
<p>To sum up, the Points are very powerful when you need to show different types of information. For example, you can show visited places or several state shops of your company. We hope that this quick guide will answer most of your questions about how to configure point settings.</p>
<ul class="wp-block-list"></ul>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-5-points-settings/">Review of the US Map for WP. Part 5: Points settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/detailed-review-5-points-settings/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Review of the US Map for WP. Part 4: Groups settings</title>
		<link>https://www.fla-shop.com/blog/detailed-review-4-groups-settings/</link>
					<comments>https://www.fla-shop.com/blog/detailed-review-4-groups-settings/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 19:43:52 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=246</guid>

					<description><![CDATA[<p>First of all, Grouping is a powerful feature of the US interactive map WordPress plugin from Fla-shop.com. As follows, it allows you to set the same parameters to several states grouped into one or more groups. For example, this feature is useful when you want to display any statistical data on the map or to show the departments structure of your company.</p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-4-groups-settings/">Review of the US Map for WP. Part 4: Groups settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>In detail, you can open the &#8220;Configuration of groups&#8221; section by selecting the &#8220;Groups settings&#8221; tab at the WordPress administrator dashboard menu on the left side of the screen.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-groups.png" alt="State group settings tab"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>So, for your convenience, we made a screenshot of this section with a comprehensive review of its fields as well as of the checkboxes:</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-groups-pointers.png" alt="State group settings tab with pointers"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">Group selection</h2>
<p>So, this section allows selecting an existing group to change its options or create a new group.<br />[1] – Select an existing group with this list.<br />[2] – here you can create a new group. Please note, that when you install the plugin for the first time, you have no groups, and only the &#8220;Create a new group&#8221; input field will be available.</p>
<h2 class="wp-block-heading">Area selection</h2>
<p>At the same time, this section allows you to select the states that will belong to the new group. Select any number of the states you want and after that configure the group settings in the next section.<br />[3] &#8220;Enable zoom&#8221; – check this checkbox if you want to zoom the map while selecting the states into the group.<br />[4] – here we show the states selected for the group.</p>
<h2 class="wp-block-heading">Group settings</h2>
<p>This section manages the selected group settings.<br />[5] &#8220;Group name&#8221; – sets up the group name.<br />[6] &#8220;Keep individual highlighting&#8221; – after checking this checkbox, it enables an individual highlighting for each state in the group.<br />[7] &#8220;Override individual tooltip settings&#8221; – check this checkbox if you want to override individual settings for each separate state tooltip.<br />[8] &#8220;Displayed name&#8221; – sets up the displayed name for the group.<br />[9] &#8220;Info for tooltip balloon&#8221; – here you can set up the additional info for the group tooltip balloon. It appears when the user hovers the mouse button over the group.<br />[10] &#8220;Image URL&#8221; – sets up the URL for the group icon image.<br />[11] &#8220;Override individual action settings&#8221; – when you configure the separate states (as it was described earlier), you may have chosen an action when the user clicks on the state. After checking this checkbox, all these actions will be overwritten by the selected action for the group.</p>
<h3 class="wp-block-heading">Group action subsection</h3>
<p>This subsection manages the action after clicking on the group.<br />[12] &#8220;Nothing&#8221; – nothing will happen after&nbsp;clicking.<br />[13] &#8220;Open an URL&#8221; – by choosing this group you open the selected URL.<br />[14] &#8220;Show more info&#8221; – when the user clicks on the group, the tooltip balloon with additional info will be displayed.<br />[15] &#8220;Show lightbox popup&#8221; – when the user clicks on the group, the lightbox popup will be displayed. Please note, that for displaying the lightbox popup you need to install the &#8220;Popup builder&#8221; WordPress plugin.</p>
<h3 class="wp-block-heading">Color settings subsection</h3>
<p>This subsection manages the group color settings.<br />[15] &#8220;Override individual color settings&#8221; – overrides the individual color settings for each state.<br />[16] &#8220;Group color&#8221; – sets up the color for the group.<br />[17] &#8220;Group hover color&#8221; – sets up the color when the user hovers the mouse cursor over the group.</p>
<h2 class="wp-block-heading">Conclusion</h2>
<p>To sum up, Grouping is a powerful feature of the US WordPress plugin from Fla-shop.com and we hope that it will be useful for you.</p>
<ul class="wp-block-list"></ul>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-4-groups-settings/">Review of the US Map for WP. Part 4: Groups settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/detailed-review-4-groups-settings/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Review of the US Map for WP. Part 3: Detailed settings</title>
		<link>https://www.fla-shop.com/blog/detailed-review-3-detailed-settings/</link>
					<comments>https://www.fla-shop.com/blog/detailed-review-3-detailed-settings/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 19:42:53 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=240</guid>

					<description><![CDATA[<p>Firstly, the "Detailed settings" section allows adding the specific information for each US state. Secondly, you can customize the state color and other settings there.</p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-3-detailed-settings/">Review of the US Map for WP. Part 3: Detailed settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>You can open the &#8220;Detailed settings&#8221; section by selecting the &#8220;Detailed settings&#8221; tab at the WordPress administrator dashboard menu on the left side of the screen.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-detailed-settings.png" alt="The main view of the Detailed settings tab"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>Also, for your convenience, we made a screenshot of this section with a comprehensive review of its fields and checkboxes:</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-detailed-settings-pointers.png" alt="Detailed description of all fields"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>[1] &#8220;State name&#8221; – here you can choose the state you want to edit. Please note, that if you will not select a state, the settings window will not appear!<br />[2] &#8220;Choose on the map&#8221; – this button leads you to the interactive map and allows selecting of the state directly.</p>
<h2 class="wp-block-heading">Map area settings group</h2>
<p>Here you can set up all necessary settings for the state.</p>
<p>[3] &#8220;Name&#8221; – edit the state name displayed on the map.<br />[4] &#8220;Do not show popup name&#8221; – when this checkbox is activated, the state name will not be displayed in the pop-up window when the user hovers the mouse over the state.<br />[5] &#8220;Shortname&#8221; – here you can customize the state label displayed on the map.</p>
<p>What should you do by clicking on the area? This short sub-section is very important because it sets the behavior when the user clicks on the state area.</p>
<p>[6] &#8220;Nothing&#8221; – nothing will happen when the user clicks on the state area<br />[7] &#8220;Open an URL&#8221; – by clicking on the state the user opens the chosen URL<br />[8] &#8220;Show more info&#8221; – by clicking on the state the information window pops up<br />[9] &#8220;Show lightbox popup&#8221; &#8211; by clicking on the state the lightbox window pops up. Please note, that you need to install the WordPress &#8220;Pop-up builder&#8221; plugin to create the pop-up windows. Otherwise, you can’t manage them.<br />[10] &#8220;URL&#8221; – sets up the URL, which will be used at point [7]<br />[11] &#8220;Open URL in a new window&#8221; – adds the target=&#8221;_blank&#8221; attribute to URL (point [10]), so it will appear in the new window.<br />[12] &#8220;Info for tooltip balloons&#8221; – here you can set all necessary additional information that appears in the tooltip balloon (if the checkbox [8] is checked). Also, as in the screenshot above, you can add the name of the local representative of your company, address, phone number, etc.<br />[13] &#8220;Area color&#8221; – sets up the state color in HEX format.<br />[14] &#8220;Apply to all areas&#8221; – if this checkbox is checked, the selected color will apply to all states on the map.<br />[15] &#8220;Area hover color&#8221; – sets up the hover color for the state (when the user hovers the mouse color over it).<br />[16] &#8220;Apply to all areas&#8221; – applies the hover color to all states on the map.</p>
<h2 class="wp-block-heading">Working with images</h2>
<p>Each pop-up window in the WordPress interactive US map can have an icon that you can add in the &#8220;Detailed settings&#8221; section.</p>
<p>[17] &#8220;Image URL&#8221; – this input box opens the standard WordPress Media Gallery, where you can choose the image from all your website images or upload it from your local PC. As in the screenshot below, working with an icon image is simple.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-add-media-2.png" alt="How to insert an image into the tooltip"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>After all, you need to do the following:</p>
<ul class="wp-block-list">
<li>Set the icon title;</li>
<li>Set the icon alternative text (&#8220;alt&#8221; attribute of the image);</li>
<li>Choose the alignment and image size;</li>
<li>Click on the &#8220;insert into post&#8221; button to add the icon to the state information window.</li>
</ul>
<h2 class="wp-block-heading">Conclusion</h2>
<p>In conclusion, this short review shows you how to manage the separate state settings in the US Interactive Map plugin. So, we hope that answers all the questions.</p>
<ul class="wp-block-list"></ul>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-3-detailed-settings/">Review of the US Map for WP. Part 3: Detailed settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/detailed-review-3-detailed-settings/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Review of the US Map for WP. Part 2: General Settings</title>
		<link>https://www.fla-shop.com/blog/detailed-review-2-general-settings/</link>
					<comments>https://www.fla-shop.com/blog/detailed-review-2-general-settings/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 19:41:55 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=236</guid>

					<description><![CDATA[<p>The "General settings" tab allows the website administrator to set up the main settings for WordPress interactive map, such as map name, width, zooming, etc. So, this article is a comprehensive review of each general map setting.</p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-2-general-settings/">Review of the US Map for WP. Part 2: General Settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>The section can be opened by selecting the &#8220;General settings&#8221; link on the WordPress interactive map admin dashboard. In the screenshot below you can see the &#8220;General settings&#8221; window.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-general-settings.png" alt="General map settings tab"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>For your convenience, we provided the screenshot with arrows and numbers. It will navigate you while reading our review.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-general-settings-pointers.png" alt="General map settings tab with pointers"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">&#8220;Map settings&#8221; group</h2>
<ul class="wp-block-list">
<li><strong>[1] &#8220;Map name&#8221; </strong>&#8211;<strong>&nbsp;</strong>Here you can set up the name of your interactive map.</li>
<li><strong>[2] &#8220;Layout type&#8221; </strong>-The interactive WordPress maps from Fla-shop.com can be responsive. After you select &#8220;responsive&#8221; layout, the map size will automatically change on mobile device screens.</li>
<li><strong>[3] &#8220;Map width&#8221; </strong>&#8211; Sets up the width of the map. Please note: while the &#8220;responsive&#8221; layout checkbox is active, this section will not be available for editing.</li>
<li><strong>[4] &#8220;Map height&#8221; </strong>&#8211;<strong> </strong>Sets up the height of the map. Please note: while the &#8220;responsive&#8221; layout checkbox is active, this section will not be available for editing.</li>
<li><strong>[5] &#8220;Max width&#8221; </strong>&#8211;<strong>&nbsp;</strong>Sets up the max interactive map width.</li>
</ul>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading">&#8220;List of names&#8221; settings group</h3>
<p>This group sets up the list of state names on the left side of the map. When the user hovers the mouse over the list of elements, the selected state is highlighted on the interactive map.</p>
<ul class="wp-block-list">
<li><strong>[6] &#8220;Show list of names&#8221;</strong> &#8211; when this checkbox is checked, the list of names will be shown.</li>
<li><strong>[7] &#8220;Show name/tooltip on hover&#8221;</strong> &#8211; shows the state name or the tooltip when the user hovers the mouse cursor on the list element.</li>
<li><strong>[8] &#8220;List width&#8221;</strong> &#8211; sets up the width of the names list.</li>
<li><strong>[9] &#8220;List font size&#8221;</strong> &#8211; sets up the font size of the list elements.</li>
</ul>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading">&#8220;Zooming capabilities&#8221; group</h3>
<p>This group sets up interactive map zooming capabilities. Zooming is one of the exciting features of Fla-shop.com interactive maps. It allows for adding more usability to the website.</p>
<ul class="wp-block-list">
<li><strong>[10] &#8220;Allow zoom&#8221; &#8211;</strong> this checkbox enables zooming for the interactive map.</li>
<li><strong>[11] &#8220;Show zoom controls&#8221;</strong> &#8211; shows zooming controls (&#8220;-&#8221; and &#8220;+&#8221; signs at the bottom left corner of the map).</li>
<li><strong>[12] &#8220;Ignore mouse scroll&#8221;</strong> &#8211; when this option is enabled, the user will not zoom the map while the mouse scrolling.</li>
<li><strong>[13] &#8220;Max zoom&#8221;</strong> &#8211; sets up max zooming level, from 0 to 10.</li>
<li><strong>[14] &#8220;Zoom step&#8221;</strong> &#8211; sets up the zooming steps.</li>
</ul>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h3 class="wp-block-heading">&#8220;Shortnames&#8221; group</h3>
<ul class="wp-block-list">
<li><strong>[15] &#8220;Hide </strong>shortnames<strong>&#8220;</strong> &#8211; when this option is enabled, all short names of states will be hidden.</li>
<li><strong>[16] &#8220;Shadow width&#8221;</strong> &#8211; sets up the width of the shadow for the map.</li>
<li><strong>[17] &#8220;Enable shadows&#8221;</strong> &#8211; enables/disables an eye-catching shadowing when the user hovers the mouse cursor over the state.</li>
<li>[<strong>18] &#8220;Pin tooltip on click&#8221;</strong> &#8211; normally the tooltip appears when the user hovers the mouse cursor over the state. The &#8220;Pin tooltip on click&#8221; option allows the freezing of the tooltip when the user clicks the mouse button somewhere in the state.</li>
<li><strong>[19] &#8220;Center tooltip on mobile devices&#8221;</strong> &#8211; centers the tooltip on mobile devices for user convenience.</li>
<li><strong>[20] &#8220;Centered tooltip width&#8221;</strong> &#8211; sets up the width of the centered tooltip on mobile devices.</li>
<li><strong>[21] &#8220;Borders color&#8221;</strong> &#8211; sets up the border colors for states.</li>
<li><strong>[22] &#8220;Borders width&#8221;</strong> &#8211; sets up the border width in pixels.</li>
<li><strong>[23] &#8220;Borders hover color&#8221;</strong> &#8211; sets up the border colors when the user hovers the mouse cursor over the state.</li>
</ul>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">&#8220;Content info&#8221; group</h2>
<p>Additional information windows are useful when, for example, you need to give the website visitors any information about your company or about its state departments.</p>
<ul class="wp-block-list">
<li><strong>[24] &#8220;Additional info area&#8221;</strong> &#8211; sets up the place, where to show the additional info window. Two values are possible:
<ul class="wp-block-list">
<li>at the top right corner of the map (<strong>&#8220;At right&#8221;</strong> radio button)</li>
<li>at the bottom of the map (<strong>&#8220;At bottom&#8221;</strong> radio button)</li>
</ul>
</li>
<li><strong>[25] &#8220;Automatically scroll to info area on click&#8221;</strong> &#8211; when the user clicks on the state and an additional information window is placed at the bottom side of the map, it scrolls to it automatically.</li>
<li><strong>[26] &#8220;Default content&#8221;</strong> &#8211; this WYSIWYG editor sets up the default content for the additional information window.</li>
</ul>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">&#8220;Font sizes and colors&#8221; group</h2>
<p>This section manages the interactive map font sizes and colors for the tooltip window and for state names.</p>
<h3 class="wp-block-heading">&#8220;Name displayed on the map&#8221; &#8211; manages the settings for state names.</h3>
<ul class="wp-block-list">
<li><strong>[27] &#8220;Font size&#8221;</strong> &#8211; sets up the state name font size.</li>
<li><strong>[28] &#8220;Color&#8221; &#8211;</strong> sets up the state name color.</li>
<li><strong>[29] &#8220;Color over&#8221;</strong> &#8211; sets up the color of the state name when the user hovers the mouse cursor over it.</li>
<li><strong>[30] &#8220;Stroke color&#8221;</strong> &#8211; sets up the stroke color for state names.</li>
<li><strong>[31] &#8220;Stroke color over&#8221;</strong> &#8211; sets up the stroke color when the user hovers the mouse cursor over it.</li>
</ul>
<h3 class="wp-block-heading">&#8220;Tooltip name&#8221; &#8211; manages the settings for the tooltip name.</h3>
<ul class="wp-block-list">
<li><strong>[33] &#8220;Font size&#8221;</strong> &#8211; sets up the tooltip font size.</li>
<li><strong>[34] &#8220;Color&#8221;</strong> &#8211; sets up the tooltip text color.</li>
</ul>
<h3 class="wp-block-heading">&#8220;Tooltip comment&#8221; &#8211; manages the settings for tooltip comment.</h3>
<ul class="wp-block-list">
<li><strong>[35] &#8220;Font size&#8221;</strong> &#8211; sets up the font size for the tooltip comment.</li>
<li><strong>[36] &#8220;Color&#8221;</strong> &#8211; sets up the text color for the tooltip comment.</li>
</ul>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">&#8220;Performance settings&#8221; group</h2>
<p>This section is important, so it can improve the interactive map (and, as the result, the whole website) performance.</p>
<ul class="wp-block-list">
<li><strong>[37] &#8220;Enable settings caching&#8221;</strong> &#8211; enables the map settings caching, so it can significantly increase the website working speed.</li>
<li><strong>[38] &#8220;Minimize code output&#8221;</strong> &#8211; this option allows minimizing the code output when the interactive map is placed into the blog post or a separate page. It can also reduce the website&#8217;s working speed.</li>
</ul>
<p>In this review, we tried to give you a complete review of the &#8220;General settings&#8221; section of the WordPress interactive map plugin from Fla-shop.com. We hope that after reading this review you can manage the general settings of your interactive map without any effort.</p>
</div>
</div>
<ul class="wp-block-list"></ul>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-2-general-settings/">Review of the US Map for WP. Part 2: General Settings</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/detailed-review-2-general-settings/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Review of the US Map for WP. Part 1: Maps list. Backup of settings.</title>
		<link>https://www.fla-shop.com/blog/detailed-review-1-maps-list/</link>
					<comments>https://www.fla-shop.com/blog/detailed-review-1-maps-list/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 19:25:24 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=203</guid>

					<description><![CDATA[<p>For one thing, this section allows creating and deleting maps, making backup, and import/export map settings.</p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-1-maps-list/">Review of the US Map for WP. Part 1: Maps list. Backup of settings.</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>The &#8220;Maps&#8221; section (Maps Dashboard) shows a list of created maps, shortcodes to insert, and links to go to the settings.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-maps-list.png" alt="Maps page in the plugin"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>To clarify, you can open this page by selecting the &#8220;Maps&#8221; link at the left menu of the WordPress administrator dashboard.<br />The &#8220;Maps&#8221; section allows:</p>
<ul class="wp-block-list">
<li>creating the new map;</li>
<li>managing the settings of any existing maps;</li>
<li>deleting the map.</li>
</ul>
<p>Also, this section allows making the settings backup or import/export.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-maps-list-pointers.png" alt="Maps page in the plugin with pointers"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>[1] Shortcode<br />[2] Links to manage the settings. Please note that the &#8220;Delete&#8221; link will delete the map permanently. This can&#8217;t be undone.<br />[3] This checkbox can be used while importing/exporting settings. For this reason, if you need to export the definite map, select the checkbox and then press the &#8220;Export&#8221; button.<br />[4] New map. Firstly, enter the name of the new map and press the &#8220;Add new map&#8221; button. If necessary, you can change the map name in the &#8220;General settings&#8221; section.<br />[5] &#8220;Export&#8221; button. You can export the map settings from the JSON file. Also, you can select all the maps from the list below and press the &#8220;Export&#8221; button, which creates one JSON file with all settings.</p>
<p>Moreover, you can use this helpful option for:</p>
<ul class="wp-block-list">
<li>settings backup;</li>
<li>transfer the map to the production server;</li>
<li>copying the map;</li>
<li>transfer the map settings to the production server.</li>
</ul>
<p>By the way, the description of all these manipulations you can find in the next post&#8230;</p>
<p>[6] &#8220;Import&#8221; button. If you already have the JSON file with maps/maps settings, so you can use this button to upload maps into the plugin.</p>
<h2 class="wp-block-heading">What&#8217;s next?</h2>
<p>So, in the next posts, we will continue our comprehensive review of the Interactive map WordPress plugin from Fla-shop.com. Stay tuned!</p>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-1-maps-list/">Review of the US Map for WP. Part 1: Maps list. Backup of settings.</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/detailed-review-1-maps-list/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>A detailed review of the plugin US map for WordPress</title>
		<link>https://www.fla-shop.com/blog/detailed-review-of-the-plugin-us-map-for-wordpress/</link>
					<comments>https://www.fla-shop.com/blog/detailed-review-of-the-plugin-us-map-for-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 10 Dec 2017 19:40:20 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=197</guid>

					<description><![CDATA[<p>First of all, this article opens a series of articles devoted to a comprehensive review of the US map plugin for WordPress options and possibilities. Each article will cover one option block.</p>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-of-the-plugin-us-map-for-wordpress/">A detailed review of the plugin US map for WordPress</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">What is the US plugin for WordPress suitable for?</h2>
<p>You can use the US plugin for WordPress for different purposes:</p>
<ul class="wp-block-list">
<li>visualization of branch/dealer network;</li>
<li>sales regions visualization;</li>
<li>to show any statistical data;</li>
<li>for interactive infographics.</li>
</ul>
<p>Moreover, you can use this map not only for large corporate websites. Also, any personal blog owner can use this map for the visitors&#8217; convenience. Indeed, rich customization capabilities and the simplicity of use transform this plugin into a powerful tool for website usability improvement. As can be seen from our <a href="https://www.fla-shop.com/showcase/">showcase gallery</a>, many companies from all over the world have already chosen our plugin for placing geographical-related content.</p>
<h2 class="wp-block-heading">Overview</h2>
<p>Firstly, the <a href="https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/">plugin installation</a> process is quite simple. Secondly, when the installation process is finished, you will see a plugin settings window on your WordPress admin page and in the screenshot below.</p>
<p><strong>Note:</strong> we strongly recommend opening a <strong>Map Preview</strong> tab directly after the plugin installation to make sure that the plugin works correctly.</p>
<h2 class="wp-block-heading">Plugin back-end sections</h2>
<p>The screenshot below shows links to the main plugin options pages.</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/08/usa-map-plugin-preview-tab.png" alt="Tab map preview"/></figure>
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<ul class="wp-block-list">
<li>[1] Map selection.<br />The US map plugin for WordPress allows creating an unlimited amount of interactive maps. Thus, this section allows selecting any map that you created.</li>
<li>[2] Maps list.<br />After pressing this button, you get to the maps list page. So, there you can create or delete a map, make a backup, or import/export map settings.</li>
<li>[3] General settings.<br />This button leads you to a &#8220;General settings&#8221; page where you can set up the main interactive map settings.</li>
<li>[4] Detailed settings.<br />After pressing this button, you will find yourself on the page where you can specify the settings for separate states.</li>
<li>[5] Groups settings.<br />One of the main features of the US map WordPress plugin from Fla-shop.com is grouping. Eventually, the grouping allows combining several states into a group and setting all necessary information.</li>
<li>[6] Point settings.<br />Points can be placed in each US state on the map and can be associated with the information in the pop-up windows. This section allows creating and editing an unlimited number of points.</li>
<li>[7] Export/import via CSV.<br />This section allows import/export of the settings via spreadsheets.</li>
</ul>
<h2 class="wp-block-heading">Articles with the detailed review of each part</h2>
<ul class="wp-block-list">
<li><a href="https://www.fla-shop.com/blog/detailed-review-1-maps-list/">Part 1. Maps list. Backup of settings.</a></li>
<li><a href="https://www.fla-shop.com/blog/detailed-review-2-general-settings/">Part 2. General settings.</a></li>
<li><a href="https://www.fla-shop.com/blog/detailed-review-3-detailed-settings/">Part 3. Detailed settings.</a></li>
<li><a href="https://www.fla-shop.com/blog/detailed-review-4-groups-settings/">Part 4. Groups settings.</a></li>
<li><a href="https://www.fla-shop.com/blog/detailed-review-5-points-settings/">Part 5. Point settings.</a></li>
<li>Part 6. Export/import via CSV. (coming soon)</li>
</ul>
<h2 class="wp-block-heading">Conclusion</h2>
<p>To sum up, the US interactive map plugin is a powerful tool that helps to improve a website&#8217;s usability and to attract more visitors without any effort and the necessity of deep programming knowledge. In the following articles, we will cover all plugin options to make a map customization process easier.</p>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try United States map for WordPress for free</a></p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/detailed-review-of-the-plugin-us-map-for-wordpress/">A detailed review of the plugin US map for WordPress</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/detailed-review-of-the-plugin-us-map-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Try-for-free Customizable US Map</title>
		<link>https://www.fla-shop.com/blog/try-free-customizable-us-map-fla-shop-com/</link>
					<comments>https://www.fla-shop.com/blog/try-free-customizable-us-map-fla-shop-com/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 08 Nov 2017 10:02:28 +0000</pubDate>
				<category><![CDATA[Plugin reviews]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=336</guid>

					<description><![CDATA[<p>Usually, buyers of standalone software have an opportunity to download a demo/trial version to take measures of the product. Nevertheless, our customers are not an exception and we always offer them the downloading of the demo version to estimate our product.</p>
<p>The post <a href="https://www.fla-shop.com/blog/try-free-customizable-us-map-fla-shop-com/">Try-for-free Customizable US Map</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<h2 class="wp-block-heading">What is a try-for-free customizable US map?</h2>
<p>If you visit the Fla-shop.com website and look for any WordPress plugin, you can see a short link (Download) that allows downloading of the fully-functional demo version. Moreover, the trial of all products, including the US interactive map, is available.</p>
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/us-wp-3d-box.png" alt="Software box with the USA map"/></figure>
<p>This try-for-free customizable <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US map plugin</a> can be installed on your WordPress website. You will be surprised, but it is a really FREE customizable US map with the full list of amazing features:</p>
<ul class="wp-block-list">
<li>Detailed HTML5 map of the US;</li>
<li>Clickable states;</li>
<li>Mobile-friendly;</li>
<li>Adjustable colors, links, and tooltips;</li>
<li>Easy customization with only a few clicks.</li>
</ul>
<p>Sounds good, right? But please note that all maps made in this free version will have the &#8220;demo&#8221; sticker while being rendered on the webpage. To remove it, you will need to purchase the premium version of our product.</p>
<h2 class="wp-block-heading">How to install a try-for-free customizable US map from Fla-shop.com?</h2>
<p>Surely, the installation of the WordPress interactive map from Fla-shop.com is simple:</p>
<ul class="wp-block-list">
<li>download the ZIP archive with the demo version on your local PC;</li>
<li>go to your WordPress website admin dashboard and use the &#8220;Plugins -&gt; Add new -&gt; Upload&#8221; menu to select the ZIP archive and upload it to the website;</li>
<li>activate the plugin when the uploading process is completed;</li>
<li>customize your interactive map settings (as described above);</li>
<li>add the shortcode of the map to your WordPress blog post or a separate page;</li>
<li>Voila, you have the free customizable map on your website!</li>
</ul>
<h2 class="wp-block-heading">How to customize the WordPress interactive maps from Fla-shop.com?</h2>
<p>When you downloaded and activated the free customizable US map plugin from Fla-shop.com, just go to your WordPress website admin dashboard. After that, you will see the new section on the left side of the screen &#8211; &#8220;USA Map&#8221;. So, you can find links for the different plugin settings in this menu: General Settings, Detailed Settings, Groups, Points, Preview, and Maps managing (creation, deleting, settings export/import). </p>
<p>Here you find an example of a customized map with tooltips and links:</p>
</div>
</div>
<div class="wp-block-group article_md_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> <!-- start Fla-shop.com HTML5 Map --> <div class='usaHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='usa-html5-map-map-container_5' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_5'></div><div style='clear:both; height: 20px;'></div> <style> #usa-html5-map-map-container_5 { } #usa-html5-map-map-container_5 .fm-tooltip-name { color: #084989; font-size: 20px; } #usa-html5-map-map-container_5 .fm-tooltip-comment { } #usa-html5-map-map-container_5 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #usa-html5-map-map-container_5 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; usahtml5map_map_5 = new FlaShopUSAMap(usahtml5map_map_cfg_1); usahtml5map_map_5.draw('usa-html5-map-map-container_5'); usahtml5map_map_5.on('mousein', function(ev, sid, map) { if (hightlighted && sid != hightlighted) { map.stateHighlightOut(hightlighted); hightlighted = null; } }); var html5map_onclick = function(ev, sid, map) { var cfg = usahtml5map_map_cfg_1; var link = map.fetchStateAttr(sid, 'link'); var is_group = map.fetchStateAttr(sid, 'group'); var popup_id = map.fetchStateAttr(sid, 'popup-id'); var is_group_info = false; if (typeof cfg.map_data[sid] !== 'undefined') jQuery('#usa-html5-map-selector_5').val(sid); else jQuery('#usa-html5-map-selector_5').val(''); if (is_group==undefined) { if (sid.substr(0,1)=='p') { popup_id = map.fetchPointAttr(sid, 'popup_id'); link = map.fetchPointAttr(sid, 'link'); } } else if (typeof cfg.groups[is_group]['ignore_link'] == 'undefined' || ! cfg.groups[is_group].ignore_link) { link = cfg.groups[is_group].link; popup_id = cfg.groups[is_group]['popup_id']; is_group_info = true; } if (link=='#popup') { if (typeof SG_POPUP_DATA == "object") { if (popup_id in SG_POPUP_DATA) { SGPopup.prototype.showPopup(popup_id,false); } else { jQuery.ajax({ type: 'POST', url: 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=1' + '&usahtml5map_get_popup', data: {popup_id:popup_id}, }).done(function(data) { jQuery('body').append(data); SGPopup.prototype.showPopup(popup_id,false); }); } } else if (typeof SGPBPopup == "function") { var popup = SGPBPopup.createPopupObjById(popup_id); popup.prepareOpen(); popup.open(); } return false; } if (link == '#info') { var id = is_group_info ? is_group : (sid.substr(0,1)=='p' ? sid : map.fetchStateAttr(sid, 'id')); jQuery('#usa-html5-map-state-info_5').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=1' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=1' + '&usahtml5map_get_state_info=') + id, success: function(data, textStatus, jqXHR){ jQuery('#usa-html5-map-state-info_5').html(data); }, dataType: 'text' }); return false; } if (ev===null && link!='') { if (!jQuery('.html5dummilink').length) { jQuery('body').append('<a href="#" class="html5dummilink" style="display:none"></a>'); } jQuery('.html5dummilink').attr('href',link).attr('target',(map.fetchStateAttr(sid, 'isNewWindow') ? '_blank' : '_self'))[0].click(); } }; usahtml5map_map_5.on('click',html5map_onclick); }); </script><div id='usa-html5-map-state-info_5' class='usaHtml5MapStateInfo'></div> </div> <div style='clear: both'></div> <!-- end HTML5 Map --> 
</div>
</div>
<div class="wp-block-group article_sm_block">
<div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<p>In the article &#8220;<a href="https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/">5 types of interaction in plugin US Map for WordPress</a>&#8221; you can also find real examples with different options.</p>
<h2 class="wp-block-heading">What are the differences between a demo and a premium version of US interactive maps?</h2>
<p>Certainly, the premium version of the US interactive map for WordPress has the following advantages:</p>
<ul class="wp-block-list">
<li>lifetime license;</li>
<li>support included;</li>
<li>no monthly/annual fees;</li>
<li>no &#8220;demo&#8221; sticker/brand link.</li>
</ul>
<h2 class="wp-block-heading">Do you have customizable maps of other countries?</h2>
<p>Of course, we have! Just visit our website and look for the <a href="https://www.fla-shop.com/products/">product list</a>, you will not regret it.</p>
<h2 class="wp-block-heading">What&#8217;s next?</h2>
<p>All in all, if you want to test all the premium options of the USA map plugin for free, just click on the link below and download the plugin.</p>
<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Get a try-for-free customizable US map for WordPress</a></p>
<p>If you want to read more interesting articles, just stay tuned and watch for our blog updates!</p>
</div>
</div>
<p>The post <a href="https://www.fla-shop.com/blog/try-free-customizable-us-map-fla-shop-com/">Try-for-free Customizable US Map</a> appeared first on <a href="https://www.fla-shop.com/blog">Fla-Shop.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.fla-shop.com/blog/try-free-customizable-us-map-fla-shop-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
