• Resolved galokin

    (@galokin)


    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

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Ickata

    (@ickata)

    Hey @galokin

    Pixo supports batch & multiple editing in its core, however not when it is attached to textfields. This functionality should be added to Pixo core, and the WordPress plugin should also be touched a bit. This should be ready within a week, will this work for you?

    Thread Starter galokin

    (@galokin)

    Yes please. I am making an website for a client and I need that option ASAP

    Thread Starter galokin

    (@galokin)

    Is there any other way to activate that function?

    Plugin Author Ickata

    (@ickata)

    There is a workaround but it requires custom solution. You can make an inquiry on pixoeditor.com for that.

    Thread Starter galokin

    (@galokin)

    How do I make and inquiry?

    Plugin Author Ickata

    (@ickata)

    Through the contact form on https://pixoeditor.com

    Thread Starter galokin

    (@galokin)

    I have already sent it. So are they going to give me a solution?

    Thread Starter galokin

    (@galokin)

    I sent to where it said “contact us”. Is that correct?

    Plugin Author Ickata

    (@ickata)

    Yes

    Thread Starter galokin

    (@galokin)

    They told that I need to pay for that. Do you have plans to integrate in the future because it doesn’t seem correct to pay for that

    Thread Starter galokin

    (@galokin)

    I saw a code in your documentation that allows multi editing, is there a way to put that in the plugin?

    Thread Starter galokin

    (@galokin)

    <script src=”https://pixoeditor.com/editor/scripts/bridge.m.js “></script>
    <input type=”file” id =”file” multiple />
    <script>
    file.onchange = function(){
    new Pixo.Bridge({
    apikey: ‘2wsy2dbx20k0’ , // put your API key here !
    type : ‘modal’,
    onSave: function(…args){
    // document.body.appendChild ( arg.toImage ( ) )
    // arg.toImages ( ) . forEach ( img = > document.body.appendChild ( img ) ) ;
    args.forEach(arg => document.body.appendChild(arg.toImage( )));
    }
    }).edit(…[].slice.call(this.files));
    }

    i add that code to the form and worked, but it doesnt save those images to the form submission. is there a posibility to add that code directly to the plugin?

    Thread Starter galokin

    (@galokin)

    Could you check that code? I just want to save what is uploaded in that imput, or modify the existing imput and put that function into it

    Plugin Author Ickata

    (@ickata)

    Hey there,

    The problem seems to be in Pixo core, and it will be fixed there.

    Plugin Author Ickata

    (@ickata)

    Hey @galokin ,

    The issue seems to be fixed!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Problem when uploading more than one photo into a form’ is closed to new replies.