<?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>How-to and step-by-step guides. Fla-shop.com blog</title>
	<atom:link href="https://www.fla-shop.com/blog/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fla-shop.com/blog/category/how-to/</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>How to Create a Rep Locator Map for Your WordPress Website</title>
		<link>https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/</link>
					<comments>https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 04 Mar 2023 19:09:32 +0000</pubDate>
				<category><![CDATA[Case studies]]></category>
		<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=1963</guid>

					<description><![CDATA[<p>If your company has a wide network in the United States and you're developing a WordPress-based corporate website, you'll need a map that shows the locations of your sales reps. This kind of map provides visitors with information about the managers in each state or region.</p>
<p>The post <a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/">How to Create a Rep Locator Map for Your WordPress Website</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">
<h2 class="wp-block-heading">What Is a Rep Locator Map?</h2>



<p>A rep locator map typically has the following features:</p>



<ul class="wp-block-list">
<li>It shows the locations of sales managers throughout the country.</li>



<li>It displays the company&#8217;s branch structure in a colorful way.</li>



<li>It has a mobile-friendly interface for the convenience of mobile visitors.</li>
</ul>
</div></div>



<div class="wp-block-group article_md_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_0' class='usaHtml5MapContainer' data-map-variable='usahtml5map_map_0'></div><div style='clear:both; height: 20px;'></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_7); 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_7; 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=7' + '&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=7' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=7' + '&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'></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>All of these features are included in the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US Map WordPress plugin</a> from Fla-shop.com. In this article, we&#8217;ll show you how to create a rep locator map for your WordPress website with just a few clicks.</p>



<h2 class="wp-block-heading">How to Create a Representative Locator Map for WordPress</h2>



<p>Creating a rep locator map may seem complicated, but with our interactive map plugin, you can significantly accelerate the process.</p>



<p>First, think about the concept of your future map. What information do you want to provide? How will you display it? What color scheme will you use? Do you need to add any internal sources of information to your map?</p>



<p>Once you&#8217;ve answered these questions, you can easily create your Rep Locator Map on your WordPress website with the user-friendly <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US Map WordPress plugin</a> from Fla-shop.com.</p>



<p>After installing and activating the plugin, follow these steps to create a colorful rep locator map:</p>



<ol class="wp-block-list">
<li>Go to your WordPress Dashboard (you&#8217;ll need administrative access to configure the plugins).</li>



<li>Open the &#8220;USA Map&#8221; menu on the left side of the screen.</li>



<li>Go to the &#8220;Maps&#8221; page and enter a name for your map. The settings menu for your map will then appear at the top of the dashboard.</li>



<li>If you want to apply the same settings to several states, group them into a region. Go to the &#8220;Group settings&#8221; tab and customize the settings (i.e., color, tooltip information) for the new region.</li>



<li>Preview the map in the &#8220;Preview&#8221; tab to check all changes.</li>



<li>Copy and paste the shortcode from the &#8220;Preview&#8221; tab into your WordPress blog post or a single page.</li>
</ol>



<p>For your convenience, we&#8217;ve prepared a short 3-minute video that illustrates the creation process of a rep locator map:</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 class="thumb-wrap"><a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2Fsj4FkLPyJSs%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></div>
</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></p>



<h2 class="wp-block-heading">Useful Features of WordPress Plugins for Creating Representative Maps</h2>



<p>Interactive maps from Fla-shop.com are created with the latest modern technologies, which means you don&#8217;t have to worry about inconveniencing website visitors. Our interactive maps are:</p>



<ul class="wp-block-list">
<li>Easily customizable</li>



<li>No coding required</li>



<li>Import/export settings via CSV</li>



<li>Easy embedding into WordPress pages</li>



<li>Mobile-friendly</li>
</ul>



<p>All of these features improve the quality and usability of your corporate website. In addition to creating customized maps to showcase your business locations and data, you can also use them to create <a href="https://www.fla-shop.com/blog/sales-territory-mapping/">sales territory maps</a> for your team.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Creating a rep locator map on your WordPress-powered website has never been easier! The US Map plugin is a powerful tool that will significantly increase the effectiveness of your website and attract more visitors. For additional information, please visit the plugin homepage:</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">Try the United States map for WordPress for free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/create-rep-locator-map-wordpress/">How to Create a Rep Locator Map for Your WordPress Website</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/create-rep-locator-map-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using CSS Class to Deactivate Points on a Map for WordPress</title>
		<link>https://www.fla-shop.com/blog/using-css-class-to-deactivate-points-on-a-map-for-wordpress/</link>
					<comments>https://www.fla-shop.com/blog/using-css-class-to-deactivate-points-on-a-map-for-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 08 May 2020 16:20:46 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=943</guid>

					<description><![CDATA[<p>This feature may be useful if you use the map as an interactive infographic with a set of points and markers. By default, the points and markers are always active – when you hover over the marker, the tooltip for the state disappears, and the marker’s tooltip and name will appear. If you are using a large number of points, you may experience some tooltips disappearing.</p>
<p>The post <a href="https://www.fla-shop.com/blog/using-css-class-to-deactivate-points-on-a-map-for-wordpress/">Using CSS Class to Deactivate Points on a 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-flow wp-block-group-is-layout-flow">
<p>By default, points added to a map are active. When you hover a cursor over the point, the tooltip of the state disappears and the name of the point will appear. By assigning CSS classes to points, you can quickly make them &#8220;invisible&#8221; for the cursor and solve the issue with the state tooltip disappearing.</p>



<h2 class="wp-block-heading">Table of contents</h2>



<ol class="wp-block-list"><li><a href="#01">Introduction</a></li><li><a href="#02">How to add points on an interactive USA map</a></li><li><a href="#03">How to add a user-defined CSS class for a point</a></li><li><a href="#04">Modifying the style file with the help of a customizer</a></li><li><a href="#05">How to modify Stylesheet with the help of Theme Editor</a></li><li><a href="#06">How to modify style files via FTP</a></li><li><a href="#07">How to quickly add a class for a set of points</a></li><li><a href="#08">Conclusion</a></li></ol>



<h2 class="wp-block-heading" id="01">Introduction</h2>



<p>Sites with a high number of regional representations frequently face a problem of visualizing business geography. How do you show users where to benefit from a service, or purchase a product (for example)? Showing individual locations is easy on a website that runs on WordPress with the help of the <a href="https://www.fla-shop.com/products/">interactive maps plugin</a> from Fla-shop.com.</p>



<p><a name="02"></a></p>



<h2 class="wp-block-heading">How to Add Points on an Interactive USA Map</h2>



<p>An interactive infographic is a useful tool that makes a website memorable and unique. For instance, your company&#8217;s map with commercial representations could look like this:</p>
</div></div>



<div class="wp-block-group article_md_block"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<!-- start HTML5 Map -->
<div id="map-container"></div><link href="/blog/wp-content/uploads/2019/maps/usa-points/map.css" rel="stylesheet"><script src="/blog/wp-content/uploads/2019/maps/usa-points/raphael.min.js"></script><script src="/blog/wp-content/uploads/2019/maps/usa-points/settings.js"></script><script src="/blog/wp-content/uploads/2019/maps/usa-points/paths.js"></script><script src="/blog/wp-content/uploads/2019/maps/usa-points/map.js"></script><script>var map = new FlaMap(map_cfg);map.drawOnDomReady('map-container');</script><!-- 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>To create a map like this, load, install, and activate using the standard instructions found here: <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US Map plugin for WordPress</a> (Admin Panel→ &#8216;Plugins&#8217; → &#8216;Add Plugins&#8217; → &#8216;Upload Plugin&#8217; → choose the archive with the plugin→ &#8216;Install Now&#8217; → &#8216;Activate Plugin&#8217;).<br>In the left menu of the WordPress dashboard, the &#8216;USA Map&#8217; section will appear. Choose &#8216;Point Settings&#8217; to manage the points. To add a marker or a location, double click anywhere on the map, this will bring settings window; I; the &#8216;Name&#8217; field enter the point&#8217;s name; configure its type, size, color, position, and action after the click; add info to the &#8216;Tooltip&#8217;; click &#8216;Apply&#8217;.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2020/05/image6.png" alt="Add new point"/></figure>



<p>In the above example, added points are not the company&#8217;s physical locations; they represent the company&#8217;s dealer network that is scattered throughout the United States. Let&#8217;s agree that this is impressive, however, if points are placed as densely as in our example, you will face a new problem. When you hover the cursor on a state, you will notice that the tooltip for the state starts &#8220;blinking&#8221; (continuously appearing and disappearing).</p>



<p>To fix this issue, it is necessary to make points invisible to the cursor.</p>



<p><a name="03"></a></p>



<h2 class="wp-block-heading">How to add a user-defined CSS class for a point</h2>



<p>The <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">US map for WordPress plugin</a> allows you to add a user-defined CSS class for each point. This feature is used to manage the &#8216;hover state&#8217; for points. Appointing a unique CSS class to a point is possible while creating or editing it. The edit menu can be brought up by double-clicking any point on a map in the &#8216;Point settings&#8217; tab. To assign the CSS class, put its name in the appropriate field, and click the button &#8216;Apply&#8217;.<br>This, for instance, is how it looks adding the no-event class to Point 1 in edit mode:</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2020/05/image5.png" alt="Adding a class to a point"/></figure></div>



<p>After adding the CSS class to all points, it is necessary to add to a style file the theme properties of this class:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
.no-event {pointer-events: none;}
</pre></div>


<p>This can be accomplished via a Customizer, via an internal theme editor, or an FTP.</p>



<p><a name="04"></a></p>



<h2 class="wp-block-heading">Modifying a Style File with the Help of a Customizer</h2>



<p>To add user-defined CSS via a customizer, navigate to the visual settings mode of the site (Admin panel → &#8216;Appearance&#8217; → &#8216;Customize&#8217;); select &#8216;Additional CSS&#8217;; then paste the property of the class to the text box.</p>



<div class="wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image is-resized"><img fetchpriority="high" decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2020/05/image8.png" alt="Additional CSS" width="299" height="610"/></figure>
</div>



<div class="wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2020/05/image7.png" alt="CSS style"/></figure>
</div>
</div>



<p><a name="05"></a></p>



<h2 class="wp-block-heading">How to Modify Stylesheet with the Help of Theme Editor</h2>



<p>To complete this operation via theme editor, open in the left menu of the admin panel &#8216;Appearance&#8217; tab and go to the &#8216;Theme Editor&#8217; tab. From the right list select &#8216;Stylesheet&#8217; and paste at the bottom of the file the following strings:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
.no-event {
 pointer-events: none;
 }
</pre></div>


<p>Click &#8216;Update file&#8217;.</p>



<p><br><img decoding="async" style="max-width: 688px; width: 100%; border: #dfe9f3 solid 1px;" src="https://www.fla-shop.com/blog/wp-content/uploads/2020/05/image2.png" alt="Editing CSS file through WordPress editor"></p>



<p><a name="06"></a></p>



<h2 class="wp-block-heading">How to Modify CSS File via FTP</h2>



<p>To modify files via FTP, establish a connection with a server and open theme style file for editing. It may be located in the root theme directory or the style folder (frequently named style, CSS, etc.). Paste strings with a class name and its properties at the bottom of the style table. Save the file.</p>



<p>That&#8217;s all! Refresh the page and check the result. Don&#8217;t see the changes? Probably, your browser is picking up cache data. Press Ctrl+F5 in Windows, or Command+R in Mac, to reload the page. If this doesn&#8217;t help, clear the cache in all of the caching plugins and the browser settings.<br>You can read details about the properties of the &#8216;pointer-events&#8217; on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events" target="_blank" rel="noopener noreferrer">developer.mozilla.org</a>.</p>



<p><a name="07"></a></p>



<h2 class="wp-block-heading">How to Quickly Add a Class for a Set of Points</h2>



<p>If you have added a couple of hundred points, then assigning a CSS class for each of them via the interface of the plugin could be a daunting task. There is a bulk edit option using the export and import of a CSV file with plugin settings which allows you to edit all of the points quickly.<br>Use tools on the &#8216;Tools&#8217; tab to export map settings to a CSV file.</p>



<p><img decoding="async" style="max-width: 688px; width: 100%; border: #dfe9f3 solid 1px;" src="https://www.fla-shop.com/blog/wp-content/uploads/2020/05/image3.png" alt="Adding style via CSV file"><br>We suggest using the Google Sheets online editor to work with CSV files. In the formed spreadsheet, add the CSS class names in the &#8216;class&#8217; column.</p>



<p>Save the edited file and use &#8216;Tools&#8217; to import the settings back to the site.<br>Before editing the CSV file, we suggest to fully backup the map settings. To do so, on the &#8216;Maps Dashboard&#8217; tab, select all the maps and export them to a JSON file.</p>



<p><a name="08"></a></p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Fla-shop.com plugins for WordPress are a nice addition to a website. You can create an interactive infographic, sales territory maps, office location maps, etc. All of the options are available through a visual interface and do not require any coding. Also, for advanced web developers, useful instruments are available: the ability to use classes, adding custom JS codes, etc.</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/">Get try-for-free customizable US map for WordPress</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/using-css-class-to-deactivate-points-on-a-map-for-wordpress/">Using CSS Class to Deactivate Points on a 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/using-css-class-to-deactivate-points-on-a-map-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add a language to a world map for a multilingual WordPress site. Step-by-step guide</title>
		<link>https://www.fla-shop.com/blog/world-map-multilingual-website/</link>
					<comments>https://www.fla-shop.com/blog/world-map-multilingual-website/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 16 Dec 2019 13:34:43 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=1019</guid>

					<description><![CDATA[<p>Step-by-step guide of adding an additional language to a world map for a multilingual WordPress site. Interactive HTML5 World Map plugin for WordPress – make your site convenient for users from different countries!</p>
<p>The post <a href="https://www.fla-shop.com/blog/world-map-multilingual-website/">How to add a language to a world map for a multilingual WordPress site. Step-by-step guide</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>If the main world map on your website is created and configured via <a href="https://www.fla-shop.com/products/wp-plugins/world/countries/">Interactive HTML5 World Map plugin for WordPress</a>, you can add it an unlimited amount of copies with the country names in any of the 23 languages. This is not difficult: <strong>the localization of one copy takes about 10 minutes</strong>.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image5.png" alt="World Sales Rep Map"/></figure>



<p>In order to add an alternative language to a configured interactive map of the multilingual website, it is necessary to edit its CSV-file. This can be accomplished slowly (manually) or quickly:</p>



<ul class="wp-block-list"><li>in the editor Google Sheets</li><li>with the help of applications OpenOffice Calc or Microsoft Excel</li></ul>



<p>The algorithm of the additional language addition to the world map consists of the following steps:</p>



<ul class="wp-block-list"><li>A. Making a copy of the configured map.</li><li>B. Setting up the unconfigured map with the required language.</li><li>C. Exporting a CSV file.</li><li>D. Editing CSV file.</li><li>E. Importing an edited CSV file to the site.</li></ul>
</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">A. Make a copy of the configured map</h2>



<ol class="wp-block-list"><li>Login to the admin dashboard of the site. On the left menu, open &#8216;World Map&#8217; section and then &#8216;Maps&#8217; subsection.</li><li>Select a map (let&#8217;s just call it &#8216;Map #1&#8217;) from the list to which it is required to add an additional language.</li><li>Press &#8216;Export&#8217; button. Locate a place to save a JSON file of the &#8216;Map #1&#8217; on the hard drive of the computer and press the &#8216;Save&#8217; button.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image8.png" alt="Make a copy of the configured map"/></figure>



<ol class="wp-block-list" start="4"><li>Press the &#8216;Import&#8217; button. Select the JSON file that was saved in the previous step. Press the &#8216;Open&#8217; button. After importing the JSON file Copy of the &#8216;Map #1&#8217; (let&#8217;s call it &#8216;Map #2&#8217;) will appear in the list of the map on the &#8216;Maps&#8217; page. Rename it to avoid errors in further configurations.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image7.png" alt="Duplicate map"/></figure>
</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">B. Import to the CMS the map with a required language</h2>



<p><a href="https://www.fla-shop.com/blog/world-map-with-localized-country-names-for-wordpress-websites/">Download a ZIP-archive file of JSON file with a required language</a> (in our example, it is Spanish). Extract the archive. Click the &#8216;Import&#8217; button on the subsection &#8216;Maps&#8217; of the &#8216;World Map&#8217; section on the admin panel of the site. Select the JSON file from extracted ZIP-archive and press the &#8216;Open&#8217; button. After the file is uploaded on the &#8216;Maps&#8217; page, there will appear another map (in our case – &#8216;Mapa del mundo&#8217;). Let&#8217;s call it &#8216;Map #3&#8217;.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image10.png" alt="The map list now includes 3 maps"/></figure>
</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">C. Export the CSV file Map #2 and #3 for editing</h2>



<ol class="wp-block-list"><li>Navigate to subsection &#8216;Tools&#8217; of the &#8216;World Map&#8217; section on the left hand sidebar of the admin panel of the site.</li><li>In the dropdown list &#8216;Select a map&#8217; select &#8216;Map #2&#8217;.</li><li>In the dropdown list &#8216;Field delimiter&#8217; select the delimiter &#8216;semicolon&#8217;.</li><li>Press the button &#8216;Export to CSV file&#8217;. Specify a location on the HDD of your PC to save the CSV file. Press the &#8216;Save&#8217; button.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image9.png" alt="Export to CSV file"/></figure>



<ol class="wp-block-list" start="5"><li>In the dropdown list &#8216;Select a map&#8217; select &#8216;Map #3&#8217; (in our example &#8211; &#8216;Mapa del mundo&#8217;).</li><li>In the dropdown list &#8216;Field delimiter&#8217; select the delimiter &#8216;semicolon&#8217;.</li><li>Press the button &#8216;Export to CSV file&#8217;. Specify a location on the HDD of your PC to save the CSV file. Press the &#8216;Save&#8217; button.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image4.png" alt="Export to CSV file"/></figure>
</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">D. Edit saved CSV files</h2>



<p>It is possible to the CSV file using online editor Google Sheets, OpenOffice Calc or Microsoft Excel software. We recommend using Google Sheets.</p>



<h3 class="wp-block-heading">Editing the CSV files in Google Sheets</h3>



<ol class="wp-block-list"><li>On the browser, open homepage of Google Sheets. Create a new table.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image11.png" alt="Create a new table"/></figure>



<ol class="wp-block-list" start="2"><li>Click &#8216;Import&#8217; on the &#8216;File&#8217; menu.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image14.png" alt="Import"/></figure>



<ol class="wp-block-list" start="3"><li>Open the &#8216;Upload&#8217; tab and then press &#8216;Select a file from your device&#8217;. Select the CSV file that was exported from &#8216;Map #3&#8217; from your computer. Press the &#8216;Open&#8217; button.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image13.png" alt="Upload"/></figure>



<ol class="wp-block-list" start="4"><li>Select &#8216;No&#8217; from &#8216;Convert text to numbers, dates, and formulas&#8217; on the &#8216;Import file&#8217; tab. Press the button &#8216;Import data&#8217;.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image18.png" alt="Import data"/></figure>



<ol class="wp-block-list" start="5"><li>Select the column &#8216;name&#8217; and copy its contents to the clipboard.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image16.png" alt="Select a column with a localized list of countries"/></figure>



<ol class="wp-block-list" start="6"><li>Repeating the previous steps, open the CSV file &#8216;Map #2&#8217;. Select the column name and paste the data from the clipboard. In the &#8216;Download&#8217; section of the &#8216;File&#8217; menu click &#8216;Comma-separated values (.CSV, current sheet)&#8217;.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image17.png" alt="Download CSV"/></figure>



<ol class="wp-block-list" start="7"><li>Save the edited CSV file to your computer.</li></ol>



<h3 class="wp-block-heading">Editing the CSV files in OpenOffice Calc</h3>



<ol class="wp-block-list"><li>Run OpenOffice Calc application. Click Open from the File menu.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image20.png" alt="OpenOffice Calc"/></figure>



<ol class="wp-block-list" start="2"><li>From the drop-down list Character Set select Unicode (UTF-8). Click the OK button.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image21.png" alt="Character Set Unicode"/></figure>



<ol class="wp-block-list" start="3"><li>Select the column name and copy its contents to the clipboard</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image22.png" alt="Select column"/></figure>



<ol class="wp-block-list" start="4"><li>Repeating the previous three steps and open the CSV file &#8216;Map #2&#8217;. Select the column &#8216;name&#8217; and paste the data from the clipboard.</li><li>Save the edited CSV file to the HDD of your computer.</li></ol>
</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">E. Import to the site edited &#8216;Map #2&#8217; file</h2>



<ol class="wp-block-list"><li>Navigate to the &#8216;Tools&#8217; section of the sWorld Maps on the menu of the admin panel of the site.</li><li>Choose &#8216;Select a map&#8217; from the drop-down list &#8216;Map #2&#8217;.</li><li>Select the &#8216;semicolon&#8217; from the &#8216;Field Delimiter&#8217; list.</li><li>Press &#8216;Import from CSV file&#8217; button.</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image24.png" alt="Import CSV file"/></figure>



<ol class="wp-block-list" start="5"><li>Select edited CSV file &#8216;Map #2&#8217; from the HDD of the PC. Click the Open button.</li></ol>



<p>Navigate to the World Map section on the admin panel of the site. From the drop-down list &#8216;Select a map&#8217; choose &#8216;Map #2&#8217;. Open the &#8216;Preview&#8217; tab. If all the operations were accomplished successfully, then you will see the configured map of the world with the names of countries in the language you need.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image19.png" alt="multilingual world map"/></figure>



<p>Delete &#8216;Map #3&#8217;. To do so, navigate to the &#8216;Maps&#8217; page of the &#8216;World Map&#8217; sections and click &#8216;Delete&#8217;, which is located on the same level as the name of the map that will be deleted.</p>



<p><img decoding="async" style="max-width: 766px; width: 100%; border: #dfe9f3 solid 1px;" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/12/image25.png" alt="Delete a map"><br>Thus, to add an additional language to the map of the world created on a multilingual site with the help of the <a href="https://www.fla-shop.com/products/wp-plugins/world/countries/">Interactive HTML5 World Map plugin for WordPress</a>, it is necessary to create a copy of the main map &#8211; &#8216;Map #2&#8217;. Then, download a ZIP archive with the JSON file with the required language and import it to the site, creating &#8216;Map #3&#8217;. After that, edit &#8216;Map #2&#8217;, by changing the contents of the column &#8216;name&#8217; to the column &#8216;name&#8217; from CSV &#8216;file Map #3&#8217; and import the edited &#8216;Map #3&#8217; file.</p>



<p>Via the described method, it is possible to change not only the language but also other information on the map &#8211; links, colors, images.</p>
</div></div>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/world/countries/">Try World Map for WordPress for free</a></p>
<p>The post <a href="https://www.fla-shop.com/blog/world-map-multilingual-website/">How to add a language to a world map for a multilingual WordPress site. Step-by-step guide</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/world-map-multilingual-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to highlight different states on the map for different pages</title>
		<link>https://www.fla-shop.com/blog/how-to-highlight-different-states/</link>
					<comments>https://www.fla-shop.com/blog/how-to-highlight-different-states/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 13:51:57 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=975</guid>

					<description><![CDATA[<p>A detailed description of how to use the parameters in the shortcode to highlight the states.<br />
A really useful feature, if you have separate pages for each state, and want to display a map of the United States, which highlights the particular state, information about which is published on the page. It also works for plugins with a world map, a map of Europe and others.</p>
<p>The post <a href="https://www.fla-shop.com/blog/how-to-highlight-different-states/">How to highlight different states on the map for different pages</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">
<h2 class="wp-block-heading">Different solutions</h2>



<p>We take the <a href="https://www.fla-shop.com/products/wp-plugins/united-states/us/">USA map for WordPress</a> as an example. The site administrator wants to highlight different states on different pages of the site. For the United States, this maybe 50 pages for different states.</p>



<p>There are several options for solving this problem, the latter is the simplest and fastest.</p>



<ul class="wp-block-list"><li>create 50 static images</li><li>create 50 maps in a plugin with different settings</li><li>create one map and use the parameter in the shortcode</li></ul>



<h3 class="wp-block-heading">Static images</h3>



<p>The option with static images (JPG, PNG) will take a lot of time, so we reject it.</p>



<h3 class="wp-block-heading">Many maps with different settings</h3>



<p>Our plugins have no restrictions &#8211; you can create any number of maps with different settings and insert them into different pages of the site. The shortcode for each map will be individual.<br>This is a working solution, but it may take too much time.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/08/maps-dashboard.png" alt="Maps dashboard"/></figure></div>



<h3 class="wp-block-heading">Creating a single map, and using an additional parameter in the shortcode</h3>



<p>For this option, it is enough to create only one map, and an additional parameter allows you to highlight the state. Parameters also called attributes, are used inside the square brackets along with the shortcode.</p>
</div></div>



<div class="wp-block-group article_md_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: #000000;
				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_0);
                if (usahtml5map_map_1.mapConfig.map_data["st11"]) {usahtml5map_map_1.mapConfig.map_data["st11"].color = "#eba60e"; usahtml5map_map_1.mapConfig.map_data["st11"].colorOver = "#b04116"; }
else if (usahtml5map_map_1.mapConfig.points["st11"]) {usahtml5map_map_1.mapConfig.points["st11"].color = "#eba60e"; usahtml5map_map_1.mapConfig.points["st11"].colorOver = "#b04116"; }

                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_0;
                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=0' + '&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=0' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=0' + '&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">How to use this option?</h2>



<p>By default, the shortcode for the map looks like this</p>



<pre class="wp-block-code"><code>&#091;usahtml5map id="0"&#x200d;]</code></pre>



<p>You can add a &#8220;select&#8221; attribute for example</p>



<pre class="wp-block-code"><code>&#091;usahtml5map id="0" select="st11"]</code></pre>



<p>&#8220;st11&#8221; is an identifier of a state or country that determines that this state or country will be highlighted on a map. By default, this will be highlighted in red.</p>



<p>If you want to use your own colors, then you can use any HEX colors, for example</p>



<pre class="wp-block-code"><code>&#091;usahtml5map id="0" select="st11,#00ff00,#ff0000"]</code></pre>



<p>In the example:</p>



<pre class="wp-block-code"><code>st11 - state ID<br>#00ff00- default color<br>#ff0000- hover color</code></pre>



<p>If you need to highlight several states at once, you can list the states&#8217; id separated by commas</p>



<pre class="wp-block-code"><code>&#091;usahtml5map id="0" select="st11,st20,#00ff00,#ff0000"]</code></pre>



<h2 class="wp-block-heading">How to find out the state identifier?</h2>



<p>On the tab &#8220;Detailed settings&#8221; you can find the ID for each state. The following screenshot shows where you can find it.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/08/state-id.png" alt="State ID"/></figure></div>



<p>Also, you can export to CSV in the Tools tab and find the ID for all states at once.<br>We recommend using Open Office Calc to open CSV files.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2019/08/csv.png" alt="CSV with map settings"/></figure></div>



<h2 class="wp-block-heading">Feedback from our customer who uses this option</h2>



<p>For the website the thefulcrum.eu we use the Europe map on the homepage and the same map on each country page. On the homepage, every country is white and has its own color on hover. (For example, Germany is green on hover). On each separate country page, we wanted the country in question to be highlighted in the relevant color (In the case of Germany: green) without having to make a separate map for each country.<br>By using the default shortcode for the map and adding the identifier for the country and the relevant HEX color on each separate country page this was very easy.<br>So by using this great option, it saved us a lot of work and we were able to easily create one beautiful map with its own unique character on lots of different pages.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>In this post, we described in detail a simple solution for highlighting states in the US Map for WordPress plugin using a parameter in the shortcode.</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 U.S. map for WordPress for free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/how-to-highlight-different-states/">How to highlight different states on the map for different pages</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/how-to-highlight-different-states/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to customize the font for an interactive map?</title>
		<link>https://www.fla-shop.com/blog/howto-customize-font-interactive-map/</link>
					<comments>https://www.fla-shop.com/blog/howto-customize-font-interactive-map/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 29 Dec 2018 09:04:35 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=845</guid>

					<description><![CDATA[<p>Have you paid any attention to the font style you are using with your interactive maps? it can be awfully off-putting if the maps come with a different font style which is unsynchronous with your site. It can affect your site's aesthetics and hamper user experience. </p>
<p>The post <a href="https://www.fla-shop.com/blog/howto-customize-font-interactive-map/">How to customize the font for an interactive 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-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading">Contents</h2>



<ul class="wp-block-list"><li><a href="#header2">Use any font for interactive maps from Fla-shop.com</a></li><li><a href="#header3">How to use fonts already included in WP theme?</a></li><li><a href="#header4">How to use any of Google Fonts in the map? Step-by-step instruction.</a></li><li><a href="#header5">Conclusion</a></li></ul>



<p></p>



<h2 class="wp-block-heading">Use any font for interactive maps from Fla-shop.com</h2>



<p>Thankfully, the interactive maps from Fla-shop are filled with customization options, including settings to help you change the font of all the text on the maps.</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">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<!-- start HTML5 Map --><div id="map-container"></div><link href="/blog/wp-content/uploads/2018/maps/worldcontinents/map.css" rel="stylesheet"><script src="/blog/wp-content/uploads/2018/maps/worldcontinents/raphael.min.js"></script><script src="/blog/wp-content/uploads/2018/maps/worldcontinents/settings.js"></script><script src="/blog/wp-content/uploads/2018/maps/worldcontinents/paths.js"></script><script src="/blog/wp-content/uploads/2018/maps/worldcontinents/map.js"></script><script>var map = new FlaMap(map_cfg);map.drawOnDomReady('map-container');</script><!-- 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>For the purpose of this read, we have put together a step-by-step guide on how to change the font styles of an interactive map. So without further ado, let&#8217;s get started:</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">How to use fonts already included in WP theme?</h2>



<p>Now, if you are looking forward to changing the font style of the interactive maps to match the typography of your site, then it would be best to use the fonts that come with the WP theme you are using.</p>



<p>To use any system font or font that is already used in the WordPress template, simply paste the font name in the appropriate field.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/font-family-settings-1.png" alt="Font settings for interactive map"/></figure>



<ol class="wp-block-list"><li>Font-family for names on the map</li><li>Font-family for pop-up names</li><li>Font-family for text inside the tooltip</li></ol>



<p>And just by following these three simple steps, you will be able to change the font style on your interactive map. But what if you don&#8217;t want to limit yourself to only using the fonts included with your WP theme?</p>



<p>Well, Fla-shop.com interactive maps help you use Google Fonts as well.</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">How to use any of Google Fonts in the map? Step-by-step instruction.</h2>



<p>If you want to use any of the Google fonts that are not used in your WP site, then below will be step by step instructions.<br>To connect Google fonts, you can use any of the plugins, for example, Easy Google Fonts <a href="https://wordpress.org/plugins/easy-google-fonts/">https://wordpress.org/plugins/easy-google-fonts/</a><br>Install and activate this plugin.</p>



<p>Below are the steps how to connect any font to the map.</p>



<h3 class="wp-block-heading">Step 1.</h3>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/easy-google-fonts-0.png" alt="Step 1"/></figure>



<h3 class="wp-block-heading">Step 2.</h3>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/easy-google-fonts-2.png" alt="Step 2"/></figure>



<h3 class="wp-block-heading">Step 3.</h3>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/easy-google-fonts-3.png" alt="Step 3"/></figure>



<h3 class="wp-block-heading">Step 4.</h3>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/easy-google-fonts-4.png" alt="Step 4"/></figure>



<h3 class="wp-block-heading">Step 5.</h3>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/easy-google-fonts-5.png" alt="Step 5"/></figure>



<h3 class="wp-block-heading">Step 6.</h3>



<ol class="wp-block-list"><li>Open the &#8220;General settings&#8221; tab</li><li>Font-family for names on the map</li><li>Font-family for pop-up names</li><li>Font-family for text inside the tooltip</li></ol>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/12/font-family-settings-2.png" alt="Step 5"/></figure>
</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">Result. Map with customized fonts</h2>



<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">


 <!-- 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: 24px; font-family: 'Indie Flower'; } #usa-html5-map-map-container_2 .fm-tooltip-comment { color: #a01915; font-size: 14px; font-family: 'Indie Flower'; } #usa-html5-map-map-container_2 .fm-tooltip-comment p { color: #a01915; font-size: 14px; font-family: 'Indie Flower'; } @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_9); 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_9; 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=9' + '&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=9' + '&usahtml5map_get_group_info=' : 'https://www.fla-shop.com/blog/' + 'index.php' + '?map_id=9' + '&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">Conclusion</h2>



<p>As you can see, it is extremely easy to customize the font used by the interactive maps from Fla-shop.com. You get all the options, from using the fonts that come with your WP theme, to using different Google Fonts, the options are immense. This can really help you to get your entire site&#8217;s typography on the same page, and improve the overall user experience.</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/">Get try-for-free customizable US map for WordPress</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/howto-customize-font-interactive-map/">How to customize the font for an interactive 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/howto-customize-font-interactive-map/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Insert an Interactive Map in Gutenberg Editor for WP</title>
		<link>https://www.fla-shop.com/blog/how-to-insert-interactive-map-gutenberg-editor/</link>
					<comments>https://www.fla-shop.com/blog/how-to-insert-interactive-map-gutenberg-editor/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Nov 2018 11:51:12 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<category><![CDATA[Maps for visual editors]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=790</guid>

					<description><![CDATA[<p>With WordPress 5.0, the popular CMS is taking a whole new direction with their Gutenberg editor. The use of blocks, instead of basic text makes this excellent for creating pages and posts, that are rich in media content. And with the use of some interactive maps, you can bring the user experience to a whole new level.</p>
<p>The post <a href="https://www.fla-shop.com/blog/how-to-insert-interactive-map-gutenberg-editor/">How to Insert an Interactive Map in Gutenberg Editor for WP</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>However, it is worth mentioning that WordPress doesn&#8217;t offer interactive maps as functionality by default. Instead, we will be taking the help of some WordPress plugins coming from the developers at Fla-shop.com.</p>



<p>The company offers a collection of high-quality tools that can help you insert HTML5 maps into your website. These plugins utilize state-of-the-art technologies such as HTML, JavaScript, CSS, and SVG to help create interactive maps for your site.</p>



<p>So without further ado, let&#8217;s get started:</p>
</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">Are the HTML5 Maps Compatible With Gutenberg?</h2>



<p>The new editor has created a sort of division in the WordPress community. A section of the community is praising the innovative direction. Gutenberg is more true to a WYSIWYG experience and makes content creation far simpler for non-coders.</p>



<p>However, on the flip side, many are citing that the editor now functions as a page builder, which is not good for many use cases. Although it will benefit media-heavy websites, blogs and similar sites will not find it suitable. But by far, the most amount of noise is created in the argument for backward compatibility.</p>



<p>Developers are arguing that it will affect client websites that are made using custom fields and meta boxes.</p>



<p>Taking this into context, we would like to point out that the users will face no compatibility issues while using these <a href="https://www.fla-shop.com/products/">HTML5 maps plugins</a> from Fla-shop.com. It is also super easy to configure, helping you get a functional interactive map up and running in minutes.</p>



<h2 class="wp-block-heading">How to Insert Interactive Maps in Gutenberg?</h2>



<p>After activating the plugin, you will notice an HTML5 Map Settings in your WordPress dashboard. Hover over it and you will notice a Maps option. This will take you to a new page where you can create new interactive maps to add to your website.</p>



<p>Simply create a new name for the map. There is also a drop-down button that contains a list of all the map options. Select the one which you intend to use and press &#8220;Add new map.&#8221; This will create the new map and specify a shortcode that you need to use while integrating the map into your WordPress website.</p>



<p>Once you have the shortcode, the plugin provides a handful of ways to help you insert the interactive maps in the Gutenberg editor.</p>



<p>1. You can insert the shortcode directly into the Gutenberg editor.</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/2018/11/1.png" alt="Shortcode module in Gutenberg"/></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>2. You can insert the shortcode inside a paragraph block.</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/2018/11/2.png" alt="Shortcode in text"/></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>3. There is also an option that allows you to insert the shortcode in the classic editor block.</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/2018/11/3.png" alt="Shortcode in the classic editor block"/></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>4. And, finally, you have the option to use basic HTML code to implement the maps into your page or post.</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/2018/11/4.png" alt="HTML code module"/></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">So, How Can You Benefit From Having Interactive Maps?</h2>



<p>Now, you might be thinking about why you need to use an interactive map on your website when there is Google Maps. Well, the reason basically boils down to this &#8211; G-maps contain loads of unnecessary details that can even hurt your conversion rates and showcase your nearby competitors. Furthermore, it is not very easy to customize G-maps to fit your personal needs.</p>



<p>However, both these requirements are easily met by the interactive map plugin from Fla-shop.com. You will be able to provide a visually immersive and engaging medium to guide your visitors to local, relevant content on your website.</p>



<p>Furthermore, interactive maps are a godsend to businesses that have a wide branch network. Using interactive maps, you can display your branch locations in a colorful JavaScript map, highlighting all your locations across a country, or in a Worldview.</p>



<h2 class="wp-block-heading">The Benefits of Using HTML5 Maps</h2>



<p>Fla-shop.com offers 4 different categories of products. Two of them are for showcasing <a href="https://www.fla-shop.com/wordpressmaps.php">Locator Maps for WordPress</a> as well as <a href="https://www.fla-shop.com/html5maps.php">JS maps</a> non-WordPress websites. And the remaining two are for <a href="https://www.fla-shop.com/products/wp-plugins/world/drill-down-world-map/">Drill-down maps for WordPress</a> and non-WordPress websites.</p>



<p>As you can guess, the locator maps will showcase a region &#8211; a country in particular. You will be able to highlight different states on the map with color customization options. This is useful for businesses that have a national foothold.</p>



<p>The drill-down maps are essentially multi-level maps. You will get a global view from which you can &#8220;drill down&#8221; to a local map or a specific region following a couple of clicks. As you can imagine, this is perfect if your business is spread across the world in different countries.</p>



<h2 class="wp-block-heading">In Conclusion</h2>



<p>So as you can see, the <a href="https://www.fla-shop.com/wordpressmaps.php">map plugins</a> from Fla-shop.com allows you to easily integrate maps into your WordPress website. No matter if you are on the old classic WordPress editor or the new Gutenberg editor, you will face no compatibility issues or anything similar.</p>



<p>If you think you will benefit from having an interactive map integrated into your website, then we highly recommend that you give this plugin a try.</p>



<p>Also, if you want to get an idea about the different types of interactive maps that can be created using the plugin, then we highly encourage you to the <a href="https://www.fla-shop.com/showcase/">Showcase</a> page as well.</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>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/how-to-insert-interactive-map-gutenberg-editor/">How to Insert an Interactive Map in Gutenberg Editor 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/how-to-insert-interactive-map-gutenberg-editor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Make a World Map with Localized Country Names</title>
		<link>https://www.fla-shop.com/blog/world-map-with-localized-country-names-for-wordpress-websites/</link>
					<comments>https://www.fla-shop.com/blog/world-map-with-localized-country-names-for-wordpress-websites/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 29 Jun 2018 14:39:58 +0000</pubDate>
				<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=619</guid>

					<description><![CDATA[<p>This tutorial explains how to build a world map with country names in your local language: French, German, Italian, Spanish, Portugal or Portugal. These are languages supported by our World Map for WordPress thanks to free language packs.</p>
<p>The post <a href="https://www.fla-shop.com/blog/world-map-with-localized-country-names-for-wordpress-websites/">How to Make a World Map with Localized Country Names</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>Installing a language pack is a simple two-minute process. But let’s first take a quick look at the map and its capabilities. </p>



<h2 class="wp-block-heading">1. Installing the World Map plugin in WordPress</h2>



<p>The World Map plugin displays an interactive map of the world with clickable countries on any WordPress website. The map is responsive and customizable, which means it fits any website design and correctly displays and functions on mobile devices. Via an extensive array of settings, the map can be configured for different navigational or illustrative purposes, such as sales geography, global dealers network, travel route, or any other interactive infographics.</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='worldcountriesHtml5Mapbottom htmlMapResponsive' style='max-width:980px; width: 100%'><div id='worldcountries-html5-map-map-container_0' class='worldcountriesHtml5MapContainer' data-map-variable='worldcountrieshtml5map_map_0'></div><div style='clear:both; height: 20px;'></div> <style> #worldcountries-html5-map-map-container_0 { } #worldcountries-html5-map-map-container_0 .fm-tooltip-name { color: #000000; font-size: 20px; } #worldcountries-html5-map-map-container_0 .fm-tooltip-comment { } #worldcountries-html5-map-map-container_0 .fm-tooltip-comment p { } @media only screen and (max-width: 480px) { #worldcountries-html5-map-map-container_0 { float: none; width: 100%; } } </style><script type="text/javascript"> jQuery(function(){ var hightlighted = null; worldcountrieshtml5map_map_0 = new FlaShopWorldMap(worldcountrieshtml5map_map_cfg_2); worldcountrieshtml5map_map_0.draw('worldcountries-html5-map-map-container_0'); worldcountrieshtml5map_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 = worldcountrieshtml5map_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('#worldcountries-html5-map-selector_0').val(sid); else jQuery('#worldcountries-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/wp-admin/admin-ajax.php?action=worldcountrieshtml5map_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('#worldcountries-html5-map-state-info_0').html('Loading...'); jQuery.ajax({ type: 'POST', url: (is_group_info ? 'https://www.fla-shop.com/blog/wp-admin/admin-ajax.php?action=worldcountrieshtml5map_group_info&map_id=2&gid=' : 'https://www.fla-shop.com/blog/wp-admin/admin-ajax.php?action=worldcountrieshtml5map_state_info&map_id=2&sid=') + id, success: function(data, textStatus, jqXHR){ jQuery('#worldcountries-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(); } }; worldcountrieshtml5map_map_0.on('click',html5map_onclick); }); </script><div id='worldcountries-html5-map-state-info_0' class='worldcountriesHtml5MapStateInfo'></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>A fully functional demo that can be downloaded from the product page – <a href="https://www.fla-shop.com/products/wp-plugins/world/countries/">World Map for WordPress</a> or by pressing the button below.</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/download/worldcountrieshtmlmap-demo.zip">Download plugin</a></p>



<p class="has-text-align-left">Install the plugin via Plugins &#8211; Add new &#8211; Upload. Read more in the article <a href="https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/">How to install a WordPress plugin</a></p>
</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">2. Download free language packs</h2>



<p>Language packs are JSON files that can be downloaded from our website and imported to the World Map plugin for WP. Each pack provides support for one specific language. </p>



<p>JSON files containing country names in various languages are listed in the table below.</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-table"><table><tbody><tr><td>Weltkarte</td><td>Deutsch</td><td><a href="https://www.fla-shop.com/blog/weltkarte-fur-wordpress/" rel="nofollow">Map preview</a></td><td>DE</td><td>worldcountries-de.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-de.zip">DOWNLOAD</a></td></tr><tr><td>Mappa del mondo</td><td>Italiano</td><td><a href="https://www.fla-shop.com/blog/mappa-del-mondo-per-wordpress/" rel="nofollow">Map preview</a></td><td>IT</td><td>worldcountries-it.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-it.zip">DOWNLOAD</a></td></tr><tr><td>Mapa del mundo</td><td>Español</td><td><a href="https://www.fla-shop.com/blog/mapa-del-mundo-para-wordpress/" rel="nofollow">Map preview</a></td><td>ES</td><td>worldcountries-es.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-es.zip">DOWNLOAD</a></td></tr><tr><td>Mapa mundial</td><td>Português</td><td><a href="https://www.fla-shop.com/blog/mapa-do-mundo-para-wordpress/" rel="nofollow">Map preview</a></td><td>PT</td><td>worldcountries-pt.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-pt.zip">DOWNLOAD</a></td></tr><tr><td>Carte du monde</td><td>Français</td><td><a href="https://www.fla-shop.com/blog/carte-du-monde-pour-wordpress/" rel="nofollow">Map preview</a></td><td>FR</td><td>worldcountries-fr.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-fr.zip">DOWNLOAD</a></td></tr><tr><td>Mapa świata</td><td>Język polski</td><td><a href="https://www.fla-shop.com/blog/mapa-swiata-dla-wordpress/" rel="nofollow">Map preview</a></td><td>PL</td><td>worldcountries-pl.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-pl.zip">DOWNLOAD</a></td></tr><tr><td>Verdenskort</td><td>Dansk</td><td><a href="https://www.fla-shop.com/blog/verdenskort-for-wordpress/" rel="nofollow">Map preview</a></td><td>DA</td><td>worldcountries-da.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-da.zip">DOWNLOAD</a></td></tr><tr><td>Wereldkaart</td><td>Nederlands</td><td><a href="https://www.fla-shop.com/blog/wereldkaart-voor-wordpress/" rel="nofollow">Map preview</a></td><td>NL</td><td>worldcountries-nl.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-nl.zip">DOWNLOAD</a></td></tr><tr><td>Mapa světa</td><td>Čeština</td><td><a href="https://www.fla-shop.com/blog/mapa-sveta-pro-wordpress/" rel="nofollow">Map preview</a></td><td>CS</td><td>worldcountries-cs.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-cs.zip">DOWNLOAD</a></td></tr><tr><td>Παγκοσμιοσ Χαρτησ</td><td>Ελληνικά</td><td><a href="https://www.fla-shop.com/blog/%cf%80%ce%b1%ce%b3%ce%ba%cf%8c%cf%83%ce%bc%ce%b9%ce%bf-%cf%87%ce%ac%cf%81%cf%84%ce%b7-%ce%b3%ce%b9%ce%b1-wordpress/" rel="nofollow">Map preview</a></td><td>EL</td><td>worldcountries-el.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-el.zip">DOWNLOAD</a></td></tr><tr><td>خريطة العالم</td><td>العربية</td><td><a href="https://www.fla-shop.com/blog/%d8%ae%d8%b1%d9%8a%d8%b7%d8%a9-%d8%a7%d9%84%d8%b9%d8%a7%d9%84%d9%85-%d9%84-wordpress/" rel="nofollow">Map preview</a></td><td>AR</td><td>worldcountries-ar.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-ar.zip">DOWNLOAD</a></td></tr><tr><td>Heims Kort</td><td>Íslenska</td><td><a href="https://www.fla-shop.com/blog/heimurinn-kortinu-fyrir-wordpress/" rel="nofollow">Map preview</a></td><td>IS</td><td>worldcountries-is.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-is.zip">DOWNLOAD</a></td></tr><tr><td>Maailmankartta</td><td>Suomi</td><td><a href="https://www.fla-shop.com/blog/maailmankartalle-wordpress/" rel="nofollow">Map preview</a></td><td>FI</td><td>worldcountries-fi.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-fi.zip">DOWNLOAD</a></td></tr><tr><td>Harta lumii</td><td>Română</td><td><a href="https://www.fla-shop.com/blog/harta-lumii-pentru-wordpress/">Map preview</a></td><td>RO</td><td>worldcountries-ro.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-ro.zip">DOWNLOAD</a></td></tr><tr><td>Mapa sveta</td><td>Slovenčina</td><td><a href="https://www.fla-shop.com/blog/mapa-sveta-pre-wordpress/" rel="nofollow">Map preview</a></td><td>SK</td><td>worldcountries-sk.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-sk.zip">DOWNLOAD</a></td></tr><tr><td>Världskarta</td><td>Svenska</td><td><a href="https://www.fla-shop.com/blog/varldskarta-for-wordpress/" rel="nofollow">Map preview</a></td><td>SV</td><td>worldcountries-sv.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-sv.zip">DOWNLOAD</a></td></tr><tr><td>Világtérkép</td><td>Magyar</td><td><a href="https://www.fla-shop.com/blog/wordpress-vilagterkep/" rel="nofollow">Map preview</a></td><td>HU</td><td>worldcountries-hu.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-hu.zip">DOWNLOAD</a></td></tr><tr><td>Карта на света</td><td>Български език</td><td><a href="https://www.fla-shop.com/blog/%D0%BA%D0%B0%D1%80%D1%82%D0%B0-%D0%BD%D0%B0-%D1%81%D0%B2%D0%B5%D1%82%D0%B0-%D0%BD%D0%B0-wordpress/" rel="nofollow">Map preview</a></td><td>BG</td><td>worldcountries-bg.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-bg.zip">DOWNLOAD</a></td></tr><tr><td>Zemljevid sveta</td><td>Slovenščina</td><td><a href="https://www.fla-shop.com/blog/zemljevid-sveta-wordpress/" rel="nofollow">Map preview</a></td><td>SL</td><td>worldcountries-sl.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-sl.zip">DOWNLOAD</a></td></tr><tr><td>世界地图</td><td>中文</td><td><a href="https://www.fla-shop.com/blog/wordpress%e4%b8%96%e7%95%8c%e5%9c%b0%e5%9b%be/" rel="nofollow">Map preview</a></td><td>ZH</td><td>worldcountries-zh.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-zh.zip">DOWNLOAD</a></td></tr><tr><td>世界地図</td><td>日本語</td><td><a href="https://www.fla-shop.com/blog/%e3%83%af%e3%83%bc%e3%83%89%e3%83%97%e3%83%ac%e3%82%b9%e3%83%af%e3%83%bc%e3%83%ab%e3%83%89%e3%83%9e%e3%83%83%e3%83%97/" rel="nofollow">Map preview</a></td><td>JA</td><td>worldcountries-ja.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-ja.zip">DOWNLOAD</a></td></tr><tr><td>Dünya haritası</td><td>Türkçe</td><td><a href="https://www.fla-shop.com/blog/wordpress-dunya-haritasi/" rel="nofollow">Map preview</a></td><td>TR</td><td>worldcountries-tr.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-tr.zip">DOWNLOAD</a></td></tr><tr><td>Verdenskart</td><td>Norsk</td><td><a href="https://www.fla-shop.com/blog/verdenskart-for-wordpress/" rel="nofollow">Map preview</a></td><td>NO</td><td>worldcountries-no.json</td><td><a href="https://www.fla-shop.com/download/freebies/language-packs/worldcountries-no.zip">DOWNLOAD</a></td></tr></tbody></table></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">3. Import the JSON file to the World Map plugin</h2>



<p>Unzip the downloaded ZIP file. Now you just need to import settings from the JSON file to the plugin.<br> Click the &#8220;Maps dashboard&#8221; button to open the Dashboard.</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 size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/world-map-dashboard.png" alt="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">
<p>In the &#8220;Export/Import&#8221; section, click the &#8220;Import&#8221; button and select the JSON file.</p>



<p>Once importing is done, a new map will appear in the map list. This map will have default settings and country names in the selected language. Note that you can create multiple maps this way, each in its own language. This is useful for a multi-language website.</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 size-large"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2018/06/world-map-import-settings.png" alt="Import map settings"/></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 completing these steps, make sure to refresh your website and check out your new map. &nbsp;</p>



<h2 class="wp-block-heading">Updates</h2>



<h3 class="wp-block-heading">The first language packs are German, Italian, Spanish, Portuguese, and French</h3>



<p>Country names in the World Map plugin are now available in the following languages: German, Italian, Spanish, Portuguese, and French.</p>



<h3 class="wp-block-heading">Added Turkish and Norwegian</h3>



<p>More language packs have been added to our world map – Turkish and Norwegian! We will continue adding languages for the convenience of our users across the world. You are welcome to follow our pages on <a href="https://twitter.com/flashop" rel="nofollow noopener noreferrer" target="_blank">Twitter</a> and <a href="https://www.facebook.com/flashopcom" rel="nofollow noopener noreferrer" target="_blank">Facebook</a> in order to find out about future updates right away.</p>



<h3 class="wp-block-heading">Added Chinese and Japanese</h3>



<p>Excellent news for our users in East Asia! Starting today, our <a href="https://www.fla-shop.com/products/wp-plugins/world/countries/">World Map plugin for WordPress</a> is also available in Chinese and Japanese. We are planning to add even more languages in the future, so follow us in social networks and be among the first to know about our new releases.</p>



<h3 class="wp-block-heading">Added Hungarian, Bulgarian, and Slovenian</h3>



<p>For your convenience, we have extended language support for our world map to Hungarian, Bulgarian, and Slovenian. More language packs are coming soon. Stay informed by following our <a href="https://www.facebook.com/flashopcom" rel="nofollow noopener noreferrer" target="_blank">Facebook</a> and <a href="https://twitter.com/flashop" rel="nofollow noopener noreferrer" target="_blank">Twitter</a> pages!</p>



<h3 class="wp-block-heading">Added 11 new languages</h3>



<p>We constantly work on improving our WordPress World Map plugin and making it more accessible for users across the globe. As part of this effort, we have added 11 new language packs: Dutch, Danish, Polish, Czech, Greek, Arabic, Icelandic, Finnish, Romanian, Slovak, and Swedish. Support for more languages is coming – make sure to follow our social pages to stay current with these and other updates!</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Now you can publish on your WordPress website a world map that displays country names in a specific language. This is useful if you expect most visitors to be from a particular country – for example, if your site targets German-speaking audience, it is advisable to publish the map with country names in German.<br>
We discussed the following map plugin in this tutorial: <a href="https://www.fla-shop.com/products/wp-plugins/world/countries/">World Map for WordPress</a>.</p>



<p class="has-text-align-center"><a class="greenbutton" href="https://www.fla-shop.com/products/wp-plugins/world/countries/">Try World Map for WordPress for free</a></p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/world-map-with-localized-country-names-for-wordpress-websites/">How to Make a World Map with Localized Country Names</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/world-map-with-localized-country-names-for-wordpress-websites/feed/</wfw:commentRss>
			<slash:comments>6</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[
<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>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>



<h2 class="wp-block-heading">Advantages of Bulk Edit feature</h2>



<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>



<ul class="wp-block-list">
<li>It will save you time.</li>



<li>No need to add the same information for every state separately.</li>



<li>Add the same colors for multiple states.</li>



<li>Same settings for multiple states with a single click.</li>
</ul>



<h2 class="wp-block-heading">How to use it</h2>



<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>After visiting the detailed settings tab, you will be able to see a new option for Bulk Edit.</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>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>



<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>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>



<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>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>



<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>



<h2 class="wp-block-heading">How it can be useful</h2>



<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>The basic ways of creating sales area maps are:</p>



<ul class="wp-block-list">
<li>Setting up each state one by one</li>



<li>Create state groups on the &#8220;Groups&#8221; tab</li>



<li>Use import CSV file with settings</li>
</ul>



<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>This feature is ideal for:</p>



<ul class="wp-block-list">
<li>Sales regions map</li>



<li>Dealer locator map</li>



<li>Coverage/delivery/franchise areas maps</li>
</ul>



<h2 class="wp-block-heading">Conclusion</h2>



<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 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>How to install the WordPress plugin from Fla-shop.com?</title>
		<link>https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/</link>
					<comments>https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 08 Sep 2017 06:55:22 +0000</pubDate>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[How-To’s]]></category>
		<guid isPermaLink="false">https://www.fla-shop.com/blog/?p=265</guid>

					<description><![CDATA[<p>How to install the WordPress plugin from Fla-shop.com? This article is a complete review of WordPress interactive map plugin installation. We will make a comprehensive review of the installation process from downloading a ZIP file up to the plugin activation. You can also find short installation instructions for Windows and macOS users in the article.</p>
<p>The post <a href="https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/">How to install the WordPress plugin from Fla-shop.com?</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 article_contents_list"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<h2 class="wp-block-heading">Table of contents</h2>



<ul class="wp-block-list"><li><a href="#short">Short installation guide</a></li><li><a href="#full">Step-by-step guide with screenshots</a></li><li><a href="#macos">Installation of the plugin on macOS (iMac, MacBook)</a></li><li><a href="#demo">Installing the full version of the plugin after testing the demo version</a></li><li><a href="#video">Video guide</a></li><li><a href="#next">What&#8217;s next?</a></li></ul>
</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><a name="short"></a></p>



<h2 class="wp-block-heading">Short installation guide</h2>



<p>Note that you first need to select the plugin at Fla-shop.com and download the ZIP-archive to your local hard drive. After that:</p>



<ol class="wp-block-list"><li>Go to your WordPress admin panel;</li><li>Select the &#8220;Plugins&#8221; tab, then select &#8220;Add new&#8221; link;</li><li>In the appeared window click on &#8220;Upload Plugin&#8221; button;</li><li>Click &#8220;Browse&#8221; button and select ZIP archive with the plugin. Click &#8220;Install Now&#8221; button;</li><li>When the plugin has been installed, activate it by clicking the &#8220;Activate Plugin&#8221; link;</li><li>Great job! Now you can see a new section in WordPress admin panel, where you can manage all plugin settings.</li></ol>



<p><a name="full"></a></p>



<h2 class="wp-block-heading">Step-by-step installation guide</h2>



<p>This comprehensive instruction will undoubtedly help you to answer the question &#8220;How to install WordPress plugin from Fla-shop.com&#8221; and to make it in an&nbsp;easy and accurate way.</p>



<p>Click on the &#8220;Upload Plugin&#8221; button</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step2.png" alt="Adding a new plugin to a WordPress website"/><figcaption>Adding a new plugin to a WordPress website</figcaption></figure>



<p>When the upload window appears, click on the &#8220;Choose file&#8221; button</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step3.png" alt="Click Choose File"/><figcaption>Click &#8220;Choose File&#8221;.</figcaption></figure>



<p>Choose the ZIP archive with the plugin at your local hard drive</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step4.png" alt="Selecting a plugin ZIP file to upload"/><figcaption>Selecting a plugin ZIP file to upload</figcaption></figure>



<p>When the ZIP file has been downloaded into your website directory, click on the &#8220;Install Now&#8221; button</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step5.png" alt="Start installing the plugin"/><figcaption>Start installing the plugin</figcaption></figure>



<p>Click on the &#8220;Activate Plugin&#8221; button to activate the plugin.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="688" height="504" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step6.png" alt="Activating the plugin" class="wp-image-277" srcset="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step6.png 688w, https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-mac-step6-300x220.png 300w" sizes="(max-width: 688px) 100vw, 688px" /><figcaption>Activating the plugin</figcaption></figure>



<p><a name="macos"></a></p>



<h3 class="wp-block-heading">Installation of the plugin on macOS (iMac, MacBook)</h3>



<p>One of the main differences between the macOS and Windows installation process is that compressed files are being unzipped directly after the download process. It means that after downloading the plugin ZIP archive in macOS you will see something like that:</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-plugin-01.png" alt="Downloads folder in macOS"/><figcaption>Downloads folder in macOS</figcaption></figure>



<p>Please note that you will need to compress this folder into a ZIP archive again in order to upload it to the WordPress website correctly. For&nbsp;this purpose follow the instructions on the screenshot below.</p>



<p>Do a Right-click on the folder icon and choose &#8220;compress folder&#8221;.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-plugin-02.png" alt="Compressing the plugin directory after downloading"/><figcaption>Compressing the plugin directory after downloading</figcaption></figure>



<p>As you can see on a screenshot below after the compression process you will have a ready ZIP archive that can be uploaded to a WordPress website.</p>



<figure class="wp-block-image"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/uploads/2017/09/how-to-install-plugin-03.png" alt="ZIP file plugin, ready to upload to WordPress"/><figcaption>ZIP file plugin, ready to upload to WordPress</figcaption></figure>



<p><a name="demo"></a></p>



<h2 class="wp-block-heading">Installing the full version of the plugin after testing the demo version</h2>



<p>If you have tested the demo version of the plugin and purchased a license, we warn you to delete all old plugin files right before the installation process. You can export your settings into the new plugin. We will describe that in the next articles.</p>



<p>Please note that if you still see an &#8220;HTML5 Demo&#8221; badge after the installation and activation of the full plugin version, you will need to clear the browser cache:</p>



<ul class="wp-block-list"><li><strong>for Windows users:</strong> press CTRL + F5 at &#8220;Map preview&#8221; page in WordPress admin panel;</li><li><strong>for macOS users:</strong> press Command + R at &#8220;Map preview&#8221; page in WordPress admin panel.</li></ul>



<p><a name="video"></a></p>



<h2 class="wp-block-heading">Video guide</h2>



<p>For your convenience, we prepared a short video instruction where we show the complete installation process.</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 class="thumb-wrap"><a href="https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/"><img decoding="async" src="https://www.fla-shop.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FbIqHVJePOJQ%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></div>
</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><a name="next"></a></p>



<h2 class="wp-block-heading">What&#8217;s next?</h2>



<p>When your interactive map is installed, it is time to configure it, as we described earlier. After that, just embed a simple shortcode into your WordPress blog post or page and enjoy an eye-catching interactive map!</p>



<p> Take a look at the <a href="https://www.fla-shop.com/blog/5-types-of-interaction-in-plugin-us-map-for-wordpress/">examples of interactive maps</a> that demonstrate the plugin&#8217;s capabilities. </p>
</div></div>
<p>The post <a href="https://www.fla-shop.com/blog/how-to-install-wordpress-plugin-from-fla-shop-com/">How to install the WordPress plugin from Fla-shop.com?</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/how-to-install-wordpress-plugin-from-fla-shop-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
