Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #67682
    Trevor Fourie
    Participant
    Premium Member

    Hi,

    I have a plugin to manage users called “UserWP”.

    There seems to be a conflict whereby the “Show Password” does not work on the login/registration/password change form.

    It works with other themes but not my Main Theme.

    We’ve tried to change the Ayecode UI with no success.

    Please can you advise.

    Thank you.

    #67690
    vako
    Keymaster
    WP Royal Team

    Hi Trevor,

     

    At first, thank you for choosing our theme and service.

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

     

    Kind Regards

    #67704
    Trevor Fourie
    Participant
    Premium Member
    This reply has been marked as private.
    #67710
    vako
    Keymaster
    WP Royal Team

    Hi Trevor,

     

    In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.

    To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo

    Please make sure to mark your reply as private to hide it from the public.

     

    Kind Regards

    #67711
    Trevor Fourie
    Participant
    Premium Member
    This reply has been marked as private.
    #67719
    vako
    Keymaster
    WP Royal Team

    Hi Trevor,

     

     

    Thank you for your response, I will redirect this topic to the developer’s board and they will contact you.

     

    Kind Regards

    #67760
    Trevor Fourie
    Participant
    Premium Member

    I’ve narrowed it down.

    It works if I change the function in the plugin

    Changing the “i” to “svg” resolves it

    I’ve narrowed it down.

    It works if I change the function in the plugin

    Changing the “i” to “svg” resolves it

    var $el = jQuery(this).find('i');$el.toggleClass('fa-eye fa-eye-slash');

    var $el = jQuery(this).find('svg');$el.toggleClass('fa-eye fa-eye-slash');

    However, I do not know where to change this so that it does not get lost with the next update

    The Function is in the code of the plugin page
    userswp\vendor\ayecode\wp-ayecode-ui\includes\components\class-aui-component-input.php

    #67790
    vako
    Keymaster
    WP Royal Team

    Hi Trevor,

     

    We received the report from the dev team, please contact the plugin support team and ask them to update the font awesome version, our theme uses the latest version and we cant downgrade the version because of the random plugin.

     

    Kind Regards

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