Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Dan,
Just add this snippet of code to your child theme functions.php to exclude them:
Let us know if u have any problems.
Thanks,
Stiofan
When u change the url in the DB u also need to move the old GT files to somewhere else /GT/ then copy the /GD/ files to the root.
You can then use soemthign like https://wordpress.org/plugins/better-search-replace/
To check for any old urls /GD/ and make sure they are going to the root.Stiofan
Hi Paul,
Strange that does not seem to happen for me, can u give me wp-admin access and i’ll have a look.
Thanks,
Stiofan
Hello,
As you likely have settings already entered are you able to give me wp-admin and paypal sandbox details and i’ll double check everything?
Thanks,
Stiofan
FYI for future reference:
Open ssl versions before 2011 didn’t have a standard for accepting wildcard domains, that was not introduced as a standard until March 2011 https://tools.ietf.org/html/rfc6125
We have a wild card domain so we can use sub domains with out SSL certificate, older versions of OpenSSl WITH PATICULAR SETTINGS seem to not be able to validate our domain through CURL, there are many reasons to update OpenSSl one being PayPal wont work with older versions. Another solution would be to disable globally in CURL domain validation but this is really a bad idea and a last solution.Thanks,
Stiofan
This reply has been marked as private.May 9, 2016 at 2:54 pm in reply to: Effect On Recurring PayPal Payments When Migrating From GT To GD #187133Hi Robert,
It should just be a case of updating the IPN url in your paypal: https://www.paypal.com/in/cgi-bin/?cmd=_profile-ipn-notify&fli=true
Setting it to:
http://EXAMPLE.COM/gd-info/?pay_action=ipn&pmethod=paypal
Replacing EXAMPLE.COM with your actual site url.I have not tested this but i believe it should work.
Thanks,
Stiofan
Thanks for the feedback 🙂
Do you realise you save $30 per year with the yearly membership compared to the 4 month package?Stiofan
Hello,
The easiest thing to do is wait till it runs out and then buy the package you want. You will have to change the licence ID’s for updates. You will then be able to renew that package in the future.
If you have any questions just let me know.
Thanks,
Stiofan
The other options dont give as advanced control, if normal multiselect is used then it will just use the first cat as the default. You can change this in bulk via import/export but it will be changed back if the user edits the listing.
Stiofan
There seems to be a problem with CURL on your server, this shoud result in something but instead results in nothing:
print_r(wp_remote_get(“http://example.com/”));exit;Please ask ur server admin whats going on.
Thanks,
Stiofan
I have take over this topic and i also can’t connect via ftp, it says incorrect login.
Please check the details and let us know.Stiofan
Hello,
The FF error message seems to be caused by the function firing twice but i can’t see why it’s firing twice, i have tried to replicate but i can’t. Have u made any customisations to any of the search code?
Stiofan
For the updates you will need to contact your host to find out what is going on, it seem like our site is blocked from your server, you can see i have added two lines to the top of your themes 404.php file,
//print_r(wp_remote_get(“http://example.com/”));exit;
//print_r(wp_remote_get(“http://wpgeodirectory.com/license.txt”));exit;if you uncomment one at a time u can see it gets example.com ok but times out on our site, please ask your server admin why.
Thanks,
Stiofan
This has been added and will be in the next release.
Thanks,
Stiofan
-
AuthorPosts