Hi,
Locate in the files for your site, the line: _oneall.push(['social_login', 'set_custom_css_uri', 'http://oneallcdn.loc/css/api/themes/beveled_w35_h35_wc_v1.css']);. Then, change the URI to point to your CSS (not the one mentioned).
The wizard p…
Hi,
Yes, you can customize the appearance of the icons' iframe.
But this requires that you modify the CSS of your pages, it is not possible within the plugin's configuration.
The .siginf class is the one causing problems it appears.
We don't know h…
Hi,
If we understood correctly, then one thing to try is to remove the 1st and last lines of the overall_header_breadcrumbs_after.html, the one with the <!-- IF .... (this controls if the icons show), such that they will always appear.
Then, dis…
Hi,
This should be in the functions.php file for your theme.
You can access the file (edit it) via the Admin pages: Appearance / Editor / Theme functions.
Thanks.
Hi,
Sorry :-)
This is a known issue (that the URL is too long, sometimes exceeding a web server limit).
How to solve this?
We'll change this, but probably not soon enough (for your problem).
You can modify the web server settings to remove any limi…
Hi,
Adding a module inside the login component seems to require some specific code.
Our plugin does not allow this.
It is possible inside an article though.
Hi,
The short answer is because our plugin requests that permission.
Why is this permission requested at logout, and not login is unknown. Maybe this is normal, maybe an error in our implementation, however, this is not obvious right now.
Hi,
Indeed, our URL generation currently takes a lot of space.
You can reduce it by reducing the various methods called from your page, and the length of the values (callback uri, ...).
You can increase the max URL size in your web server, not ideal…
Hi Simon,
Basically, you need to adapt the line _oneall.push(['social_login', 'set_custom_css_uri', 'http://oneallcdn.loc/css/api/themes/beveled_w35_h35_wc_v1.css']);
To test, you can go to your application settings (https://app.oneall.com), then …