Nathen Sample
asked 8 years ago

Running what I believe is the most recent version, in the question/answer I can click the media button but I’m then presented with

enter image description here

Adding a link to a site such as imgur will add the image (Which is damn un-intuitive I basically just had to guess that maybe a URL was accepted) But is there a way to upload from the local machine?

(And possibly the ability to edit the popup to not be incredibly unclear)

1 Answers
DominicStaff
answered 8 years ago

I know what you want. However, our plugin only support to insert a image link like mentioned here. If you want to upload from local machine, I think you can upload your image to Media of your theme or imgur.
We will discuss about this issue in the next version.
About the second issue, you can add the following code to the style.css file to make the popup to not be incredibly unclear:

#mce-modal-block, #mce-modal-block.mce-fade {
   opacity: 0;
}

Hope this helps!

Powered by DW Question & Answer Pro