social login not showing when using Buddypress log in menu.

I have kleo theme with Buddypress and bbpress at soundsenior.com. When I use the custom link log in menu item from buddypress (or kleo), the social login does not show. However if I create a custom link menu (log in test) it does show up. But my log in menu is not invisible when logged in so I prefer to use the log in from buddypress. What did I misunderstand and do wrong?

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited October 2016
    The plugin uses existing WordPress hooks to seamlessly integrate into your blog. If your theme does not support these hooks, the plugin will not be displayed correctly. You can add the Social Login features manually by inserting the following code into your template:

    <?php do_action('oa_social_login'); ?>

    Please add this code at the location where Social Login should be displayed.

Welcome!

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.