Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
We do send the email to the paypal email address, every now and then there is a problem where a user does not receive it, it’s not very often and we guess it’s down to some spam issue.
Thanks,
Stiofan
Thanks, i have activated your account now. 🙂
Stiofan
Hi robert,
I have send a code to your paypal email address please confirm it and i will activate your account. We must confirm the buyer has access tot he paypal email address for security reasons.
Thanks,
Stiofan
November 3, 2014 at 11:33 am in reply to: Where can a logged in customer see their advert expiry date? #20366I have added this as a task, i will update you once done.
Stiofan
November 3, 2014 at 11:11 am in reply to: Where can a logged in customer see their advert expiry date? #20363No it is not shown where would you like to see it?
Hi, that’s what i would suggest is the easiest way.
Stiofan
November 3, 2014 at 11:04 am in reply to: Estimates Release Date Of The New Advanced Search Plugin #20360Hi Adrian,
We are still working on it, it’s about 50% done, i can’t give an exact date though sorry.
Stiofan
FTP details seem to be wrong.
I did notice ajax duplicate alert was causing a JS problem, i would disable that for now and re-test, let me know how u get on.
Stiofan
i have fixed this and released the fix.
Stiofan
added a fix for this in core and added to your site now.
Stiofan
thanks, can you provide me step by step instructions on how to replicate the problem please.
Stiofan
Please try now, the searches for near were locating places in other countries so i have limited it to France for now, if you need to change it later just let me know.
Stiofan
November 1, 2014 at 12:56 pm in reply to: Some problem with neighbourhood & popular post view widget #20237Hi thanks for the info, this bug has been reported and fixed and will be in the next version, please see the fix here if you wish to apply early https://wpgeodirectory.com/support/topic/popular-post-view-widget/#post-19563
Thanks,
Stiofan
Hi,
Firstly can you make sure you WP Settings>permalinks are set to postname and then check. If still not working please post wp-admin details in a private reply and i will take a look.
Thanks,
Stiofan
Hi Greg,
This is to stop cross domain scripting, http/https and www. v non www. are thought of as different domains, you have to tell the script that it’s ok to accept requests from these other domains. I have not tested this but i think this should work, let me know either way:
add this to your child theme functions file
add_action('wp_ajax_geodir_ajax_action', "geodir_ajax_origin_allow"); add_action( 'wp_ajax_nopriv_geodir_ajax_action', 'geodir_ajax_origin_allow' ); function geodir_ajax_origin_allow(){ header('Access-Control-Allow-Origin: http://www.animalequity.org'); }P.S. I just noticed one domain says .org and one .dev, this could be just a local hosts issue? I’m not exactly sure of ur setup here, if you could explain i could help better, or you might also have to add this line below the first header.
header('Access-Control-Allow-Origin: http://www.animalequity.dev');Thanks,
Stiofan
-
AuthorPosts