1310 comments found.
Hi
Is Pixie a saas script?
Can it be integrated in Architect?
Hi,
Pixie can be used as a SaaS app.
Regarding architect, it would require some custom modifications.
How? I cant see a landingpage and an admin panel for saas?
You would need to integrate pixie into an existing project for this.
I see that you should add ‘AI’ feature
Hi,
We’re looking into integrating AI functionality with next update, but no exact date for it yet.
Excellent work, I have a few questions before I purchase the script
1)Do you have a plan to add a subscription and sell additional resources, similar to Canva
2)Can you please add Adsense or other platform compatible advertising?
3)Can you please add the option to edit video or gifs?
4)Can the administrator add new stickers?
5)Does this script have Add-on or is it standalone?
6)Can you please tell me what they plan to add in new updates?
7)How many domains is the Extended License for?
Thanks for your attention. Regards
Hi,
1,3 We’ve no plans for this currently.
2. You can add ads yourself easily into the .html file or when integrating pixie to your own site.
4. Yes.
5. It’s standalone.
6. We’ve no finalized changelog yet.
7. All licenses are for single domain, unless both domains are for the same project (different languages for same site for example).
Hello, is this still alive/working? The link to the documentation in the description doesn’t work. (Unexpected Application Error! 404 Not Found) Can I get to it somewhere else? Thanks
Hi,
Sorry about that, link should be fixed now.
How does this work? It’s confusing to me.
I uploaded my server at the absolute URL: https://sub.domain.com I can’t access https://sub.domain.com/index.html, it throws 3 blank images that don’t look like the demo.
I can only access https://sub.domain.com/example.html and see the demo there.
I tried to translate the lang.json file but it didn’t work.
I read the documentation and it doesn’t seem to be ready for someone who is only used to step-by-step One-Click like me. What do I need to do to create a widget for my users or embed it in my WordPress site for logged in users?
Hi,
You should use the example.html file instead of index.html, if you want to use the pre-made version. If you want to integrate into existing site, you can find a guide here.
Your guide is for advanced users. Two issues you need step by step detailed guide for beginners: 1. How to translate the script, I translated the lang.json file but the script does not change the language. 2. How to integrate into WordPress website. This is a very confusing script for me. I hope you can help. Thank you.
For WordPress you can use the “vanilla JS” guide here. Simply paste pixie js code as you would google analytics/tag manager or similar on your page.
You can create a ticket on our support site if you need more help with this: https://support.vebto.com.
Thanks!
Hi, I have a few question that I can’t find the aswear to in your documentation.
1. How can I limit the number tools (I only want Crop and Resize) 2. How can I manipulate the pixels on crop? (for example if crop is 9:16 i want to have a rezolution of 1080X1920) 3. There is a bug where if I try to open the same instance of the editor my custom action buttons get doubled then tripled etc. Do I do something wrong or is this an on going bug?
Hi,
1. You can leave only the tools you want by overriding navigation.
2. If you mean the preset crop sizes, only aspect ratios can be specified for those currently.
3. This could happen if you are using “pixie.open()” and passing in the configuration again. You only need to specify configuration once.
1. If i set something like {name: ‘resize’, icon: ‘resize’, action: ‘resize’} icon is not found (I use vanilla js btw). What can I do to leave the default icon?
2. Could I improvise something then? pixie.tools.resize.apply on a listener when cropped maybe? Didn’t find anything like this in the documentation though
You can do it like this, it will remove all items except filter and resize.
const pixie = new Pixie({
selector: "#pixie",
ui: {
nav: {
replaceDefaultItems: true,
items: Pixie.defaultConfig.ui.nav.items.filter(item => {
return ['filter', 'resize'].includes(item.name);
})
}
}
});
There’s no onCrop event currently, this might require some modifications to code currently.
A few more question: 1. I would like to change the text of the ‘done’ button into ‘Download’. How could I do that? 2. What does merge actually do?
Also image is not loading on Iphone. Is there something I can do to make it work?
Easiest way to change text would be via translations: https://support.vebto.com/hc/articles/10/13/52/translations Alternatively you can override the whole top bar via configuration.
Merge will combine all current layers (text, stickers, drawings etc) into a single image.
Regarding Iphone, what is the issue exactly, is there some kind of error?
No error is thrown. Image is not being loaded for some reason. Also another unrelated issue. Custom buttons on phone (not only on Iphone) are not all visible due to them beign too large. Is there a way to collaps them into a dropdown? Also if you could give me a few suggestions on the Iphone issue that I could try out in my testing enviroment.
Do you have the iphone issue on the demo site as well?
No, it works on your demo site. Here is the config used. What could cause it to not work for us?
Can you create a ticket regarding this on our support site and include your site url: https://support.vebto.com.
Thanks!
When users upload images for image editing, will they be uploaded to my hosting company? Will my cloud hosting storage decrease?
Hi,
All editing is done inside the browser by default, images are not uploaded to the server.
Hi, can you please reply to my ticket.
Hi,
We’ll get back to your ticket shortly.
Is there a video for installing Pixie?
Dear all, I don’t see the upload image on the demo. How can I test the last version? Thanks
Hi,
If you click “customize” button on demo site, there’s a plus button next to sample images, you can upload by clicking it.
Hi, can it be integrated into an existing next js project?? Which all frameworks you are using in this? Are there any other charges to make the tool work??
Hi,
Yes, the demo landing page is built with next.js.
Pixie itself does not use any other frameworks, only react.
I am non dev, just basic knowledge of next and react, if I get stuck can you help a little??
hi, i ahve bought the app, do you ahve any guide on how to get strated with it to integrate into a next js, react project.?? i cant see any starting point in your guide.
Excellent work, I would like to know if you will please include these features in the next update:
1)Integravion with Artificial Intelligence.
2)Sale of templates or themes to edit images
3)An option to edit videos and gifs
4)The option to store customer’s edits in the cloud with a subscription
5)Does the logo support vector format (svg)?
6)Credits to create images with Artificial Intelligence (paid option)
7)Spaces to add banner ads and be able to monetize the website.
Thank you for your attention. Regards
Hi,
We’ve no finalized changelog for next update yet.
I am looking at the latest demo version and it seems like the Overlay option is no longer available? Is that true or disabled on the demo?
Hi,
It’s disabled on the demo site by default. If you open demo on mobile it should show in overlay mode though.
hey after publishing this platoform can i use pre default products thats given in your demo website??
Hi,
Can you clarify a bit please?
Hi! Any easy way to password protect access? Thanks 
Hi,
You would need to implement this outside of pixie currently.
Can This script work offline mode? and can we add background remover ?
Hi,
It works offline.
There’s no built-in background removed functionality currently.
Hello, We’re trying to log in to access the documentation but there’s an error message : We couldn’t find that account. Sign up or try another login method.
Can you help us ?
Hi,
Is this when trying to login using envato account?
Hi, Yes. Now it’s error 500
Can you try it now?
it works, thanks
I cannot access the support hub, always getting this error:
We couldn’t find that account. Sign up or try another login method.
Can you help me with this?
Hi,
Can you try it again please, it should work properly now.
Now it returns 500 error after redirect
Can you try it now?
It works now, but I am really disappointed in the fact that it took 3 days for me to get access to your support portal
Sorry about that, we had some issues with your hosting provider, this should not occur again in the future.
Hey! Your support portal is not working and returns 500 error
Hi,
Sorry about that, it should work properly now.
Hi, is it possible apply a “Redact” effect with this editor? Something similar to https://pqina.nl/pintura/
Thanks.
Hi,
There’s no built-in option for this currently.