Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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….

    #1098758

    it is ok, i can use the function after i input the value. the token seems to be saved correct….

    #1099147

    Hi,

    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,
    Rikard

    #1099153

    yes, you can help: how can i hide the token with working in the input field

    #1099502

    Hi,

    I don’t understand your question, could you try to explain a bit further please?

    Best regards,
    Rikard

    #1099543

    it doenst work if i put the token in the field!

    #1099544

    it only wokrs after the field token is filled.

    #1099709

    Hi,

    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,
    Rikard

    #1099716

    diid 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!!!!

    #1099991

    Hi caw67,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Victoria

    #1099993

    when 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.
    #1101265

    Hi,

    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,
    Ismael

    #1101273

    i use this in the functions.php?
    but the themeversion is 4.5.3…
    there is no update availible

    #1101741

    Hi,

    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,
    Ismael

    #1101750

    ok, but but the latest themeversion is 4.5.3… there is no update availible

    #1102653

    Hi,

    Thanks for the update.

    The latest version is 4.5.7, not 4.5.3. You can download that version from your Themeforest account. Please refer to the documentation or the link above for manual updating.

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.