Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Can you please provide working wp-admin and FTP details.
Thanks,
Stiofan
This reply has been marked as private.Hello,
The problem is not related to 4.9 the issue is that the maps api key you are using is limited to a domain so the server api requests are failing.
You have two options if you want the dummy data to work correctly:
1. Use a non restricted api key, you can set a new key from GD>Design>Map>Google Maps API KEY>Generate API key.
2. Edit the file: geodirectory/geodirectory-functions/location-functions.php
line 297 change from:$url = 'https://maps.googleapis.com/maps/api/geocode/json?latlng=' . trim($lat) . ',' . trim($lng) . "&key=" . geodir_get_map_api_key();to:
$url = 'https://maps.googleapis.com/maps/api/geocode/json?latlng=' . trim($lat) . ',' . trim($lng);We will be making changes in the next version to try and improve this.
Thanks,
Stiofan
Hello Elaine,
Please let me know what exact strings you are having issues with and i will help.
Thanks,
Stiofan
It could be done with a filter but we will likely be changing this up a bit in future.
Thanks,
Stiofan
November 20, 2017 at 10:41 am in reply to: Deleting a listing and editing email notifications #4060621. you can set the delete to put it in trash and not really delete (if u want)
2. This will be possible in v2 when released.
Thanks,
Stiofan
Hi Jonathan,
Are you wanting to add a “default” image to listings? That is the only reason i can think you would want one image to be attached to many, if so you can set a default image:
1. Globally
2. Per CPT
3. Per Category (uses place default category)When a image is remove by a user is is deleted from the server so if u did attach one image to multiple listings and one user deleted it then it would break all the rest of the listings.
Let me know if i can help/advise further.
Thanks,
Stiofan
It seems to be something in the geodir_exif() function, it might be a missing exif function on the server.
I have disabled that function which flips the image if the phone data tells it to by changing this line
$fixed_file = geodir_exif($_FILES[$imgid . ‘async-upload’]);
to
$fixed_file = $_FILES[$imgid . ‘async-upload’];This will be remove on the next update but i’ll take a closer look at this on monday.
Thanks,
Stiofan
This reply has been marked as private.It look like you have a custom register page buddypress? You would need to ask the provider of that registration page how to do that.
Thanks,
Stiofan
This has been fixed and will be in the next release.
Stiofan
This reply has been marked as private.ok, did u try with another theme to see if it works?
Stiofan
Kiran had code that might fix that preview issue with your theme, its here: https://wpgeodirectory.com/support/topic/listing-preview-again-not-working/page/2/#post-404824 if u want to test it.
Stiofan
Hi Jay,
Yes WPI is used as the payment and invoice system, you will find stripe there: https://wpinvoicing.com/your-account/
Thanks,
Stiofan
-
AuthorPosts