Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
You can check if its installed by outputting something like
var_dump(curl_version());If you want to provide wp-admin and FTP details in a private reply (only staff can see) i will check for you.
Thanks,
Stiofan
Hi Joy,
We understand your frustrations, we are in the middle of emailing the author but at this point it looks like we will be building our own business hours feature in the near future.
Thanks,
Stiofan
Can you provide wp-admin details and i’ll check if this can be done.
Thanks,
Stiofan
Hi Jorge,
It orders it by relevancy and then date when searching for a string as it expects you know what you are looking for.
Thanks,
Stiofan
Hi Eileen,
Please let us know the email or username of the account and we can check for any problems.
Stiofan
Hi Broski,
Please provide wp-admin and FTP details in a private reply and i will take a look for any problems.
Also what server/hosting is the site running on?
Thanks,
Stiofan
That is a VERY nice domain you have there 🙂
This is what i would do:
1. make a basic 1 file plugin and name it a_ANYTHING.php (so it loads before GD)
2. copy the only two email functions in GD that send emails
function geodir_sendEmail() and function adminEmail()
3. Add some conditions for what emails should send and what should return to the start of the functions, something like:if ( $message_type != 'send_enquiry' ) { return;}If you have any questions or need help implementing it just let me know.
Thanks,
Stiofan
September 21, 2017 at 11:06 am in reply to: Pagination Bug in Documentation Pages on wpgeodirectory.com..? #396751🙂
We can also manually override them, like in some cases Google is wrong about regions or just does not return regions for some countries in which case we parse a postcode string to determine and fill out the regions names.
Stiofan
Great, let us know if you spot any problems.
Stiofan
Hi Thommy,
My first question would be why?
Also you only wrap the filter function call in an array if you are using it inside a class
array(&$this, 'aa_geodir_ext_custom_gd_place_upload_dir') 'aa_geodir_ext_custom_gd_place_upload_dir'If you are using it inside a class when is the class called, if its too late then it might be after the filter has run.
Stiofan
September 21, 2017 at 10:48 am in reply to: getting error code when creating or importing listings with both social importe #396747Could someone provide a link of a business you are trying to import?
Thanks,
Stiofan
Hi Tom,
Most people don’t want to turn off basic emails so we don’t provide an option for that.
I see sendgrids lowest pricing is 40k emails for $9.95/month, do you send over 40k emails a month at the moment?
We use https://www.sparkpost.com/pricing/ which used to be free for upto 50k month but recently started charging.
We also use https://aws.amazon.com/ses/pricing/ for some things.The question is how many emails do you expect to send a month?
I can help you out with the code to do what you want but i don’t think its the right solution.
Thanks,
Stiofan
Hi Thommy,
If i remember correctly all u have to do is update the value of #post_images input with a comma separated list of image url’s, if they are external images they will be imported.
We did look at doing something like this but it was against the Google T&C’s.
Thanks,
Stiofan
GDB will not exclude external scripts.
Currently our only other supported option is Autoptimize + WP Super Cache
Stiofan
-
AuthorPosts