Hello, does the plugin support a circle canvas? For example if I wanted to have a user create a custom badge??Thank?you.
]]>After installing the plugin (WP 6.6.1, PHP 8.2.18) the following warning is shown on the plugins page:
Warning: Trying to access array offset on value of type null in /var/www/wordpress/wp-content/plugins/image-editor-by-pixo/pixo.php on line 289
The warning disappears on reload. But the settings page is broken. Screenshot:
Value of the text fields: “Warning: Undefined array key”
Please fix this, thanks!
]]>Hello, I have included pixo into my website and it works great i just cannot see the custom stickers i created.
Have used the short code
[pixoeditor fileinput=”PixoId” download=”true” stickers=”11,14,17,20,23″] but they dont show on the front-end editor.
Im i doing something wrong?
I have a problem with the plugin in wordpress. I have installed it and i managed to input the API key. Now i have tried to go to settings and change them but i cannot change anything. For example under Features i choose the ones i need (i only need the crop and transform) and then when i click on save (set features) nothing happens. I tried it with all settings and nothing gets saved. I tried different browsers and its still the same. What seems to be the problem?
I have the latest WP installed for my website.
How do I use this plugin on a mobile device?
]]>Hi,
I know (as I have asked before) that the re-edit image not always work. This is due to that the changes or session are save locally on the computer, and as I use two or sometimes more different computers, I can not always change the images again. Have I learned from the Pixo support.
But my other question is if it is possible to reset the image completely? Back to the original?
Regards,
Fredrik
Hi, thanks for what looks a great plugin. I’m having an issue in getting it to work in a particular way and haven’t seen this mentioned in the docs or here in support (excuse me if I’ve missed it). the initial adaptations tried haven’t had any success.
We have a form with multiple images which display in a slideshow when any image is clicked. I’d like to have a button/link next to each image that will open that particular image in the Pixo editor then allow saving, ie
<a href="path/to/image">Edit image</a>
This is the only instance where we need the editor integration. Can you show us how to accomplish this?
Also, we’ve updated the feature list and added a logo but are still seeing the default set in the editor. Do we need to change anything else here?
Thanks in advance for any help, Jeremy
]]>Hi, is it possible to automate editing of an image at all? What I want to achieve is using one background/template image, add the Product name to it and use that as the product image. Rather than manually edit every image, it would be great if this plugin could automatically process an image (probably an ACF field?) and add the required text.
Thanks
]]>Hi,
One of the best features with this plugin is the possibility to edit the images over and over again. If I add a text, the next time I will edit the image I can move the text or delete it. But this is not every time. Sometimes the text is stuck in the image and can not be deleted. Any idea why?
]]>Hi. i have installed the plugin correctly, but in the form that i set up, when i attached 10 or more than one photo, it only allows me to edit the first one and upload just that one
]]>Hello guys,
is it posible to take out the resize function within the crop function?
So that you only can move the cut frame?
For our website we need only 4:3 images on the post overview page.
To save that, it would be necessary that nobody can resize images, what would mean to stay into the 4:3 frame all the time.
Thanks for some codelines!
Best regards
Markus
Hello,
In a previous version of Pixo image editor, I was able to edit the image and “Save as new” image. Now, since an update (I don’t know which update but it is very recent. Maybe a few weeks ago) I do not have this option anymore. I only have the “Save” option and nothing more.
What did happen? Why is this option removed? This was such a great option and now I’m forced to use another plugin if this issue will not be resolved soon.
Thanks.
]]>Hi,
So if I now have batch edited ALL my photos and added a watermark, there is no previous session?
Please don’t tell me that the photo is overwritten and can’t be undone by restore previous session as can be done when I edit one image at a time.
PLEASE DON’T… :'(
]]>Congrats on an awesome plugin & Editor.
I’m using wpuserfrontend forms for members to create a post from frontend utilising the default upload image button.
I can get the Editor to trigger on my domain with this following code & correct API Key
<input type="file" name="image" />
<script src="https://pixoeditor.com/editor/scripts/bridge.m.js"></script>
<script>
//create new Pixo instance
const pixo = new Pixo.Bridge({
apikey: 'abc123xyz000',
});
//the editor will observe the "onchange" event of the file input,
//and on save will update it with the new image; then the new image
//then the new file is ready to be uploaded - no more actions required!
pixo.attachToFileInput(document.querySelector('input[type=file]'));
</script>
However, I have tried many different things in this shortcode to trigger the Pixo Editor on that page for creating a post, and to no avail, am I missing something, appreciate any help? Below is just some I have tried.
[pixoeditor fileinput="wpuf-insert-image_35"] or [pixoeditor fileinput="wpuf-featured_image-35-pickfiles"]
Hi!
How do the sticker library work? I have added some for test but do not find them in the editor? What am i missing? Can’t find any documentation?
Fredrik
]]>Hi,
I have installed Pixo, and it is a very nice plugin.
It’s also exactly what I’m looking for and works well, does what it’s supposed to do
My question is, is it possible to get a Dutch translation? at least for the frontend.
Normally I can do that with Poedit or loco, but that’s not possible here.
I can help you with the translation for free if you want, Just send me what you need.
Regards
Bernee`
Hi
I have installed and activated Pixo, but can’t make it work. It’s not seen as an option when I click on an image in the library, only WP default image editor. Though when the editor opens not even the default options is seen, just the image.
I have tried to deactivate any plugin that interacts whit images, but no success.
Strange – I have used Pixo before on another site without problems.
See my attached images:
https://drive.google.com/file/d/1o593_Nregsinrc0zR8zrA5ZOEjYgoCwN/view?usp=sharing
https://drive.google.com/file/d/1HQgwScGRTTb9DQRTXNXyTFjvrUg1TIfT/view?usp=sharing
https://drive.google.com/file/d/17w9xMiWnZ6NNzGbexN3yQHFqGzol0XNJ/view?usp=sharing
Regards Peter
]]>My idea is: A non-admin user can use and edit an image posted on a page of my website (front-end), and download that image after it is edited. It’s possible?
]]>Hello,
I send you this message because the front end integration of pixo is not working on my wp website.
I have seen a bug in the script thru my developper console:
Uncaught TypeError: e.addEventListener is not a function
at Pixo.Bridge.attachToFileInput (bridge.m.js:formatted:627)
at new Pixo.Bridge (bridge.m.js:formatted:532)
at (index):617
Thanks for helping
]]>Hi all,
I want to allow my website users to edit the images they upload.
Can pixo is a good fit?
Is there a way to edit individual thumbnail images with this plugin?
]]>All edited files are saved with one name ‘editedimage’ making it unusable after first file is edited. Next edited files are not saved. File names should be preserved during edition.
Wordpress version: 5.3.2–pl_PL
Thanks
]]>Hey.
I tried to install Pixo, but I get this message all the time:
Registration is successful, but API key generation failed!
Error:
Regards Peter
]]>Does this works with multisite? did you ever check?
It seems does not work with wordpress multisite .
or something missing