Your account expired support, please renew to get your support.

Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #13296
    #13304

    Hi,

    You can use this plugin: Nextend Social Login and Register

    #13307
    gpsam3
    Support Expired
    This reply has been marked as private.
    #13312

    HI,

    I added shortcode for login form for you, please check: https://prnt.sc/1jcospt

    With Woocommerce login + register form, you need to use Nextend Social Login Pro version.

    #13314
    gpsam3
    Support Expired

    Thanks. Where did you add the shortcode and what was that shortcode?
    I clicked on the Facebook icon..it just went to the main logon screen and showed this message.
    https://prnt.sc/1jd3l8i

    #13322

    You need to double check your connection with facebook

    #13325
    gpsam3
    Support Expired

    I did exactly as mentioned in this video of the plugin

    #13366

    You need to enable register account for your site: https://prnt.sc/1jofrtd

    I enabled this config, please check again.

    #13369
    gpsam3
    Support Expired

    Thanks you. Can you please let me know where did you add the short code for that as I need to put it into the staging.

    Also what should be done to have the same button in the My Account Page?

    #13376

    #1. Please copy and paste this code into file functions.php( child-theme), I added this code to your site but you removed it???

    function freshio_form_login()
    	{
    
            if (freshio_is_woocommerce_activated()) {
                $account_link = get_permalink(get_option('woocommerce_myaccount_page_id'));
            } else {
                $account_link = wp_registration_url();
            }
        ?>
    
    		<div class="login-form-head">
    			<span class="login-form-title"><?php esc_attr_e('Sign in', 'freshio') ?></span>
    			<span class="pull-right">
                    <a class="register-link" href="<?php echo esc_url($account_link); ?>"
    				   title="<?php esc_attr_e('Register', 'freshio'); ?>"><?php esc_attr_e('Create an Account', 'freshio'); ?></a>
                </span>
    		</div>
    		<form class="freshio-login-form-ajax" data-toggle="validator">
    			<p>
    				<label><?php esc_attr_e('Username or email', 'freshio'); ?> <span class="required">*</span></label>
    				<input name="username" type="text" required placeholder="<?php esc_attr_e('Username', 'freshio') ?>">
    			</p>
    			<p>
    				<label><?php esc_attr_e('Password', 'freshio'); ?> <span class="required">*</span></label>
    				<input name="password" type="password" required
    					   placeholder="<?php esc_attr_e('Password', 'freshio') ?>">
    			</p>
    			<button type="submit" data-button-action
    					class="btn btn-primary btn-block w-100 mt-1"><?php esc_html_e('Login', 'freshio') ?></button>
    			<input type="hidden" name="action" value="freshio_login">
    			<?php wp_nonce_field('ajax-freshio-login-nonce', 'security-login'); ?>
    		</form>
    <?php echo do_shortcode('[nextend_social_login provider="facebook"]'); ?>
    		<div class="login-form-bottom">
    			<a href="<?php echo wp_lostpassword_url(get_permalink()); ?>" class="lostpass-link"
    			   title="<?php esc_attr_e('Lost your password?', 'freshio'); ?>"><?php esc_attr_e('Lost your password?', 'freshio'); ?></a>
    		</div>
    		<?php
    	}

    #2. Use social login with Woocommerce form, you need to use Nextend Social Login Pro version: How to Add WooCommerce Social Login to Your WordPress Site

    I can also add this login to the form for you, but you will have to pay for this customization.

    #13461
    gpsam3
    Support Expired

    No I did not remove it.. I just wanted to check it….and do it for myself.

    #13492

    Ok, good luck!

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.