assortedchips
Forum Replies Created
-
Forum: Plugins
In reply to: [DrawIt (draw.io)] Error when savingGlad you figured it out (and quickly, I might add)! I’ll also mention that I use the “Amazon Web Services” with “WP Offload S3 Lite” plugins, which also works fine with DrawIt. Thanks for providing your solution here!
Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawing not editableAlso, for the image that you’re trying to edit, can you go into the text-editor version of the page, look at the
code for the image, and make sure that the
class=""field haswp-image-###(where ### is the number that WordPress automatically assigns an image)? Here is an example of what it might look like:
<img class="aligncenter wp-image-934" title="My diagram" src="m.png" width="509" height="265" />
(e.g., you can see the same example in my plugin screenshots here: https://wordpress.org/plugins/drawit/)If that
class="wp-image-###"field is not there, then it will not be able to open the image for editing.Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawit DiagramWe’ll be tracking this problem in this other thread, please try the steps outlined there and reply in that thread with any updates: https://wordpress.org/support/topic/drawing-not-editable/
Forum: Plugins
In reply to: [DrawIt (draw.io)] Editing diagram problemsRegarding links in images:
Links can only be added to SVG images. Please see the FAQ regarding links and SVG images either in the Settings page for your DrawIt installation or by going here: https://wordpress.org/plugins/drawit/#faqRegarding the diagram not showing up when you try to edit it:
We’ll be tracking this problem in this other thread, please try the steps outlined there and reply in that thread with any updates: https://wordpress.org/support/topic/drawing-not-editable/Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawing not editableI know you said you tried disabling the other plugins, and you’ve tried creating a new diagram. But have you tried creating a new DrawIt diagram AFTER disabling all the other plugins? My intuition tells me that one of your other plugins (an image-related one or an upload security one) might have deleted the unrecognized DrawIt metadata from the image while it was being saved. The deleting of this metadata is really the only way I can imagine that you could end up with the image getting saved but being unable to edit it later (because it is missing the DrawIt diagram source data that is necessary for being able to edit it).
So can you try these steps in this order: (1) Disable all your plugins, (2) create a new DrawIt diagram, (3) save it, (4) attempt re-edit it.
Forum: Reviews
In reply to: [DrawIt (draw.io)] Not WorkingThis is the first time I’ve ever heard someone having a problem where the plugin “simply doesn’t work” after activation. Can you please start a support thread and we can try to work out what is broken? Thank you
Forum: Plugins
In reply to: [DrawIt (draw.io)] Images links and new tabsLinks can only be added to SVG images. Please see the FAQ regarding links and SVG images either in the Settings page for your DrawIt installation or by going here: https://wordpress.org/plugins/drawit/#faq
Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawit DiagramI can’t seem to reproduce the problem right now. Is there any other info you can provide? For example, did this used to work for you, but now it is not? Or is this a fresh installation that is not working? Or an old installation, but a new install of this plugin?
I tried a fresh install of WordPress 4.8.1 without any changes other than installing this DrawIt plugin, and it worked for me. I tried an older WordPress 4.7.5 install that I already had, and it worked fine there too. Both were GoDaddy hosted (but Linux instead of Windows).
Keep in mind that the diagram has to stay in your media library to keep the draw.io data associated with it.
Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawing not editableI can’t seem to reproduce the problem right now. Is there any other info you can provide? For example, did this used to work for you, but now it is not? Or is this a fresh installation that is not working? Or an old installation, but a new install of this plugin?
I tried a fresh install of WordPress 4.8.1 without any changes other than installing this DrawIt plugin, and it worked for me. I tried an older WordPress 4.7.5 install that I already had, and it worked fine there too.
Keep in mind that the diagram has to stay in your media library to keep the draw.io data associated with it.
Forum: Plugins
In reply to: [DrawIt (draw.io)] Editing diagram problemsI can’t seem to reproduce the problem right now. Is there any other info you can provide? For example, did this used to work for you, but now it is not? Or is this a fresh installation that is not working? Or an old installation, but a new install of this plugin?
I tried a fresh install of WordPress 4.8.1 without any changes other than installing this DrawIt plugin, and it worked for me. I tried an older WordPress 4.7.5 install that I already had, and it worked fine there too.
Forum: Plugins
In reply to: [DrawIt (draw.io)] Editing diagram problemsIt looks like there are now multiple cases of this happening. Can you tell me what other plugins you also have installed? What wordpress version are you currently using (is it 4.7.5 as listed in your support info)? I’ll try this out with as similar of an installation as possible.
Thanks Kingdom, I’ll try with a fresh 4.8.1 version without any plugins also.
- This reply was modified 8 years, 8 months ago by assortedchips.
Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawing not editableCan you tell me what other plugins you also have installed? Perhaps there is some conflicting code among different plugins.
Forum: Plugins
In reply to: [DrawIt (draw.io)] PHP Warning when edit diagramThanks, I’ve fixed this and will push the change in the next release.
Forum: Plugins
In reply to: [DrawIt (draw.io)] PHP Warning when edit diagramOK, thanks for the info. I’ll look into this.
Forum: Plugins
In reply to: [DrawIt (draw.io)] Drawit DiagramOK, thanks. Let me experiment a bit with this on one of my Godaddy hosting accounts and see if I can duplicate the problem.
Can you also give me a list of all the plugins you installed alongside DrawIt? Maybe there’s a compatibility issue that I need to look into.