Hi all, I need only 7 social network logins. How to put them into my login popup window without scrolling?
Thanks!
P.S. I use MyBB forum engine.
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
Hello,
you need to change the plugin files for this.
Please go to this directory in your myBB folder:
inc/plugins/oa_social_login/templates
In your case it's the file "plugin_login_page.html" that needs to be updated.
Edit that file and remove the following line:
_oneall.push(['social_login', 'set_grid_sizes', [4, 1]]);
Best Regards,