Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
With the ip and user pass u provided i get
“Disconnected: No supported authentication methods available (server sent: publickey)”Stiofan
So from step #5 i need:
Host: Your public dns name of ec2 instance, or the public ip address of the server
and user and password.Stiofan
Thanks for the info.
I have not tested this as there is no edit option on your themes menu but adding this to your theme or child theme functions.php file should fix it
function my_gd_fix_chosen() { wp_deregister_script( 'chosen' ); } add_action("wp_enqueue_scripts", "my_gd_fix_chosen",5);Thanks,
Stiofan
It is likely you have a server security rule which blocks iframes in the POST value.
The youtube url should work in live page but not on preview page.Thanks,
Stiofan
This reply has been marked as private.Hi Robert,
I have checked further and you will need to add this code snippet to your child heme functions
add_action( 'init', 'geotheme_payment_ipn' ); function geotheme_payment_ipn(){ if (isset($_REQUEST['ptype']) && $_REQUEST['ptype']=='notifyurl') { global $wp_query; if (isset($_REQUEST['pmethod']) && $_REQUEST['pmethod']=='paypal') { do_action('geodir_ipn_handler_paypal' ); /* ADD IPN handler action */ exit; } } }I will update the conversion instructions now.
Thanks,
Stiofan
🙂
Changes are on out GIT if u need them now: https://github.com/GeoDirectory/geodirectory
Stiofan
I have changed this to use the CPT singular name, and it will be translatabel from po file also.
Thanks,
Stiofan
Hello,
You can edit the email under GD>Notifications>Client emails>Registration success email
Thanks,
Stiofan
Password is incorrect. Please try again.
Please double check details.
Thanks,
Stiofan
reply8
reply7
reply6
reply5
-
AuthorPosts