Hi,
To use the custom CSS, store the downloaded custom CSS somewhere on your server, and then find the URL that accesses it. Most likely the custom CSS URL does not match the CSS file location on your server. Try placing it in your theme's directory…
Hi,
When did the 500 occur? When logging in, and after successful social login, but at redirect?
If so, on which page? (login/register/product...)
Thanks.
Hi,
This error is caused by Facebook app settings.
Try the following settings in your developers.facebook.com settings:
Basic:
Web site: http://[insert your aoneall domain name].api.oneall.com/
Advanced:
Valid OAuth redirect URIs: same as web site …
Hi,
The free plan does not expire. You can use as long as you want.
The restrictions to the free account (oneall.com/pricing-and-plans/) concern the number of domains you can register (web sites), the customization of the icons (CSS), the profile da…
Hi,
You need to modify our provided CSS.
In your app.oneall.com account, under Customisation, you can choose a custom CSS.
As custom CSS, download the one from your chosen style to your server, and then modify locally.
One way to do it is to add a …
Hi,
The step to collect an email address after registration is custom made.
Some CMS allow you to create customs forms, but often this requires custom code.
So, no easy setup for this unfortunately.
Regards.
Hi,
The problem is that Journal 2 theme minifies javascript files, but our JS does not work that way.
A workaround is to manually include the JS to your header.tpl, by adding this line:
in the header section, so before (line 101 in your file).
(a…
Hi Peter,
Thanks very much for your comments. You are perfectly correct.
Yes, we would like interested to review your code modifications!
You can send it by email.
Regards.
Hi,
Thanks for your contribution!
Based on your solution, here is an alternative (without the check for the bogus example.com):
add_action('oa_social_login_action_after_user_insert', 'oa_send_wc_email', 10, 2); function oa_send_wc_email( $user_data…