Luke Dunsmore
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Login] Unable to Save OptionsThanks Javier seems to be working now – appreciate your help!
Forum: Plugins
In reply to: [Clean Login] Unable to Save OptionsJust 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; ?>Forum: Plugins
In reply to: [Clean Login] Unable to Save OptionsHi 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,
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Mobile ResponsivenessHi 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.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Mobile ResponsivenessHi 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,