Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter grall69

    (@grall69)

    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.
Viewing 1 replies (of 1 total)