Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Ashe Pro Conflict with Plugin UsersWP #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

    in reply to: Ashe Pro Conflict with Plugin UsersWP #67711
    Trevor Fourie
    Participant
    Premium Member
    This reply has been marked as private.
    in reply to: Ashe Pro Conflict with Plugin UsersWP #67704
    Trevor Fourie
    Participant
    Premium Member
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)