246 comments found.
Hi, unfortunately we are not providing this kind of service.
sorry
Hi Everyone. Please Help. I am getting responce in /assets/external/data.php like below. N this is not working because of extra [ & ] at start and end but i am unable to get responce else from that. Suggest the coding if anyone successfully worked on this issue.Thanks in advance. [ [ { “id”: “24”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Thanr”, “title”: “Thane West, Thane, Thane” }, { “id”: “23”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Fgfgjh”, “title”: “Singapore” }, { “id”: “22”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Gh”, “title”: “hj” }, { “id”: “21”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Ghgh”, “title”: “jhkhjk” }, { “id”: “20”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Kfjgknhkj”, “title”: “Piedade, Sete Lagoas” }, { “id”: “19”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Jfkgbhkjhg”, “title”: “Primavera, Itajubá” }, { “id”: “18”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “1534”, “title”: “La Grange, Oldham County” }, { “id”: “17”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Dhfkj”, “title”: “dfgf” }, { “id”: “15”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Near Kalva Naka, Thane”, “title”: “Mumbai, Thane” }, { “id”: “9”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Address”, “title”: “Satara” }, { “id”: “8”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Adderss”, “title”: “Satara” }, { “id”: “4”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Thane Nupada”, “title”: “Thane” }, { “id”: “1”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Satyashree Buliding ”, “title”: “Thane” }, { “id”: “2”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “5, Vimal Building,Near Railway Station,Oppo to IDBI bank,”, “title”: “Thane” }, { “id”: “5”, “latitude”: “19.2990”, “longitude”: “73.2238”, “featured”: “Plot No 45/46, Mumbai Subarban MIDC Area, Andheri West”, “title”: “Mumbai, Mumbai Suburban” } ] ]
Hey got the solution..!! Gone through the documentation and found what i exactly wants.
used -
$queryData = mysqli_query( $connection, “SELECT `location_id`, `title`, `latitude`, `longitude`, FROM `table`” );
//$data = $result->fetch_all($queryData);
//$data = mysqli_fetch_all( $queryData, MYSQLI_ASSOC );
$data = [];
while ($row = $queryData->fetch_assoc()) {
$data[] = $row;
}
can vendor add/edit/delete menu info, any example listing link?
during submit listing, there are a few interesting fields that I am very interested with, price, discounted price and schedule…. do you have any example for us to see?
Hi, as this is a static HTML template, you need to develop this features. We don’t have any example for this features.
hi guys. is there an update regarding release-date of the wp-version? looking forward
Hi, authors of WP said that it should be uploaded next week.
hi my friend, nice work, i have a question, in custom.js at calendar code you have at line 251
ajax: { url: “assets/php/calendar.php”, modal: true },
but there is no such a folder & file, (/php/calendar.php)
is something missing from my download zip?
Hi, it is just testing code we have forget to remove it. You can delete it.
When Will the wp version be ready? Best regards
Hi, we hope it will be this summer.
I Could see that 5 days ago you Said that the author of wp, next week, i Will just like to know if it confirmed that it Will be a matter og days for the wordpress version?
WP version of Locations are now in approval queue, but it is not approved yet. It can take up to 20 days to be approved.
You’ve got an email.
Does this work with OpenStreetMap?
HI, OSM is not supported in current version.
Im guessing next month the wp version will be released ? I been following closely and according to your previous comments, it should be available soon?
Hi, we hope it will be released soon as the demo is ready.
Possible to review demo? Im interested email me thiinkbox@gmail.com Thanks
You’ve got an email.
Hello,
Are there any plans for a portation to bootstrap 4 of this template?
Hi, we will add this into update notes
demo dont work
Please check it now
still looks down
Try to remove cache. It is running OK.
Google Map loads extremely SLOW after we added 500-2000 items to map
All browsers freezing – I recommend changes in loops from json / MarkerCluster .. Can you please fix this asap?
Hi. Can you send your database to support@themestarz.net?
Hi, How can make a point or mark in the map?
You need to add new data into database
Hi, is there a way to limit the autocomplete results to a certain country? For example United Kingdom only?
ad new variable “options”
var options = { componentRestrictions: {country: “us”} };
and edit this line “var autocomplete = new google.maps.places.Autocomplete(input);”
to this
“var autocomplete = new google.maps.places.Autocomplete(input, options);”
Thanks!
I would LOVE this for WordPress…any chance we will see that version soon?
Hi, maybe 1-2 months
Hi. I change styles in scss files. how can I compile scss files to css? please add it to document.
Hi, I’ve send you a file.
I love your website, I just had a question, is it possible to create a selected area, a border or color the rest? I just want to see the area of my city. hope you understand what i mean. regards Mike
i need it … can you help me?
Hi, you can use Polygon:
https://developers.google.com/maps/documentation/javascript/examples/polygon-simpleHere is to tool for that:
https://codepen.io/jhawes/pen/ujdgKThanks
i try it
I am looking for a theme I can use like Airbnb / Booking.com (Onwer side that can insert/manager his apartment/house for renting; User side that can rent in a specific period of time and pay for it by paypal; Administrator site that can manager both sides. I also need message between user and owner, check property as favorite, available dates and history of rentals. Does your theme work like that ? Or close to that ?
Hi, as our template is pure HTML, it doesn’t do anything. You need to have some coding skills in order to create working theme.
Your script have admin panel or not? There is any demo? How can manage listing?
Hi, there is no admin panel, as this is only a static template. You need to create your own.
Hi,
I saw bootstrap-select is used. That is really nice, because now we easily can use data-live-search=”true” to make the select box searchable.
But when doing so, the border off that search field is not visible, which now looks as if it is just a blank line.
Maybe you have a css line for that to display nice?
Thanks and best regards!
Hi, add this into “style.css”
.bs-searchbox input[type=”text”] { border: 2px solid rgba(0,0,0,.1); padding: 6px; }
Thanks. I see the border now on the top, right and left. Only I do not see the border at the bottom (even when I change padding to smaller), but that is okay.
I noticed that if the drop-down list of the select is long, the footer shines through it. Must be because vertical-aligned-elements has a z-index of 2 and all positions (even the a links) are put relative in css. I can fix it when I put style=”position:static;” to all vertical-aligned-elements, element and a in the footer. But that is a quick fix and maybe not so nice. 
I also noticed, when you have for example 16 cities in the search select box,
on index-map-version-1 on mobile (so when the search fields are under the results), when the cities search select box opens to the top, the contents goes under/below the results, so it is not visible properly.
on index-map-version-3 on mobile, when the cities search select box opens to the bottom, it opens under/below the results, so it is not visible properly.
on index-map-version-5 on mobile, there is only 1 result visible and the result scroll is not visible, and the city search select box opens under/below the map and under/below the results, so it is not visible properly.
Just to let you know. 
Thank you. We’ll add it into notes.
I saw that several people are asking about the theme in Wordpress. Are you already working on this? When is it ready?
Hi, we have asked a developer. Will let you know.