Hi Jake,
technically speaking our system can unfortunately not yet deduct the already paid amount. What we can however do, is credit you the already-paid amount as additional time on your new subscription.
Just tell me once you have upgraded a…
Hi Craig,
On that page the icons are not being displayed because your website is sending the following header:
X-Frame-Options: ALLOW-FROM https://www.facebook.com/
Social Login however is embedded from OneAll, and that restriction does not…
Hi Sean,
for security reasons we request our customers to confirm the cancellation. We have sent your several requests for confirmation but never heard back from you. Is is possible that these emails went to your spam folder?
Regards,
Hello,
each upgrade is in fact a distinct order. If you upgrade multiple times, you are placing multiple orders and being charged multiple times. We already have received your ticket and are working on it.
Regards,
Hello,
if you have no $_POST data, then you might have installed a Drupal module (e.g. Security Kit) which blocks offsite POST requests from our API to your server. Please check the settings of the security plugin and whitelist the following doma…
Hi Ken,
sorry, there is an error in the code that I posted before.
The value oa_social_login_init_widget needs to be put in quotation marks,
Here the correct version (I also changed it in the initial post):
function oa_social_login_init_wi…
Hi Ken,
please open this file:
wp-content/plugins/oa-social-login/includes/widget.php
Then replace this:
add_action ('widgets_init', create_function ('', 'return register_widget( "oa_social_login_widget" );'));
By this:
function oa_soc…