• Hi, I did a conflict test with Template : One Page Express

    And inside the form when you add an ‘upload image’ field, the button ‘upload’ where you have to drag and drop the picture doesn’t work.

    Did test on web and mobile.

    Could you fix this ?
    I need it haha

    Thanks

    Damien

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)

The topic ‘Conflict test with specific themplate’ is closed to new replies.