Emre
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] Not working over httpsI have tried changing window.opener.WsiMyAjax.admin_url with <?php echo admin_url( ‘admin-ajax.php’,’https’ );?> , but it does not help either.
I guess I am very good at finding interesting bugs like this one 🙂 I have enabled https entirely and the plugin has worked fine since redirect-to is written as https as you say. Plugin is also working over http. Enabling https entirely is solving the problem, it is in the plans so for the time being I guess I will just wait till then.
Thanks for your efforts and your plugin, if anything comes to your mind I will be glad to hear.
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] Not working over httpsI changed the line but it is still not working.
Can we try to change redirect_url and current_url arguments to https?
PS: I guess there is a typo, so I changed
,https'to,'https'.Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] Not working over httpsI have just added the widget to the footer which you may find at any page.
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] Not working over httpsYou may try at datekiss.com . Currently FORCE_SSL_ADMIN is set as true. Plugin works if it is false.
In the last view that says “Sending invitations…”, actual address line is https (since it is a wp-admin page) but I guess there is a problem with the arguments current-url and redirect-url, they are http. I dig out the code but could not find the actual location.