Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 Can I have the list of plugins installed on your setup? This is to isolate out plugin conflict before we go ahead with other environmental issues!
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] MultiSite Support@trutherone You can check a set of WP Paint How-Tos here: https://www.youtube.com/playlist?list=PL6nUXNqfPaZf3hQwV5MEFfR8E214VvnWD
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] MultiSite Support@trutherone Answer to your queries below:
1. You can move your text layer by selecting the Arrow Tool from the left-hand side toolbox and then selecting the corresponding layer. This allows you to drag and move the text layer.
2. Once the text is created select the arrow tool. Also, you can remove inadvertent layers from the right-hand bottom corner layers toolbox.
3. You can go to the right-hand “Layer Details” toolbox to edit existing Text Layers by selecting the corresponding layer from the “Layers” toolbox.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] MultiSite Support@trutherone Here are answers to your queries:
1. Though the Plugin has not been extensively tested on Multisite instances, it should work without much issue as it uses standard WordPress media handling methods. It’s recommended that you try in a sandbox environment before deploying the plugin on your Multisite Production environment.
2. Any media restrictions have to be dealt with using third party plugins as WP Paint doesn’t deal with Media Permissions / Restrictions.
3. We are working on a “Save As” feature and it could be coming soon to a new version of WP Paint.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Frontend?The WP Paint plugin doesn’t support this feature while WP Paint Pro does if your custom plugin allows access to WordPress media manager on the front-end.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 WP Paint retains the original image so the image is never destroyed.
If “Sorry, invalid attachment” error shows, it indicates that
/wp-admin/admin.php?page=wp-paint-edit-image&id=1is not opening in the WP Paint iframe. Highly probable another plugin is conflicting with this URL or a misconfiguration of.htaccessCan you list out the various WordPress plugins that you are using in your environment so that we can try replicating the issue at our end?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workPlease create a
phpinfofile and check value ofrequest_orderthere. Also, check all the mentioned variables inphpinfoas the settings might be getting loaded from a differentphp.iniAlso, if there is no error appearing on the front-end, your
display_errorsanderror_logmight be set to'Off'. To debug the plugin in your environment you have to enabledisplay_errorsand check if the settings reflect inphpinfo.https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
The issue is very specific to the environment you are using which has certain standard settings not common across most environments.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workThe
request_ordersetting inphpinfoshould be set to the standard'GP'as mentioned here https://stackoverflow.com/questions/5701588/why-is-request-empty for the plugin to work. Also, please check the error that is appearing in the latest version of WP Paint.Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workA good way to debug it would be to check the following settings in
php.iniand see if the changes reflect inphpinfo:1.
post_max_size> Should be at-least 2x size of the image being edited
2.upload_max_filesize> Should be at-least 2x size of the image being edited
3.allow_url_include= Should beOn
4.request_orderShould be set to'GP'Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@vogtpl @rudid @kitkit85 We have updated WP Paint to 0.4.2, please upgrade to this latest version. In-case in after upgrading to the new version you get the following error:
Sorry, invalid attachmentPlease check your
request_ordersetting inphp.iniand it should be set to'GP'as per the instructions here: https://stackoverflow.com/a/5701703/177526Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workForum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@vogtpl Please provide specific error messages showing on your PHP error logs for us to get to the root cause of the issue.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Text Tool Bugs & IssuesThanks for the inputs. We will certainly consider these for future releases.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@robinhoodsbay @rudid @vogtpl Can you please check if your
allow_url_includeinphp.iniis turned on. The plugin cannot save ifallow_url_includeis turned off. Please check the value of this setting in your PHP info.- This reply was modified 6 years, 1 month ago by Dev.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@rudid Please check your php error logs and let us know if you see any errors while saving?