Forum Replies Created
-
Author
-
March 7, 2018 at 17:58 in reply to: Woocommerce without the button to increase or decrease the quantity of the purchase #190814
flavianodelgado
ParticipantThank you. Now it’s fine
March 7, 2018 at 16:43 in reply to: Woocommerce without the button to increase or decrease the quantity of the purchase #190799flavianodelgado
ParticipantIgnore the last message.
Please login with my credentials. The site is in use by other users, which not everyone can see some content.
Leonardo Nascimento
01122000March 7, 2018 at 16:41 in reply to: Woocommerce without the button to increase or decrease the quantity of the purchase #190798flavianodelgado
ParticipantMaked
flavianodelgado
ParticipantCould you help me solve it?
I did not find the plugin responsible for the forum.flavianodelgado
ParticipantI had seen something like that too, I had searched for the loco these words, but I had not found anything to translate.
But I’ve already found it. Thank you!December 18, 2017 at 19:06 in reply to: Images on the home page (members widget) are square. #183409flavianodelgado
ParticipantNo problem 🙂
He are Solved.
Thanks!!flavianodelgado
ParticipantNome de usuário do FTP: portalapper
Servidor FTP: http://ftp.portalapper.com.br
FTP & porta FTPS explícita: 21
Senha: #Apperportalflavianodelgado
ParticipantIgnore all that I have sent you. Both were wrong.
Follow the link to download the .php from the page in question:
https://mega.nz/#!g4kVUS6A!F9pjfd6YiSy4IsKhRdmEqNNGT1qqRJMeKQiAo8dNIMo
flavianodelgado
ParticipantI sent wrong, the other
Now it’s right!————————————-//——————————————–
<?php
if ( ! isset( $style ) ) {
$style = ‘light’;
}
$style = $style . ‘-login’;if ( ! isset( $before_input ) ) {
$before_input = ”;
}
?>“> <!–add .dark-login for the dark version–><?php do_action( ‘kleo_before_login_form’ );?><h3 class=”kleo-pop-title”><?php esc_html_e( “Log in with your credentials”, “buddyapp” ); ?></h3><?php if ( $before_input != ” ) { ?>
<p><?php echo wp_kses_post($before_input); ?></p><?php } ?>
<form action=”<?php echo wp_login_url( apply_filters( ‘kleo_modal_login_redirect’, home_url(‘wp-login.php’) ) ); ?>” name=”login_form” method=”post” class=”sq-login-form kleo-form-signin”>
<?php wp_nonce_field( ‘kleo-ajax-login-nonce’, ‘security-login’ ); ?><span class=”login-input-wrapper”>
<input type=”text” class=”form-control login-field username” required name=”log” value=””>
<label class=”login-label”>
<span class=”login-label-content”><?php esc_html_e( “Username”, ‘buddyapp’ );?></span>
</label>
</span><span class=”login-input-wrapper”>
<input type=”password” class=”form-control login-field” required name=”pwd” value=””>
<label class=”login-label”>
<span class=”login-label-content”><?php esc_html_e( “Password”, ‘buddyapp’ );?></span>
</label>
</span><?php
/* Small tweak to make sure we don’t render the FB button twice */
remove_action( ‘login_form’, ‘kleo_fb_button’, 10 );do_action( ‘login_form’ );
add_action( ‘login_form’, ‘kleo_fb_button’, 10 );
?><button class=”btn btn-lg btn-default btn-block login-button” type=”submit”><?php esc_html_e( “Sign in”, “buddyapp” ); ?></button>
<input name=”rememberme” type=”checkbox” value=”forever”>
<label></label>
<span><?php esc_html_e( “Remember me”, “buddyapp” ); ?></span>
<?php esc_html_e( ‘Lost your password?’, ‘buddyapp’ );?><span class=”clearfix”></span>
<?php do_action(‘kleo_after_login_form’);?>
</form>
<?php if( get_option( ‘users_can_register’ ) ) : ?>
<?php esc_html_e( “Don’t have an account yet?”, “buddyapp”); ?>
” class=”new-account”>
<?php esc_html_e( “Create an account”, “buddyapp” ); ?>
<?php endif; ?>
flavianodelgado
Participant(File – login-form.php)
—————————————//—————————————-
<?php
if ( ! isset( $style ) ) {
$style = ‘light’;
}
$style = $style . ‘-login’;if ( ! isset( $before_input ) ) {
$before_input = ”;
}
?>“> <!–add .dark-login for the dark version–><?php do_action( ‘kleo_before_login_form’ );?><h3 class=”kleo-pop-title”><?php esc_html_e( “Log in with your credentials”, “buddyapp” ); ?></h3><?php if ( $before_input != ” ) { ?>
<p><?php echo wp_kses_post($before_input); ?></p><?php } ?>
<form action=”<?php echo wp_login_url( apply_filters( ‘kleo_modal_login_redirect’, home_url(‘wp-login.php’) ) ); ?>” name=”login_form” method=”post” class=”sq-login-form kleo-form-signin”>
<?php wp_nonce_field( ‘kleo-ajax-login-nonce’, ‘security-login’ ); ?><span class=”login-input-wrapper”>
<input type=”text” class=”form-control login-field username” required name=”log” value=””>
<label class=”login-label”>
<span class=”login-label-content”><?php esc_html_e( “Username”, ‘buddyapp’ );?></span>
</label>
</span><span class=”login-input-wrapper”>
<input type=”password” class=”form-control login-field” required name=”pwd” value=””>
<label class=”login-label”>
<span class=”login-label-content”><?php esc_html_e( “Password”, ‘buddyapp’ );?></span>
</label>
</span><?php
/* Small tweak to make sure we don’t render the FB button twice */
remove_action( ‘login_form’, ‘kleo_fb_button’, 10 );do_action( ‘login_form’ );
add_action( ‘login_form’, ‘kleo_fb_button’, 10 );
?><button class=”btn btn-lg btn-default btn-block login-button” type=”submit”><?php esc_html_e( “Sign in”, “buddyapp” ); ?></button>
<input name=”rememberme” type=”checkbox” value=”forever”>
<label></label>
<span><?php esc_html_e( “Remember me”, “buddyapp” ); ?></span>
<?php esc_html_e( ‘Lost your password?’, ‘buddyapp’ );?><span class=”clearfix”></span>
<?php do_action(‘kleo_after_login_form’);?>
</form>
<?php if( get_option( ‘users_can_register’ ) ) : ?>
<?php esc_html_e( “Don’t have an account yet?”, “buddyapp”); ?>
” class=”new-account”>
<?php esc_html_e( “Create an account”, “buddyapp” ); ?>
<?php endif; ?>
—————————————-//—————————————
Problem found in line 29flavianodelgado
ParticipantWe’ve already put the site up, there’s no more page blocker. Log in to the site and register for an account. When registering does not confirm the account with the link received in the email, try to log in with the registered credentials. When you try to login without confirming, it will appear the message asking you to resend the confirmation link. By clicking on “resend confirmation” you are directed to wp-login.php
flavianodelgado
ParticipantYes. This link redirects the user to the login page in wordpress. I want to change this redirect
flavianodelgado
ParticipantI don’t understand what this plugin is for, it didn’t solve my problem of pending trial emails going to users.
flavianodelgado
ParticipantUntil it worked, but there is a space for the login button, where I would like to take it too, because in this screen there will be no login.
flavianodelgado
ParticipantIn fact I gave 2 plugins, I gave up and installed the 2 again, one returned to normal but this one is still giving this error.
flavianodelgado
ParticipantThere is no more need.
Let’s solve it differently, at the moment.
If you need it again, return here. -
AuthorPosts