Title: grall69's Replies | WordPress.org

---

# grall69

  [  ](https://wordpress.org/support/users/grall69/)

 *   [Profile](https://wordpress.org/support/users/grall69/)
 *   [Topics Started](https://wordpress.org/support/users/grall69/topics/)
 *   [Replies Created](https://wordpress.org/support/users/grall69/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/grall69/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/grall69/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/grall69/engagements/)
 *   [Favorites](https://wordpress.org/support/users/grall69/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Conflict test with specific themplate](https://wordpress.org/support/topic/conflict-test-with-specific-themplate/)
 *  Thread Starter [grall69](https://wordpress.org/support/users/grall69/)
 * (@grall69)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/conflict-test-with-specific-themplate/#post-10540237)
 * After some other test, the input is below the button ‘upload’.
 * So it’s why we can’t click on this one ^^’
 * temp resolution, Edit this file :
    wp-content\plugins\ultimate-member\assets\
   js\um-fileupload.js
 * Replace this :
    z.css({position:”absolute”,cursor:”pointer”,top:”0px”,width:’
   100%’,height:’34px’,left:”0px”,”z-index”:”100″,opacity:”0.0″,filter:”alpha(opacity
   =0)”,”-ms-filter”:”alpha(opacity=0)”,”-khtml-opacity”:”0.0″,”-moz-opacity”:”0.0″});
 * By this :
    z.css({position:”**relative**“,cursor:”pointer”,top:”**-34px**“,width:’
   100%’,height:’34px’,left:”0px”,”z-index”:”100″,opacity:”0.0″,filter:”alpha(opacity
   =0)”,”-ms-filter”:”alpha(opacity=0)”,”-khtml-opacity”:”0.0″,”-moz-opacity”:”0.0″});
 * But I think it’s not good to do this …
    -  This reply was modified 7 years, 9 months ago by [grall69](https://wordpress.org/support/users/grall69/).

Viewing 1 replies (of 1 total)