• Resolved trevorfourie

    (@trevorfourie)


    Hi,

    It’s a small matter but still an OCD case for me.

    The “Show Password” option on the login, registration form does not reveal the password for the user. I’ve played around with the settings but have not been able to find anything. Nothing is being written to the logs so that also makes it difficult to trouble shoot anything.

    Please can you advise or provide any guidance. I would truly appreciate it.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    There could be conflicts with the Bootstrap version between the theme and our plugin causing this issue. Can you try changing the settings at Settings->AyeCode UI->Load CSS and Load JS to see if it resolves your issue or not?

    Regards,
    Patrik

    Thread Starter trevorfourie

    (@trevorfourie)

    Hi Patrick,

    I’ve tried all options with no success.

    Compatibility Mode
    Full Mode
    Disabled

    Core + Popper
    Popper
    Required Functions Only
    Disabled

    Hi,

    Then we might have to take a look at your site. Can you please create a support ticket on our site https://userswp.io/support mentioning this ticket URL?

    Regards,
    Patrik

    Thread Starter trevorfourie

    (@trevorfourie)

    Thank you Patrik,

    I will do so … I’ve also asked the Theme Creators to see what they can pick up .. if I hear anything I will let you know as well to help with future theme problems ??

    Thank you for your help!

    Hi,

    You can reopen the ticket or create a new one if you need our help here! I am marking the ticket as resolved for now.

    Regards,
    Patrik

    Thread Starter trevorfourie

    (@trevorfourie)

    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

    Hi,

    It looks like you are using the SVG font awesome icons and that’s why our code is not working. What you can do is either make a change in the core for now as I already have noted the issue and we will look into it further or switch font awesome icons to the non-SVG icons.

    Regards,
    Patrik

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Conflict with Ashe Pro Theme’ is closed to new replies.