Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
We have not settings for that, we use the WP standard settings, you could filter the folders with this filter https://codex.wordpress.org/Plugin_API/Filter_Reference/upload_dir
Stiofan
Hi Kyle,
This is in no way implemented or charged by us, this would be a fee your bank decided to levy on you, usually if your main account currency is not that of the purchase, this is the banks decision.
On one of my business accounts i get these but on another the bank just uses a poorer exchange rate and takes a little cut that way.
Thanks,
Stiofan
You could do something with hooks but we plan to add something to v2, the problem is there is no proper set standard.
Stiofan
Please provide wp-admin details and i will take a look.
Stiofan
Well my email to the google maps sales department seems to confirm we can still use it for directory sites.
Its not a 100% definitive answer but its from the horses mouth (see attachment).
Stiofan
That looks like the old input we had for it, the else statement is so it would still work if you had not filled in the new system details.
I have added a task for this to be removed on disable of new system.Stiofan
I have not heard of any problems with it.
Thanks,
Stiofan
June 5, 2018 at 12:33 pm in reply to: Near Me search – user position does not change on new search #433770Thanks for the input, i have a few idea on how to solve this 🙂
Stiofan
IP address has been added to post export.
Claim name has been adjusted.You can already disable post export per CPT with the below hook
Per CPT:add_filter( 'geodir_privacy_allow_export_post_type_data', '_my_disable_gdpr_export',10,2 ); function _my_disable_gdpr_export($allow, $post_type){ if($post_type == 'gd_place'){ $allow = false; } return $allow; }
ALL:
add_filter( 'geodir_privacy_allow_export_post_type_data', '__return_false');
Stiofan
Good spot, this ver is used for update scripts and is not used for this ver currently so nothing to worry about, we will resolve in the next release.
Thanks,
Stiofan
You can set the deleted listings to go to trash only so u can empty jobs and save farms.
Stiofan
The only thing that really concerns me is 3.2.4 c (iii) which is hope is just referring to using Google places info in a directory (which we don’t do). Plenty of directories use Google maps, like yelp and airbnb.
I have asked for clarification from Google but at this point i’m not too worried and even if it is the case we can no longer use Google maps we already have an alternative and we would add more.
Thanks,
Stiofan
Hi Dirk,
I will flag this for kiran to check about the “submit IP” not being included.
For the whole listing output its true that probably not 100% needs to be provided but in most cases it will, the right to portability states:
data that can be clearly linked back to an individual (eg where that individual provides the respective identifier) is within scope of the right.
In most cases this will be true.
The rating and claim info should be there, i had tested this but i’ll also ask kiran to confirm, make sure all your addons are upto date.
Thanks,
Stiofan
What i do is:
1. move the table/site
2. Change the options table values “site_url” and “home” to the new site url (these are usually option value id’s 1 and 2)
3. Then you will have access to the wp-admin, login and install plugin “better search replace”, then run it to replace ur url, like old-url.com replace with new-url.comStiofan
As i said, its all probably down to the manual search and replace of the url, i have seen it many many times. If u can get a copy of the DB before u did that and do it the right way then it would be better.
Stiofan
-
AuthorPosts