Hi Colin,
I cannot indicate the exact filename as the files depend on the theme that you are using.
If you can provide us a temporary admin access, we can add the code for you.
Please do not post it here, but over our contact form:
https://www.o…
Hi Gus,
unfortunately not all social networks provide the user's email address, and on some social networks the users can decide not to share it during the login. So there is no guarantee that the user's email address is always available.
In the S…
Hi Bernand,
here what we use in one of our plugins:
// Check if a given v4 UUID is valid public static function is_valid_v4 ($uuid) { return preg_match ('/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}/i', trim ($uuid)); }
…
Hi Matthew,
I didn't notice the dot on the blank page on my first try. When php fails due to an error, the page should be blank. My guess here would be that you have a die or exit somewhere in your code.
What you can do first is disable/remove So…
Hi Mika,
our plugin only sets the role when the user connects for the first time, so I'm not sure how that issue is possible.
I tried to have a look, but I can't find Social Login. Where exactly can I login with a social network on your phpBB?
Reg…
Hello,
one of the files required by our plugin is missing:
http://proffinfo.com/shop/catalog/view/javascript/oneall/frontend.js
Please create the file /shop/catalog/view/javascript/oneall/frontend.js with the following contents:
(function() { …
Hello,
you get this error because you have enabled HTTPS in OpenCart but your website does not support https.
You can test it by opening this link: https://www.onmoda.com/
You need to disable HTTPS in OpenCart if you don't have a valid SSL certif…
Hi Matthew,
please login to your WordPress admin area and click on the Autodetect/Verify buttons. Do you get a green success message for each of the tests? Please also save your settings afterwads.
White pages are usually due to a PHP error. Could…
The new management interface for LoudVoice authors/comments is now available.
You can also use your own CSS style by using this call:
_oneall.push(['loudvoice', 'set_custom_css_uri', '---put-the-url-to-your-css-file-here---']);