- This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
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.
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
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
Hi Trevor,
Thank you for your response, I will redirect this topic to the developer’s board and they will contact you.
Kind Regards
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 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