-
AuthorPosts
-
May 9, 2019 at 6:35 am #1098755
https://kriesi.at/support/topic/personal-token-3/
It doesnt work when i first input the token! it dont chekc the token!
if i use the script after vaildation it it hidden….May 9, 2019 at 6:47 am #1098758it is ok, i can use the function after i input the value. the token seems to be saved correct….
May 10, 2019 at 5:02 am #1099147Hi,
Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 10, 2019 at 5:33 am #1099153yes, you can help: how can i hide the token with working in the input field
May 11, 2019 at 6:28 am #1099502Hi,
I don’t understand your question, could you try to explain a bit further please?
Best regards,
RikardMay 11, 2019 at 9:29 am #1099543it doenst work if i put the token in the field!
May 11, 2019 at 9:30 am #1099544it only wokrs after the field token is filled.
May 12, 2019 at 10:09 am #1099709Hi,
Thanks for the update, I still don’t understand the problem though. Could you post information and instructions on how to reproduce it maybe?
Best regards,
RikardMay 12, 2019 at 10:24 am #1099716diid you read the post?
https://kriesi.at/support/topic/personal-token-3/
when i use the function, i cant fill the field token, because it doesnt work!!!!May 13, 2019 at 10:29 am #1099991Hi caw67,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
VictoriaMay 13, 2019 at 10:38 am #1099993when i add this code
function envato_token_script(){
?>
<script>
(function($){
$(document).ready(function(){
$(‘#avia_updates_envato_token’).find(‘input:text’).each(function() {
$(“<input type=’password’ />”).attr({ name: this.name, value: this.value }).insertBefore(this);
}).remove();
});
})(jQuery);
</script>
<?php
}
add_action(‘admin_head’, ‘envato_token_script’);the token validation dont work!!!!
whats the problem to understand that????- This reply was modified 5 years, 6 months ago by caw67.
May 16, 2019 at 7:00 am #1101265Hi,
Thanks for the update.
You don’t need that script anymore on version 4.5.7. Instead, you can use this filter to change the input type from the default “text” to “password”.
add_filter('avf_verification_password_field', function($pw, $el) { return true; }, 10, 2);
Best regards,
IsmaelMay 16, 2019 at 7:15 am #1101273i use this in the functions.php?
but the themeversion is 4.5.3…
there is no update availibleMay 17, 2019 at 12:06 pm #1101741Hi,
Thanks for the update.
You need the latest version of the theme in order for that filter to work properly. Please try to update to version 4.5.7 manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelMay 17, 2019 at 12:22 pm #1101750ok, but but the latest themeversion is 4.5.3… there is no update availible
May 21, 2019 at 3:36 am #1102653 -
AuthorPosts
- You must be logged in to reply to this topic.