This topic has 4 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
good day, how can I put facebook login button and on the first page, as in the attached picture?
Thank you
Hello,
We’ll change it in the next theme update. To change it on your site edit xstore/framework/theme-functions.php , find etheme_sign_link function, find the code
<p class="login-submit">
<?php wp_nonce_field( 'woocommerce-login', 'woocommerce-login-nonce' ); ?>
<button type="submit" class="woocommerce-Button button" name="login" value="<?php esc_attr_e( 'Log in', 'xstore' ); ?>"><?php esc_html_e( 'Log in', 'xstore' ); ?></button>
</p>
and add the below the following code
<?php etheme_faceboook_login_button(); ?>
to get http://prntscr.com/n38q0i Save changes and check the frontend.
Regards
Hello, my facebook button login is dissapear after update theme why???
Hello,
Because your header is created using the Header builder, there is no such option right now. Our developers will add this in the next update of the theme.
Regards
You must be logged in to reply to this topic.Log in/Sign up