Mapsupreme for Vantage

Live Demo

Mapsupreme is a plugin helps to add Google Map in your Vantage theme through short-code or action hooks. It gives a Clustered Google map or a grouping Google Map with colorful Icons.

You can set the map center point as per your city or region from the plugin settings. The map lists all listing & event posts with colorful grouping icons. If you want to change icons, you can change from “icons” folder in the plugin folder. On individual pin point click, a user can get the listing image, title with link, address, website, phone.

The main feature of the plugin is the data json file. All listing information is stored in one data file which is stored in plugin(mapsupreme) folder so every time it requires no server load time to collect data for the map. This helps the loading and processing time.

You don’t have to worry about the new/updated listing as the data file will refresh on each time period you have set from plugin settings automatically. And if by mistake any listing is not loaded then from plugin settings, you can reload the map settings and refresh the data file with just a single button click. It’s so easy!

This plugin works with Vantage only. It is compatible with WordPress Multisite.

Get Map Category Icons.

Map with multiple listings from same address

Key Features

  • Google Map API 3 Version with all latest futures
  • Minimum java-script code written for Google map functionality
  • Speedy Google map data processing by data.json file cache
  • All Listing & Events Data are store in json file(data.json) which included as script file every time
  • New (after version:1.2.0.0)Easily show multiple listing on same address
  • New (after version:1.2.0.0)Hide/Show map for mobile device.
  • No run-time load of data process
  • Data json file is refresh/new data added/updated by the time of cron job you can set from plugin settings (hourly/daily…)
  • Totally json data code so no problem of multiple language content
  • Colorful grouping icon change option by change icons from plugin folder
  • Change pin point icon from icons folder of plugins
  • Easily place the map in any post/page detail page by wordpress shortcode
  • WordPress action hook is given to place the code any where in php you want to show the map.
  • Set the map center points & zooming factor from plugin settings.
  • Set the map height & width as per your settings while adding shortcode
  • Map type selection option ROADMAP/SATELLITE/HYBRID/TERRAIN
  • Specific category listing data selection option from plugin settings. and many more…
Added after Version : 1.3.6 (22th February 2016)
  • Location search on map.
  • On map load pin points “DROP” effect added.
  • On pin points click Animation “BOUNCE” effect added — enable/disable from plugin settings.
  • ‘maps.googleapis.com/maps/api/’ — new api url added.
  • “mapsupreme_google_api_url” filter added for google map api url controll.
  • Changed map language by settings –> wp-admin > Vantage > Geo Services > Map – Google > Language.
  • Google map API Key from above settings now you can manage easily from plugin settings.
Added after Version : 1.4.0 (18th June 2016)
  • Multiple listings/events on same address (Problem Solved)
    — display like slide but was not working for sometime.
  • Map Pin Popup Settings (from plugin settings).
    — you can hide “Reviews”, “Company Website” and “Get Direction on Map”.
Added after Version : 1.4.1 (25th June 2016)
  • Star ratings added in popup.
  • Map Pin Popup admin Settings — New options added.
    • Show/hide Address,
    • Show/hide Phone,
    • Show/hide Ratings,
    • Show/hide Reviews,
    • Show/hide Company Website,
    • Show/hide Company Website
Added after Version : 1.4.2 (9th July 2016)
    • Multicity option added and related settings added from widget settings.
      • User should select both options below ::
      • –> enable “Vantage Multi-City” plugin from google map? &&
      • –> “City wise map data”
    • If “City wise map data” not inseted it will try to search data from “Vantage Multi-City” plugin. Sometimes it not working that’s why we have added this feature.
    • Important is if you don’t have installed “Vantage Multi-City” then also the map will work if “City wise map data” inserted but you should provide city data from URL.
    • Enter comma seperated data in new line for each city. Map will focus automatically while city is selected.
    • Example how to insert city data

City,Latitude,Longitude
London,51.507351,-0.127758
Washington,38.907192,-77.036871
New York,40.712784,-74.005941
Chicago,38.907192,-77.036871

    • City name should be same as “?set_vmc_city=London” from browser URL.
    • You may get city latitude & longitude from url >> http://www.latlong.net/.
    • Use shotcode for city wise map links :: [vantage_gmap_cities]

–> It will display city list with url so on click it will display home page map with selected city focus.

Plugin Usage

      • You can add google map by shortcode. Insert the code in post/page/listing editor content.
      • Shortcode is :: [vantage_gmap]
      • Set width & height like :: [vantage_gmap w=600px h=300px], Refer to readme.txt for more details or go to the “Notes” page in the plugin settings.
      • You can use wordpress action hook “wpw_vantage_gmap_code”. The php coding for that is below::
        $arg = array('w' = '100%','h' = '400px');
        do_action('wpw_vantage_gmap_code',$arg);
        • “w” :: widht of google map either “px” or “%”
        • “h” :: height of google map either “px” or “%”

Important Notes

      • Please find the file “data.json” at \www\wordpress\wp-content\plugins\vantage_googlemap/data.json
      • If not found? create new file at \www\wordpress\wp-content\plugins\vantage_googlemap/data.json
      • Please make sure to set “data.json” permission “766” or “777” or give the file write permission
      • Check file from http://localhost/wordpress/vantage/wp-content/plugins/vantage_googlemap/data.json
      • If this is first time? Set data.jason Data by Click the link
      • See the Plugin settings Page for more details and see your server exact file location and all.
      • Maximum of 5000-7000 listing posts will be added in the vantage Google Map to rock the map as every time it will be load and processing time taken.
      • Display your choice of category by plugin settings on the home page map
      • Set the Google Map Center Lan & Lng & Zooming factor from plugin settings
      • The map will show only post_type=”listing” & “events”
      • The map Latitude & Longitude are post custom fields “lat” & “lng”
      • Change pin point icon(pin.png) from “icons” folder inside plugin folder
      • Change zooming icons(m1.png,m2.png,m3.png,m4.png,m5.png) from “icons” folder inside plugin folder

Google API is necessary after June 22, 2016 of new google map map updated policy. We have created a good article with screen image for better understanding about create new google API key. Click the link to create google API

Like
5 people like this.
  • What is special in Version:1.1.4?
    ==>Map pinpoint popup design changed.
    ==>Map langauge changes as per vantage theme geo map settings.
    ==>Category wise map settings Grid listing/normal listing of map and many more….
  • What is special in Version:1.1.0?
    ==>In version:1.1.0 we have added event with listing on same map. You can show either listing or events via the setting from wp-admin > plugin. Show/Hide options for different pages via widgets. The shortcode code also changed.
  • How to use map via Widget?
    ==>New widget added, Widget name :: MapSupreme Google Map
    MapSupreme Google Map for Home page, Listing page & Search page. Please add the widget to “List Page Top Sidebar” widget area for vantage version 1.2+
  • Map Not appear properly?
    ==> Go to plugin settings page and refer below notes OR check the readme.txt file inside the plugin folder.
  • How to add map code in header.php file?
    ==>Go to wp-admin > Appearance (left menu) > Editor >> edit the file (header.php)Get the php code from readme.txt file and place after last line in header.phpORYou can get the code directly to copy & paste from :: http://wpwebs.com/demo/mappress/wp-content/themes/vantage/images/mapsupreme_code.txt
  • How to add Map on home page?
    ==> refer readme.txt file to get the php code which should be added in header.php of theme root to show map on home page. You can set widht & height as per your wish.
  • Display specific categories on map?
    ==> from plugin settings page, you can see the option to set the category display of you want. Just select your choice and press the refresh data button and you can see the effect on your map.
  • How to set Category Icons?
    ==> You can set the category icons while Add/Edit Listing Category. You should upload the icons from media library & get the image link to place there.
  • How to set different Map type?
    ==> Go to plugin settings > set the “Map Effect”
  • Map Not appear properly on Detail page?
    ==> Please add below css class in your style.css file at last line of current theme root folder.article.listing #vantage_gmap img { max-width: 100%; position: inherit;}
  • Display Category Map?
    ==> Get latest version 1.0.3 and it will work for category wise map on listing page as well via shortcode/action hook you can add to any where you want. You can add multiple category/parent category.

1)Unzip the mapsupreme.zip folder

2)Copy the plugin folder “mapsupreme_vantage” and paste in “wp-content/plugins/”

3)Go to wp-admin -> Plugins -> Mapsupreme -> Active Plugin

4)You can see additional “Mapsupreme” menu link under “Listings” box at left menus from where you can manage settings.
The path is like : Go to wp-admin > Listings (left menu) > Mapsupreme > Settings…

5) If it is first time installation you should press ” Set Listing lat & lng ” && Then ” Refresh Data Right now ”
–> As it is your first time, the previous listing may not have set the google map lat & lng so it will set by ” Set Listing lat & lng ”
–> Once lat & lng set you should refresh the data.json for home page map so you sould press ” Refresh Data Right now ”
–> After that it will work automatically, you don’t need to do the process every time, it is only first time installation process.

6)See the settings as per you want.

7) To display map you should go to wp-admin > widgets > widget name : “MapSupreme Google Map” > Drag & drop it to “List Page Top SIdebar” widget area to display the map below header section in place of vantage default map.

8) If you want to display map on any page or post, please use shortcode as per example given below.

9) If you want to display map via php code, and the end of readme.txt file we have added sample php code for your guide.

10)Read Usage, Notes & Developer Notes Carefully.

You can contact us directly via email (info(@)wpwebs.com) or support under forum in the AppThemes forum.

  • Once you install the plugin, Go to plugin settings page
  • Press the button “Set Listing lat & lng” to set the post listing Latitude & Longitude for older post listing. It will add post listing Latitude & Longitude as per address if it is empty. Then Press the button “Refresh Data Right Now” to see the update.
  • Press the button “Refresh Data Right Now” to set the listing data first time.
  • It will refresh the data.json file and all latest listing will be added in it.

Version  : 1.5.11 (30th March 2019)
——————————-
Important Note :  Refresh map data after update this version of plugin.
——————–
— Added new plugin — Set Google Map Latitude & Longitude Manually
— Which included inside plugin folder.
— Plugin name :: Set Google Map Latitude & Longitude Manually
— Activate the plugin
— See additional link from wp-admin >> Listings(left menu) >> Set Lat & Lng for Vantage
— Changed listings lat & lng for google map settings changed for each listings.

 

Version  : 1.5.10 (13th March 2019)
——————————-
— From plugin settings > google map API settings url not working properly/changed as per theme update – Problem SOLVED

 

Version : 1.5.9 (04th Dec 2018)
——————————-
— PHP warnings display for some places – solved.

 

Version : 1.5.8 (26th Nov 2018)
——————————-
— PHP warnings display for some places – solved.

 

Version : 1.5.7 (08th Nov 2018)
——————————-
— Visitor cookies settings if you have enabled visitor location auto deletion and in some case if location api not set proper response, it will create problem and related conditions added so in case there is any error, or empty response – no error will be created or loges.
— Visitor automatically location detection related API site was removed/not working and now we have changed and new website and it is working ok…..
//$geocode=wp_remote_get(“http://freegeoip.net/json/”.$ip);
$geocode=wp_remote_get(“http://ip-api.com/json/”);
— cookie is removed and we have added wp “transient” for visitor data storage

 

Version : 1.5.6 (30th Nov 2018)
——————————-
— event post type category variable not defined in new vantage theme which was creating problem – solved and we have defined if not exists in plugin because plugin working for both older version and new version.
— event post type category constant variable name : VA_EVENT_CATEGORY

 

Version : 1.5.5 (27th Aug 2018)
——————————-
— Multiple pin slider effect for same address not working properly – problem SOLVED
— Multiple pin slider effect for same address not display properly – CSS problem SOLVED

Version : 1.5.4 (9th Aug 2018)
——————————-
— Map not display if there is no data to display via shortcode – Problem solved.

 

Version : 1.5.3 (26th May 2017)
——————————-
— SSL enabled but not work for some server, problem solved.
— Additional SSL enable/disable option removed, now system automatically detect and work.
— Vantage version 4.0 theme improvement for geo location custom variable changes – error in last update solved.

Version : 1.5.2 (20th May 2017)
——————————-
— if SSL enabled then also sometime SSL settings not enabled for somesites — Problem solved.
— Added new option for “SSL” which enable SSL manually if not set automatically.

Version : 1.5.1 (13th May 2017)
——————————-
— Admin settings >> api settings option not working as per vantage theme version : 4.0+ — SOLVED

 

Version : 1.5.0 (29th April 2017)
——————————-
— Plugin updated as per vanteg theme version : 4.0+ So plugin is working for older and new version both.

 

Version : 1.4.7 (6th Feb 2017)
——————————-
— Map Pin point ratings and review value was wrong for listings & events – SOLVED.

Version : 1.4.6 (22nd Jan 2017)
——————————-
— Map data refresh time interval settings, more options added for every 5 minutes, 10 minutes, 15 minutes, 30 minutes and 45 minutes
— site with SSL certificate, mean for https:// site js & css may not working – problem solved.

version : 1.4.5 (18th Sep 2016)
——————————-
* Google Map Popup data > with image extra attributes >> removed extra attributes
* New widget option added to display map center settings as per visitor IP address location.

version : 1.4.4 (24th Aug 2016)
——————————-
* Multiple listings and events on same address, display in slide, while click on next-previous button, page flick at top –> Problem Solved.

version : 1.4.3 (26th July 2016)
——————————-
* Document screen image correction.

version : 1.4.2 (07th July 2016)
——————————-
* Map Pin Popup css change/correction done for smaller map height.
* New Feature After version : 1.4.2
–> Multicity option added and related settings added from widget settings.
–> User should select both options below ::
–> enable “Vantage Multi-City” plugin from google map? &&
–> “City wise map data”
–> If “City wise map data” not inseted it will try to search data from “Vantage Multi-City” plugin. Sometimes it not working that’s why we have added this feature.
–> Important is if you don’t have installed “Vantage Multi-City” then also the map will work if “City wise map data” inserted but you should provide city data from URL.
–> Enter comma seperated data in new line for each city. Map will focus automatically while city is selected.
–> Example how to insert city data
City,Latitude,Longitude
London,51.507351,-0.127758
Washington,38.907192,-77.036871
New York,40.712784,-74.005941
Chicago,38.907192,-77.036871
—> City name should be same as “?set_vmc_city=London” from browser URL.
—> You may get city latitude & longitude from url >> http://www.latlong.net/.
—> Use shotcode for city wise map links :: [vantage_gmap_cities]
–> It will display city list with url so on click it will display home page map with selected city focus.

version : 1.4.1 (25th June 2016)
——————————-
* Star ratings added in popup.
* Map Pin Popup Settings — New options added
— show/hide Address,Phone,Ratings,Reviews,Company Website,Company Website

version : 1.4.0 (18th June 2016)
——————————-
* Multiple listings/events on same address – display slide – was not working for some time – Problem Solved.
* Map Pin Popup Settings — you can show/hide “Reviews”, “Company Website” and “Get Direction on Map”

version : 1.3.10 (19th May 2016)
——————————-
* Added css to header section and all map related js to footer section.
* W3C validation correction done.

Version : 1.3.8 (9th March 2016)
——————————-
* Map some time not display – only blank map — PROBLEM SOLVED

Version : 1.3.7 (23th February 2016)
——————————-
* Shortcode category , event category and other settings problem solved.

Version : 1.3.6 (22th February 2016)
——————————-
* location search on map – New feature added.
* map round border correction done.
* small screen device like mobile & iPhone – pin point bubble not close – problem solved.
* on map load pin points “DROP” effect added – New feature added.
* on pin points click Animation “BOUNCE” effect added — enable/disable from plugin settings – New feature added.
* ‘maps.googleapis.com/maps/api/’ — new api url added.
* “mapsupreme_google_api_url” filter added for google map api url controls.
* changed map language by settings –> wp-admin > Vantage > Geo Services > Map – Google > Language
* google map API Key from above settings now you can manage easily from plugin settings.

Version : 1.3.5 (16th February 2016)
——————————-
* Multi City plugin related Google API not working Properly – Solved.
* With Google API key – Working OK now.
* It display space between map & header – SOLVED

Version : 1.3.4 (27th January 2016)
——————————-
* Multi City plugin support related changed – to enhance your page load speed.
* If Multi City plugin enabled and city is selected, it will store location lat & lng with wordpress options.
* Next time while any trying same city location, it will be get data from options instead of call google api.
* This way the page load speed will increase and plugin will ignore load same api again and again.

Version : 1.3.3 (25th January 2016)
——————————-
— Multi City plugin was not working if “zoom fit” is selected – Problem Solved.

Version : 1.3.2 (20th January 2016)
——————————-
— Map API sensor = false is removed
— Map Category Menu changed from right –> left
— map zoom buttons was hidden — problem solved

Version : 1.3.1 (10th January 2016)
——————————-
— Map not working for Event Tags — solved

Version : 1.3.0 (9th December 2015)
——————————-
— Wordpress 4.4 upgrade.

Version : 1.2.3
——————————-
— mapsupreme.css applied wp stander function :: wp_register_style & wp_enqueue_style

Version : 1.2.2
——————————-
— data.json format was not working properly for crome browser, working ok for other browsers – Solved
==> data.json renamed to listmapdata.js

Important NOTE :: Plesae refresh the data after updated plugin because of renamed of json file.

Version : 1.2.1.5
——————————-
— Home map category pin listing problem in popup at bottom right corner – Solved

Version : 1.2.1.4
——————————-
— Localization added – Now you can translate all text to any language using wordpress localization method.
— Listing and event on home page map was not perperly display as latest lists – Problem solved and now it will always display latest events & listings only.
— Optimize the sql query for listing and events data collection.

Version : 1.2.1.3
——————————-
— Featured listing pinpoint image has error – pin point not working for all map – Solved

Version : 1.2.1.2
——————————-
— Added new Featured image add url option from wp-admin > Listings(left menu) > Mapsupreme > “Featured Pinpoint Image”.
— It will display the added added featured image url on the map for featured listings & events.

Version : 1.2.1.1
——————————-
— Add/Display your custom data on map by the filter : wpw_mapsupreme_custom_jsondata
** Open the sample code file CURRENT PLUGIN FOLDER/document_guide/mapsupreme_custom_data_map_filter.txt
** Change the sql in custom_data_only() function ::
$querystr = “YOUR CUSTOM SQL”;
** Important Note : You can use the filter only with PHP code.

Version : 1.2.1.0
——————————-
— CSS correction for popups
— review added for map popup

Version : 1.2.0.9
——————————-
— Category listin box on the map – show/hide list – option gone by mistake — Correct the error and now you can see it.
— show/hide category list on home page map.

Version : 1.2.0.8
——————————-
— Map Zoom fit not working properly – Solved.

Version : 1.2.0.7
——————————-
— Shortcode – zoom fit and zoom settings problem – solved
— page and post detail shortcode map – background image removed.

Version : 1.2.0.6
——————————-
— while using shortcode – it give error if any category not added — SOLVED.

Version : 1.2.0.5
——————————-
Listing home page map category selection not working — SOLVED.

Version : 1.2.0.4
——————————-
— Search events & All Events listing – pin point icon image was not display correctly — SOLVED.

Version : 1.2.0.3
——————————-
— Multiple listings/events on same address was not working on search page – Error Solved.

Version : 1.2.0.2
——————————-
— Error SOlved — if events category selected from plugin settings, data.json not working

Version : 1.2.0.1
——————————-
— Error SOlved — if category selected from plugin settings, data.json not working

Version : 1.2.0.0
——————————-
— Hide map on mobile device > new option added in plugin settings page.

— Multiple Listing on same address ==> Now appear in slider mode so easy to get for users.

NOTE:– Make sure you should refresh the data.json file from wp-admin>Mapsupreme plugin settings page.
—- To get latest update of multiple listing on same location.

Version : 1.1.4.4
——————————-
— SSL glogal variable problem of $_SERVER[‘HTTPS’] – SOLVED
— file permission problems for home page – added new NOTE option on wp-admin > plugin settings from where user can get data.json file permission
to make it correct easily.
==> Note : data.json file permission should be “766” or “777” or give the file write permission

Version : 1.1.4.3
——————————-
— iPhone & iPad map popup bubble cross not working. – SOLVED

———————————————
go to the mapsupreme.php file.

in the line – around 1345
#vantage_gmap img {background: none repeat scroll 0 0 transparent !important;max-width: none !important;width: auto !important;padding:0 !important;margin:0 !important;border:0 !important;position: relative !important;top: 0; left: 0;}

change to:
#vantage_gmap img {position: inherit !important;}
———————————————

Version : 1.1.4.2
——————————-
— Auto Zoom fit with widget settings added.
— for some server “get_posts” wp function not working for much listing – solved.

Version : 1.1.4.1
——————————-
–> SSL related option ON/OFF — added

Get the option to SSL on/off option, you should do it manually from wp-content/plugins/mapsupreme_vantage/mapsupreme.php

——–DISABLE SSL——————–
define(‘WPW_SSL_GMAP_PLUGIN_ON’,0);

——–ENABLE SSL——————–
define(‘WPW_SSL_GMAP_PLUGIN_ON’,1);

Version : 1.1.4
——————————-
–> Map Popup NEW Design Change

Version : 1.1.3
——————————-
–> Map langauge changes as per vantage theme geo map settings.
–> Category wise map settings Grid listing/normal listing of map (you can manage from add/edit category.)

Version : 1.1.2
——————————-
–> “Vantage Multi-City” plugin from google map – changed the code from : “file_get_contents” to “wp_remote_get”
As on some website server it was not working so finally we changed it & now it’s ok

Version : 1.1.2-beta
——————————-
–> Error : Cron job for daily/twice a day/hourly not working properly – SOLVED

Version : 1.1.1
——————————-
–> Error : map on search page not appear – SOLVED

Version : 1.1.0
——————————-
–> Event on Home map added
–> Map on Events category & Evetn Tag pages added
–> Map on Events Search page
–> More options added on plugin settings page
–> More Options addded on pluin widet
–> “Vantage Multi-City” confuguration done
–> Manage number of listing you want ot show on home page, can be controlld from wp-admin -> plugin settings page.
–> Events category selection option from plugin settings
–> Add event category Icon for map from category add/edit page

Version : 1.0.9
——————————-
–> Admin Plugin settings >> data refresh settings interface problem – solved
–> If there is no website url added, it will not appear on map pin popup
–> ERROR : if there is no result on searching page, it’s show blank map — SOLVED


Version : 1.0.8 (01-07-2013)

——————————-
–> Widget map working for tag listing page
–> Pinpoint popup (on the map while click on map pin) with limited

Version : 1.0.8.1
——————
–> Don’t show map on event listing page.

Version : 1.0.7 (05-06-2013)
——————————-
Widget map added as per vantage version : 1.2+

New widget added, Widget name :: MapSupreme Google Map

>>> MapSupreme Google Map for Home page, Listing page & Search page. Please add the widget to “List Page Top Sidebar” widget area for vantage version 1.2+

Version : 1.0.6 (05-06-2013)
Widget map added as per vantage version : 1.2+

New widget added, Widget name :: MapSupreme Google Map

>>> MapSupreme Google Map for Home page, Listing page & Search page. Please add the widget to “List Page Top Sidebar” widget area for vantage version 1.2+

Version : 1.0.5 (17 – April – 2013)

Plugin work with Multisite

Admin plugin settings > category listing formating

Version: 1.0.4 (17 – March – 2013)

Disable mouse scroll zoom — you will get option from plugin settings

Version : 1.0.3 (29 – Dec – 2012)

  • Category wise google map add option for both way via shortcode & action hook
  • allow for mutiple category as well for parent and sub categories also.
  • add category id comma seperated.
  • [vantage_gmap w=100% h=300 zoom=10 ismapnormal=1 cat=3,7,10]OR[vantage_gmap clat=37.796691 clng= -122.399487 w=100% h=300 zoom=10 ismapnormal=1 cat=3,7,10]

Verson : 1.0.2 (01st – Oct – 2012)

  • Category wise google map add option for both way via shortcode & action hook
    – added new parameters, listed below :”zoom” :: zooming of map
    eg: zoom=12″clat” :: map central Latitude
    eg: clat=37.796691″clng” :: map central Longitude
    eg: clng= -122.399487″ismapnormal” :: map display either normal/group map
    eg:ismapnormal=1 (for normal map) or ismapnormal=0 (for grouping icon)”cat” :: category map, set category id and it will show only category map
    eg: cat=7
    where 7 is category ID of “Software category”
  • support upto 7000 listing records for rock your site google map.
  • get the php code to show map on listing category. get it from readme.txt

Verson : 1.0.1 (20th – Sep – 2012)

  • category wise icons add option from add/edit listing category page.
  • Plugin settings – map effect option now you can display two type of map with group icons and without.
  • List of category pin icon image with category name and option from plugin settings to show/hide.
  • Added “Get Direction on Map” on the each pin point detail message.
  • Change in data.json file as per new data and category information.

Version: 1.0.0

New Release

18 reviews of “Mapsupreme for Vantage

You need to purchase this item before reviewing it.
(Just bought it? Log out and back in to enable reviews.)

 Comments (248)

  • markeris

    Will this plugin work with Vantage Child Themes too?

    • author
      Vipul

      yes it will work with all kind of vantage child theme but make sure you can able to display the vantage default map then only you can display our plugin map. May be some child theme removed the widget area and you may confused about the plugin not working. Please confirm before buy the plugin for child theme.

  • markeris

    Question…what happens when multiple listings share the same address? How does this app display that?

    • author
      Vipul

      if more than one list for same address, it will display like slide and user can slide it to view in the map popup.

  • holisticcare

    How do I make the Map not show up on the HomePage?

  • mitchcature

    Hi, been trying for ages now, cant seem to get the icons to show on the map, put the URL in on the category, refreshed the data, on the key I get a missing image and get a standard red icon for the listings. Been trying all day to get this sorted surely It should not be that hard. Please help ASAP. got a dead line to launch.

    • author
      Vipul

      Ok we need your co-operation for that. You should first of all send us your site url so we can check it and possible send us temporary wp-admin so if possible we can login in to wp-admin and check entire problem if any and have quick solution.
      you can send details to email : vipul.jariwala@gmail.com
      Add your all comments so we have better idea about your problem.

      Thanks

      Like
      mitchcature likes this.
  • sergio_altuzar

    Good evening, I could indicated as I can translate or switch to Spanish label “get directions on map”

  • wzshop

    Hi,
    With the csv importer CSV All Import i tried to import some listings but they wont show up on the map, unless i singly(multiple wont work) edit them and resave them in WP.. Is there a way to fix this?

    • author
      Vipul

      from wp-admin plugin settings you can see “Set lat & lng” button.
      which will get your address if it address is correct, it will generate lat & lng for all the listing which not set for google map.
      You may try(click) the button for 3-4 times if number of records are many because some times it will timeout the program execution and so some may be left. you if you try click for 3-4 time then it will ok.
      Thanks

      • wzshop

        Pff, im sorry.. totally missed that button:) it said it gathered all info successfully, so i guess i don’t have to click again correct?

        Thanks

      • wzshop

        Ok clicked the button multiple times, and cleared cache. I have 1600+ listings.. When i go to the archive page it seems all to be ok, but when i start browsing further into the archive sometimes it just shows 5 listings on the map, instead of the 10 presented on the archive page. However when i directly search for a missing listing in the searchbox i get the result with the pin pointed on the map… Any ideas?

        • author
          Vipul

          if you have added “lat” and “lng” custom post field in import then you don’t worry. if not then you have to set it.

          • wzshop

            I guess that shouldnt be it. The archive map doesnt show all the listings that or on the archive page. It does however show the listing on the map when i directly search for it. Also, what exactly determines the position on the map. I have found a listing that has a correct address, gets shown correctly by the defeault vantage map, but is shown on the wrong location on the mapsupreme map.

            Like
            Anonymous likes this.
          • wzshop

            It shows the listing on the right location when i manually edit the listing.. guess something goes wrong with the mass “lat” and “lng” lookup..

  • Justin

    When I add a new listing is does not show up on the Home page. It will only show up on when viewing the specific listing category. What is causing this????

    • author
      Vipul

      the home page map data.json refresh as per cron job settings you may have set from wp-admin > listings > mapsupreme > settings. Normally it is set for 24 hrs.

      If you want quick refresh you may need to press “refresh data” button manually.

      Thanks

  • wzshop

    Is it possible to show all dots on the map when search (on the search results page) instead of only the listings on page 1?

  • peter1956

    Can the map be centered in the page? The last version is always aligned left.

  • peter1956

    I would like that featured too.

  • author
    Vipul

    you may use the shotcode we have added so you can add any where at post, & pages.

    Thanks

  • cursal

    Is it possible in the settings to have the click the map category icons on the map to only display those categories or events.
    This feature is in MapPress with the check-boxes next to each.
    This would be very useful.

    Thank you

  • author
    Vipul

    It is possible but our team not planing to update it.
    Thanks

  • zulugogogo

    Hi – just purchased thank you.
    put on front page but am now showing map supreme and the original map. any ideas?

  • author
    Vipul

    Yes it will display the theme map but to display the mapsupreme map you should add widget inplace of default map.
    Follow : https://marketplace.appthemes.com/files/2012/10/08_mapsupreme_widget.png
    Thanks

  • zulugogogo

    i am totally silly – thank you

  • zulugogogo

    Hi i had this working with no issue. Now i get a blank box where the map is supposed to be – http://whangaparaoa.club/

    please advise.

  • author
    Vipul

    Hi zulugogogo,
    Very sorry for the delay in reply, it was diwali vacation so I was off.

    While checking your website html source — I found some javascript code added starting like below which crates problem and map not working…
    ————————————-
    window.dynamicgoogletags=
    ———————————
    You should find and need to remove or related alternative solution.

    Thanks

  • zulugogogo

    Thanks for getting back, this is Google Adsense. is there anyway to have the two running together so i can have adverts on the site.

  • lduke

    The current version of Maps Supreme causes a fatal error with wordpress 4.4

    Can you fix the plugin so my directory will work?

  • author
    Vipul

    will update plugin within 5-6 hrs

  • sergio_altuzar

    I too throw this error , please report as this upgrade, thanks

  • author
    Vipul

    Hi all we have updated the plugin so it will work ok. Actually the function we have used in plugin is now included in wordpress version 4.4 that is the reason why you facing error. Now it is working ok. YOu can get latest updated version from dashboard.
    Thanks

  • sergio_altuzar

    actualize , to version 1.3.0 of my dashboard and even sends me the same error

Leave a Reply

More by vipul

Banner Slider For Vantage

Earn more revenue by add banners slider that make your site attractive.


(0)
$19

Resumes Plus for Recruiters

Provides additional features for JobRoller recruiters.


(2)
$19

Job Listings for JobRoller

Different type of Job listings that find the job easy and SEO friendly.


(0)
$15