Support

Account

Home Forums Backend Issues (wp-admin) Upload image button disappears when changing images Reply To: Upload image button disappears when changing images

  • Hi @remstoffer , I have the same issues, the only option I found, to continue working without touching the plugin. In my theme style.css, I added this line:
    .acf-image-uploader.active .no-image {display: block !important; }
    It is not a correct solution…