Before you ask please READ THIS

album multiupload does not work properly

edited July 2014 in Hypershot Posts: 26
Hello, after upgrade to hypershot 1.8.3 I can use multiupload but when I click insert image only one is in my album and the command key seems doesn´t work, I must insert one by one all the images, 1 or 2 its ok but 500? this always work for me but now not. Any ideas why this hapening ?
Thank you

Hol, despues de actualizar a hypershot 1.8.3 no puedo usar multiupload con normalidad, cuando hago click en insertar imagen solo se inserta una cuando antes se insertaban todas, la tecla command parece que no hace su función ya que no me permite seleccionar varias a la vez, gracias.
Post edited by malogalan on

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Big thanks for reporting this. This is side effect of lately added support for "Enhanced Media Library plugin"

    To fix it, you will have add one line. We will release update with this fix today also:
    In hypershot\js\admin-script.js line ~747 chnage this
                                    states : [
    new wp.media.controller.Library({
    filterable : 'all'
    })
    ]
    to:
                                    states : [
    new wp.media.controller.Library({
    filterable : 'all',
    multiple : true
    })
    ]
    With regards.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion