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