Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Luke Dunsmore

    (@themeparkportal)

    Thanks Javier seems to be working now – appreciate your help!

    Thread Starter Luke Dunsmore

    (@themeparkportal)

    Just an update on this one sorry – I managed to get the field to appear again by adding:

    <?php /*check if email as username is checked */ if ( get_option( ‘cl_email_username’ ) != ‘on’ ) : ?>
    <div class=”cleanlogin-field”>
    <input class=”cleanlogin-field-username” type=”text” name=”username” value=”” placeholder=”<?php echo __( ‘Username’, ‘clean-login’ ); ?>” aria-label=”<?php echo __( ‘Username’, ‘clean-login’ ); ?>”>
    </div>
    <?php endif; ?>

    From version 1.12.4.4 – Looks like the .5 version is set to not display if email as username is unticked? It’s also getting an error on register as only one password field is showing. Works by adding this back in:

    <?php /*check if single password is checked */ if ( get_option( ‘cl_single_password’ ) != ‘on’ ) : ?>
    <div class=”cleanlogin-field”>
    <input class=”cleanlogin-field-password” type=”password” name=”pass2″ value=”” autocomplete=”off” placeholder=”<?php echo __( ‘Confirm password’, ‘clean-login’ ); ?>” aria-label=”<?php echo __( ‘Confirm password’, ‘clean-login’ ); ?>”>
    </div>
    <?php endif; ?>

    Thread Starter Luke Dunsmore

    (@themeparkportal)

    Hi Javier,

    Thanks for this – T&Cs and ReCaptcha now working however username has disappeared from the registration form? The Hide Username option is unchecked.

    Cheers,

    Thread Starter Luke Dunsmore

    (@themeparkportal)

    Hi Jarno,

    Thanks for getting back to me – tried everything I could think of but couldn’t get the container to stop over-spilling. Have you seen this issue before? Loved the plugin so more than happy to re-install if I can get this sorted.

    Thread Starter Luke Dunsmore

    (@themeparkportal)

    Hi Aert,

    Tried this with Chrome and Firefox browser on Android and get the result as shown here: https://themeparkportal.com/wp-content/uploads/2021/02/Screenshot_20210213-202208_Firefox.jpg

    Have asked some other users to check for me and they get the same result too?

    Cheers,

Viewing 5 replies - 1 through 5 (of 5 total)