Hey @@nextend_ramona
I enabled and tested Facebook and Google for that exact reason. Still not showing.
I tried adding this to Code Snippets, and it’s not working.
The login plugin says:
Override Templates
Plugin template files are under easy-login-woocommerce/templates folder.
Copy the template file to your theme/templates/easy-login-woocommerce folder. ( Create if does not exist )
Make the desired changes there. Also check the template file header for exact location.
Template has this code: Can’t paste all, don’t know why
/**
- The template is a form container
*
- This template can be overridden by copying it to yourtheme/templates/easy-login-woocommerce/xoo-el-form.php.
*
- HOWEVER, on occasion we will need to update template files and you
- (the theme developer) will need to copy the new files to your theme to
- maintain compatibility. We try to do this as little as possible, but it does
- happen.
- @see https://docs.xootix.com/easy-login-woocommerce/
- @version 4.1
*/
if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly
}
$form_active = $args[‘form_active’];
?>
get_template( ‘global/xoo-el-header.php’, array( ‘args’ => $args ) ); ?> $form_args ): ?> get_template( ‘global/xoo-el-‘.$form.’-section.php’, array( ‘args’ => $args ) ); ?>
Where can I place this:
if(class_exists(‘NextendSocialLogin’, false)){NextendSocialLogin::renderButtonsWithContainer();}
And finally, can I add the package to Code Snippets instead of creating a new template?