Ickata
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Editor by Pixo] bug in shortcode script???@qlexio : thanks for reporting this. Can you please send an example url where this is observed?
Thanks!
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersSince there is no further input from @snirchum for more than a month, I’ll mark this as resolved.
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersHey @snirchum
Any update?
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersOK, is it possible to create some test admin user on your staging env and send me the credentials to mail at ickata dot net?
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersBetter explain here, this way users with the same problem will be acknowledged and read the resolution.
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for users@snirchum can you please give me the exact steps (including URLs) so I can reproduce on my end and (eventually) try to debug? Thanks!
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersHey @snirchum ,
Any update? Did the plugin version 2.0 work for you?
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersHey @snirchum ,
The new version 2.0 is now available to download. It adds a settings page for configuring Pixo for the front-end. When properly configured, Pixo will attach to all file input fields on the page. When the end user selects image in a file input, Pixo opens it for editing. When the end user makes some edits and saves them, Pixo updates the file input, and the edited image then can be uploaded.
I was not able to see how to upload image to your website, so can you please try the new plugin version and let me know if it works for you?
Thanks!
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for users@snirchum well it does not really matter whether it is a plugin or a custom enhancement. The integration should work either way.
Can you provide a url where I can see it and conclude whether it will work or not?
Forum: Plugins
In reply to: [Image Editor by Pixo] Tool for usersHey @snirchum ,
Thanks for reaching out! ATM I am currently working on v2.0 of the plugin, which will include integration of Pixo Editor in the front-end. Hopefully the way the integration will be implemented will fit into most (if not all) of the use cases.
What plugin do you use for front-end uploads, so I can test & verify that the integration will cover your use case?
Forum: Plugins
In reply to: [Image Editor by Pixo] Edit Thumbnails?Hello @mattpramschufer ,
I am happy to inform you that the plugin now allows you to choose which image size to apply changes to (like the default editor does). You will be prompted on save to make your choice. You can also set your preferred choice in plugin settings.
Please upgrade to plugin version 1.5
Thank you!
Forum: Developing with WordPress
In reply to: How to add a toolbar button to image block?@hardeepasrani : thanks, buddy! I don’t know what I was doing before, but tried almost the same several times and it did not work. Maybe I was missing the
<Fragment />
component and that is why id didn’t make it.Many thanks!
Forum: Developing with WordPress
In reply to: How to add a toolbar button to image block?@hardeepasrani unfortunately I don’t have it as I cannot share it. I would be very thankful if you can give me a simple example how to add a new button in the toolbar that simply alerts or
console.log
s something. This would be more than enough!Forum: Developing with WordPress
In reply to: How to add a toolbar button to image block?Thanks @hardeepasrani for your help. Unfortunately it seems that extending toolbar is not possible at this moment. After spending hours reading current documentation looking for what I need, I started reverse-engineering the code. The image block registers its controls and scopes them in its
edit
FC. There is no way to inject a custom control (well, no proper way). It seems that my only option is to add my custom control to the right panel inspector.Forum: Developing with WordPress
In reply to: How to add a toolbar button to image block?Hi @hardeepasrani ,
Many thanks for your help. I cannot see anything about
BlockControls
in the documentation from the link you posted above. Can you please give me more details, because obviously I am missing something. The only thing I see I am able to control from these docs is the right property panel (I think they call it Inspector), however I don’t see any way controlling the Toolbar…