Jas Saran
Forum Replies Created
-
Forum: Plugins
In reply to: [G Web Pro Store Locator] Order store by distanceHello,
This option is not available in the current version of Gwebpro Store locator. Will be available in the upcoming versions.
Thanks
Team G web ProForum: Plugins
In reply to: [G Web Pro Store Locator] Google Directions for non latin text?Hello,
We have understand both of your problem.
The main problem is here character encoding. Fist add meta tag for encoding type in the header. To show your characters properly. I think UTF 8 will support both of your site.
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
<META HTTP-EQUIV=”Content-Language” CONTENT=”JA”> //for Japanese<META HTTP-EQUIV=”Content-Language” CONTENT=”DE”> //for German
For more referance for meta tag you can see https://www.webmasterworld.com/forum32/845.htm
if the problem still not fixed mail in our support with your website url.
Thank you,
Gwebpro Team.Forum: Plugins
In reply to: [G Web Pro Store Locator] Responsive possible?Hello Stevie,
Thanks for the tip.
Thanks,
G web pro TeamForum: Plugins
In reply to: [G Web Pro Store Locator] Google Directions for non latin text?Hello,
We have checked the URL. Currently the map is in English language, So when you have typed the Japanese character into the search box you will not find any result. You have to use Japanese map for the search of Japanese text.
Yes you can change the map language easily by placing a code.
First open gwebpro-store-locator.php.Now search for –
https://maps.googleapis.com/maps/api/js?libraries=places&sensor=falseReplace with –
https://maps.googleapis.com/maps/api/js?libraries=places&language=ja&sensor=falseAfter changing the code your map will appear in Japanese Language. Also the Japanese characters should support.
Thank you,
Gwebpro Team.Forum: Plugins
In reply to: [G Web Pro Store Locator] GPS LocatorHello,
Please check the support section for making section responsive.
https://www.ads-software.com/support/topic/responsive-possible?replies=3
Thanks,
Team G Web ProForum: Plugins
In reply to: [G Web Pro Store Locator] Map IssuesHello Brad,
We have checked your website. Some how its not able to fetch the user’s current latitude and longitude. Have you changed any thing in the code?
If not then try Gwebpro Store Locator Plugin into a fresh installation.If you find any problem there then send a mail into our support section on [email protected]
Thanks,
Team G Web ProForum: Plugins
In reply to: [G Web Pro Store Locator] Doesn't quite workHello,
You need to use API V3. It’s the latest version of Google map API. So generate API V3 key.
For generating google map API KEY see the instructions in the url- https://developers.google.com/maps/documentation/javascript/tutorial
Thanks,
Team G Web ProForum: Plugins
In reply to: [G Web Pro Store Locator] GPS LocatorHello,
Thanks for your suggestion.
We will definitely think about your suggested feature.Thanks,
Team G Web ProForum: Plugins
In reply to: [G Web Pro Store Locator] GPS LocatorHello,
Gwebpro Store locator plugin tracks your location by using your IP address. So it seems to be you are using a Dynamic IP addresss.
Don’t worry about it. It basically tracks clients location based on his IP and search nearest stores, when the client opens the page first time. The location tracking will change depending upon IP address.
For your second question – the search button is not currently trigger by pressing the enter button. In our coming update you will get this option. Just you need to update the plugin when a new update will be available.
Thanks,
Team G Web ProForum: Plugins
In reply to: [G Web Pro Store Locator] Doesn't quite workHello,
Please check the added generated API key.
This application also work without the API key. Please remove the API key from the settings section and check if the application is working or not?
If the application works properly with out API key then it will be a issue of your generated API key.
Thanks,
Team G Web ProForum: Plugins
In reply to: [G Web Pro Store Locator] Responsive possible?Hello,
Yes, you can make it responsive. Move to Gwebpro Store locator plugin folder and open gwebpro-store-locator/css/store_style.css. You can change the frontend css styles from here. You need to set the styles depending upon screen resolution to make the section responsive. For resizing map use width 100%.
Also you can change the map pins. Move to gwebpro-store-locator/images. Here you find the me_map.png icon just replace it with your new one.
And for changing the other icon you need to make a little tweak in code.step 1. open gwebpro-store-locator-frontend.php
step 2. search for
var markerOptions = {
position: position,
map: map,
animation: google.maps.Animation.DROP
}
step 3. replace the code with this
var markerOptions = {
position: position,
map: map,
icon: ‘<?php echo plugins_url( ‘images/stores_icon.png’ , __FILE__ ); ?>’,
animation: google.maps.Animation.DROP
}
step 4. Create your new store pin or marker named stores_icon.png and place it into images folder gwebpro-store-locator/imagesYou can see the changes after refresh the page.
Thanks,
G web pro TeamForum: Plugins
In reply to: [G Web Pro Store Locator] Translation and more…Yes you can change the map language easily by placing a code.
First open gwebpro-store-locator.php. Now search for –
https://maps.googleapis.com/maps/api/js?libraries=places&sensor=falseReplace with –
https://maps.googleapis.com/maps/api/js?libraries=places&language=sv&sensor=falseAfter changing the code your map will appear in Swedish Language.
Thank you,
Gwebpro Team.Forum: Plugins
In reply to: [G Web Pro Store Locator] Translation and more…Hello,
Basically in version 2.0 you will get advance features as we have told before. But we are not working with translations right now. Gwebpro Store Locator version 2.0 does not have the translations.We will work with language translations in the later versions.
Also “markers depending on category” is not available. We definitely consider your suggested feature and try to provide it in the latter versions.
Thank you,
Gwebpro Team.Forum: Plugins
In reply to: [G Web Pro Store Locator] Sorting of Store ListCurrently the store listings are showing, order by the post date.
No other sorting options are available right now. We will make this option available in its updated version. Thanks.
Forum: Plugins
In reply to: [G Web Pro Store Locator] Show just one category and import?We are working on it’s new version to provide users maximum flexibility to search stores and also vendors can get more options for adding stores. Its currently in the development phase. It will probably released on next month(October).
For your last question – It will automatically detects your current location and show nearest store of your location. It does not depend on any devices. It can be mobile, tablet or computer.