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)

  • author
    Vipul

    hi sergio_altuzar,
    Please confirm you have activated 1.3.0 plugin version only.
    with the change log of ::
    Version : 1.3.0
    ——————————-
    — WordPress 4.4 upgrade.

    Thanks

  • lduke

    Has anyone uploaded the new version of app themes and still gotten an error message? I don’t want to try this until I know it is fixed!

  • author
    Vipul

    Hi Iduke, The problem solved and if you feel same problem, you just need to deactivate and active the plugin so cache problem if any will solved.

  • sergio_altuzar

    and I still do not resolve your problem, and desctive and activate the cache. I need a solution

  • sergio_altuzar

    someone already managed to solve the problem?

  • author
    Vipul

    HI some time while you update plugin, it not replace the files. So you plz download the plugin zip folder and via FTP remove current once and replace new with same name.
    The error is solved because we have changed the name of the functions.
    Thanks

  • Eric Roy

    Hi Vipul,
    I just bought this plugin “Mapsupreme for Vantage” and it appears that the option “Enable “Vantage Multi-City” plugin from google map?” does not work.

    Is there something I can do to get it to work with the Multi-City plugin?

    Thanks,
    Eric

  • author
    Vipul

    HI Eric,

    While you go to wp-admin > widgets > add plugin as mention in readme & see screen image form more detail.

    On the widget you can see the option with detail like :

    The “Vantage Multi-City” plugin will connected with google map so if you select or change city, map will display accordingly.
    Get more details of Vantage Multi-City plugin on appthemes

    Which liked to below url :
    https://marketplace.appthemes.com/plugins/multi-city-av/

    so in short you should active both plugin to work multi-city-av and related map.

    Thanks

    • Eric Roy

      Hi Vipul,
      I have the Widget activated, I have both plugins installed and activated and I have the Option for Vantage Multi-City enabled.

      I am currently using version 1.2.1 of Multi-City and version 1.3.1 of Mapsupreme.

      Problem 1) When I select a town, the listing is updated but the map stay the same and still shows all pins for all listings.

      Problem 2) In the Event Calendar, only a few pins on the map are shown… not all.

      Thanks for your help,
      Eric

      • Eric Roy

        Please ignore Problem #2… the application group together all events at the same address which is really smart.

        Problem #1, still exists unfortunately.

  • Razvan

    Hi! I have vantage theme with directory child. I want a solution for this problems :
    – I want a preview of my listing directly on map, when i click on pin. Now, the click send me in the listing post;
    – I want a map that shows all the pins, not only the ones that are visible on the page. For example, on home page i have only 10 listings , but on map i want to have all 500 from my site.

    Is this possible?

    Thanks and sorry for my english. I’m not a native speaker 🙂

  • author
    Vipul

    hi Razvan,
    For home page It will display all listings & events pins on the map.
    Please check wp-admin > listings > mapsupreme settings page. — for more settings details….

    While for category listing, it will display pin points as per listed on the page.
    Thanks

  • author
    Vipul

    would you like to share ur site url on my email : vipul.jariwala@gmail.com
    Please send your problem in the email for getter understanding.
    Thanks

  • joey

    Hello i had the plugin working than moved the site and cant git it to work because my site is not running on https just http but i don’t see anywhere i can make that change in the settings?

  • Tim

    I’m also curious if I could get this to show pins for ALL listings (not just the first 10). Did you get that worked out, by chance?

  • Tim

    Also, can you please tell me what happens if more than one pin have the exact same location? And/or can you provide demo admin access?

  • author
    Vipul

    Hi Tim,

    ==>The home page map is working for all listings of site not only for 10 listings. You should manage plugin settings for how many listings you want to display for home page map.
    ==>For category & search listings map it will display only the pins which are display below the map.
    ==>If more than one pins are at same location it will display like single pin but on click you can see the slide effect with all list inside it.
    Thanks

    • Tim

      Thank you, you’re most helpful 🙂 May I please see a demonstration of this slide effect for stacked pins before I make a purchase?

  • author
    Vipul

    HI Tim,

    While you check the demo you can see the category = Food with pin below url:
    http://wpwebs.com/demo/vantage-gmap-plugin/files/2013/08/map-pin-blueish.png
    You can see slide effect, i just added right now.
    Thanks

  • author
    Vipul

    Hi Tim,
    Star ratings are not display for current version but we are going to add in next version.
    Thanks

  • author
    Vipul

    HI Tim,
    Hopefully will update within 1 week. We are going to add more options to show/hide content from popup map
    like show/hide – review
    show/hide – ratings ………..
    Thanks

  • author
    Vipul

    Hi Tim,
    We have complete almost task and will update plugin tomorrow only for sure.
    Please get updated plugin the day after tomorrow.
    Thanks

  • carpediemtim

    I’ve run into a curious issue where, the plugin is working just fine in my local test environment, but when I uploaded it to my live site, the maps doesn’t show any pins on the home page. And it will only show pins if I’m on a specific category page (which isn’t the case in my test environment).

    Plus, if I click on a group of pins, it enlarges the view but does show any pins inside and the rest of the map is gone then too, as seen here: https://postimg.org/image/v6fftygsh/

    So then I tried duplicating this issue in my test environment (previously, I didn’t have any grouped pins) by adding another listing with an identical location as a pre-existing one. Then, I pressed the ‘Refresh data now’ button, and the new listing isn’t showing on the map.

    I checked the listing to see if lat & lng were set, and they are, and it doesn’t matter how many times I press the refresh button, the new listing just never shows up.

    So, at least for now, I had to deactivate the plugin. Please advise.

    Thank you kindly 🙂

  • author
    Vipul

    Hi carpediemtim,
    In this case you should check the .json file is working ok for your site or not.
    You can get the full url from plugin settings page at bottom section.
    The home page map is created from that file only.
    Some times because of file write permission problem, the file is not written properly.
    Let me know if still have problem and end me email with your temporary wp-admin so I can check it myself.
    Thanks

    • carpediemtim

      Thank you very much for the heads-up. Turns out, presumably due to permissions, the listmapdata.js file that’s (oddly) in the main plugins folder instead of the mapsupreme folder simply didn’t exist. So I did as instructed on the Settings page and copied the file over from within the mapsupreme folder, adjusted the permission, refreshed the data, and we’re off the races.

      And I’m impressed that, so far, I’ve seen a decrease in my page loading times, presumably since your plugin pre-loads the information, which is nice.

      Two (and a half?) small issues remain:

      1) The map legend is just gone. Not sure why it would be hidden.

      2/2.5) The listing details aren’t fitting properly in the little pin popups. Example: https://postimg.org/image/j6mzdu1f5/

      You can see in the example above that the icon for the listing is shown at the bottom of the popup for some reason, and you can also see that the white box with the listing information isn’t fitting inside the white popup box.

      Any advice?

      Like
      André likes this.
  • author
    Vipul

    Hi there,
    It seems design problem because of the theme css.
    I need your website url to have a look and check the problem then only I can give you solution.
    Thanks

    • carpediemtim

      Hi Vipul,

      Given that this plugin is designed specifically for Vantage, I don’t understand how your statement could be true.

      I’ll PM the URL to the email listed in your profile so that you can take a look at the code, but I imagine that it will be identical to any other Vantage site.

      Still though, I look forward to hearing your feedback.

      Like
      André likes this.
  • joaquin rosado

    Does this will work with vantage + bfinder child theme?

    This is my site

    http://guiamujer.mx

    Best regards

  • author
    Vipul

    Yes it will work for your site but make sure minimum map size should be “300px” to “350px” — to display the map pin popup properly on the screen.
    Thought we have added options to hide some popup data and you can adjust the screen smaller it is not an issue.
    You may see our demo for more details.
    Thanks.

  • Tim

    Hi Vipul,

    I’ve noticed that a new listing has been added to my site and yet I don’t see the listing on the map. I’ve checked the listing to ensure that it has ‘lat’ and ‘lng’. I’ve also pressed ‘Refresh Data Now’ and ‘Set Listing Lat & Lng’ several times. I also noticed than an adjustment was needed to the listmapdata.js file, and it’s now 766. And I can confirm that the new listing is in the js file, and yet I still don’t see it on the home page, even after clearing all caches and even trying in a different browser.

    I’m at a loss as to next conceivable steps. Please advise.

Leave a Reply

More by vipul

Banners Galore Clipper

Enables many new banner ad spaces throughout Clipper.


(2)
$19

Banner Slider For Vantage

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


(0)
$19

Home Control for Vantage

Widgetized Vantage home page including a grid view for easier control.


(10)
$29