Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Outside borderThanks for the input, we will certainly consider this feature for future versions.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] JS errors@argosmedia Thanks for the detailed info. This would be a helpful reference for other users as well.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] JS errorsI am guessing Brave browser could be blocking HTML5 Canvas operations etc. Glad that the issue is resolved. If you liked our plugin and support please do leave us a 5-star feedback rating at https://ww.wp.xz.cn/support/plugin/wp-paint/ that will be very motivating.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] JS errors@argosmedia The plugin is completely hosted on the WordPress local environment. It doesn’t contact any third-party service. Are you trying on the Latest Google Chrome Browser?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] JS errors@argosmedia Are you using the latest version of WP Paint. Also, WP Paint only works for images hosted on the same domain as WordPress. Can you check the images are hosted on the same domain?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 I guess the reason why https is not working is because of invalid redirects. Can you check your
site_urlsettings for the WordPress site and ensure that it hashttps? Since you are using a plugin to maphttps, it’s recommended to try by deactivating this plugin and just setting thesite_urltohttpsForum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 Good that we finally found the issue. Thanks a lot for your support. I guess there is an easier fix that can be done. You just need to ensure that the
site_urlon WordPress options is set tohttpsinstead ofhttpRef: https://designmodo.com/wordpress-https/Once this is done it should save properly. Can you please test this and confirm if this works!
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 We tried using the exact same Nginx Hybrid Configuration, but unfortunately could not replicate the issue. Can you try with a new instance without HTTPS and see if you are still facing this issue?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workThanks! Let me test this out!
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 No not image being edited. The server template that you used on RunCloud to setup your VPS! Like “Ubuntu with Nginx” or something similar.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workDid you use any specific image on Runcloud to deploy into your VPS?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@vogtpl Can you let us know your hosting environment whether it is a shared hosting service? If yes, who is the vendor?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not workIs it Apache Server or NGinx?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 Are you using a shared hosting service? If yes, who is the vendor?
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Saving does not work@kitkit85 Can you check if your
site_url()is non-https? I think the SSL condition might be redirecting the page so that it loses the parameters.