Replace Facebook login plugin

Closed
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme March 18, 2019
Login to reply
harry smith
5 years ago
Resolved.
Kelly R Support Agent
5 years ago

Hi,

Then please install another social login plugin and edit /templates/template-login.php file.

You can find following code in it.

if ( class_exists( 'APSL_Lite_Class' ) ) {

      echo do_shortcode( "[apsl-login-lite]" );
      echo '<div class="divider"><span>Or</span></div>';
     }

Please replace it with your new plugin's shortcode.

Regards, C-Themes

harry smith
5 years ago

The theme is using AccessPress social login, however the plugin was not working correctly, it keep display 'authorization code was used' while the other plugin was working well.

I want replace the button 'Login with Facebook' of AccessPress plugin to another plugin of login form.