Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Yes you can.
FYI we are working on a WPI quotes addon, once that is released next week we will be creating 2-3 payment gateways a week, i suggest you start a topic over on https://wpinvoicing.com/ (same login as here) asking for it and saying you are willing to beta test it.Thanks,
Stiofan
Hello,
I see no reason that should not work also, the first image of a GD listing is the featured image.
Stiofan
Hello,
Please give this one a try, its what we use on out demos
https://wordpress.org/plugins/multisite-cloner/Thanks,
Stiofan
Hi Walid,
i have set this up so it will follow the countries defined by the location manger, if its limited to the default country only then so will the autocomplete, if its limited to 5 countries or less then it will be limited to those too, but not more than 5 as this is a restriction by Google.
Thanks,
Stiofan
Hi Alex,
Can you link me to the pages that have the wrong layout and tell me what is wrong (i’m not sure what you expect the “right” layout to be)
Thanks,
Stiofan
Hi Adrian,
As i stated earlier there are one of two situations, in situation #1 it has nothing to do with the address, it could be exactly on the border of two countries and show listings from both, which means what you want is not possible in situation #1.
Stiofan
Thats my point in situation #1 no location variables are set other than the user lat/lon, so its impossible to filter by country without some further queries to get the country from the user lat/lon.
Stiofan
The location manager can be set to remember it as a session, which is untill the browser is closed (whole browser not just the tab), it would require a cookie to remember it past closing the browser, which is not available at the moment but would only take a small snippet of code to add.
Stiofan
Hi Adrian,
Using the Near Me button has two different outcomes,
#1 if you have listings near you then it will show the blue dot and list things in order of distance to you. (no country/region/city values are set here, only user lat/lon)
#2 if there are no listings within a certian disatacne it will find the nearest city and direct you there which should work with your code.In the case of #1 you only have the users lat/lon, you can use that as you want.
global $gd_session; $user_lat = $gd_session->get('user_lat'); $user_lon = $gd_session->get('user_lon');Thanks,
Stiofan
You are welcome! 🙂
You are welcome! 🙂
Ahhhh, it was simply a case that some of our screens were not widescreen enough 🙂
The problem is your theme also has its own way of outputting the footer, to get around this i had to create a folder in your theme called “geodirectory” and move all our page template files in there and remove the footer call in our template, that seems to have fixed it.
Stiofan
No, you will have no problems with the limit, its just the query to get addresses for dummy data was not set to use the key as its only usually used for at most 30 calls which will be no problem but removing and adding dummy data looks like it pushed it over, i added the key to that API call so it will have no problems, i have added this fix to the core plugin also and it will be in the next release, so nothing to worry about.
Thanks,
Stiofan
This reply has been marked as private.Hi Carlos,
Please provide the email address used to purchase, or the transaction id, or the date/time and method of payment (stripe or paypal). I can’t do anything until i find your purchase.
Thanks,
Stiofan
-
AuthorPosts