Title: ADA empty link error when plugin activated
Last modified: June 4, 2020

---

# ADA empty link error when plugin activated

 *  Resolved [celerystix](https://wordpress.org/support/users/celerystix/)
 * (@celerystix)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/)
 * Hello,
 * When activating the Ultimate Member plugin, there is an ADA error for an empty
   link below the footer.
 * Here is the code:
 *     ```
       <div id="um_upload_single" style="display:none"></div>
       <div id="um_view_photo" style="display:none">
   
       	<a href="javascript:void(0);" data-action="um_remove_modal" class="um-modal-close"><i class="um-faicon-times"></i></a>
   
       	<div class="um-modal-body photo">
       		<div class="um-modal-photo"></div>
       	</div>
   
       </div>
       ```
   
 * Specifically here:
    `<a href="javascript:void(0);" data-action="um_remove_modal"
   class="um-modal-close"><i class="um-faicon-times"></i></a>`
    -  This topic was modified 5 years, 11 months ago by [celerystix](https://wordpress.org/support/users/celerystix/).
    -  This topic was modified 5 years, 11 months ago by [celerystix](https://wordpress.org/support/users/celerystix/).
    -  This topic was modified 5 years, 11 months ago by [celerystix](https://wordpress.org/support/users/celerystix/).

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/#post-12938368)
 * Hi [@celerystix](https://wordpress.org/support/users/celerystix/)
 * Could you change the priority of the callback, which adds the modal windows?
 * ultimate-member/includes/core/class-modal.php line 24.
 * You could change “9” to a lower number. E.g. “1”.
 * Let me know if that works,
    Thanks!
 *  Thread Starter [celerystix](https://wordpress.org/support/users/celerystix/)
 * (@celerystix)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/#post-12940469)
 * Hello [@nsinelnikov](https://wordpress.org/support/users/nsinelnikov/),
 * No, that did not work.
 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/#post-12940972)
 * Hi [@celerystix](https://wordpress.org/support/users/celerystix/)
 * Does it make the sense to add the aria-label attribute to the empty link?
    E.
   g.
 * `aria-label="<?php esc_attr_e( 'Close view photo modal', 'ultimate-member' ) ?
   >"`
 * [⌊2020-06-05_0121⌉⌊2020-06-05_0121⌉[
 * Let me know,
    Thanks!
 *  Thread Starter [celerystix](https://wordpress.org/support/users/celerystix/)
 * (@celerystix)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/#post-12954880)
 * Hello [@nsinelnikov](https://wordpress.org/support/users/nsinelnikov/),
 * Yes, that worked!
 * Thank you, will this be updated with the next release of the plugin?
 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/#post-12964646)
 * Hi [@celerystix](https://wordpress.org/support/users/celerystix/)
 * Thanks for letting us know! Sure, we will add this fix to the next Ultimate Member
   version.
 * Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘ADA empty link error when plugin activated’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/ada-empty-link-error-when-plugin-activated/#post-12964646)
 * Status: resolved