• overkill22

    (@overkill22)


    I’ve installed correctly and purged the permalinks, however, while adding the shortcode to a post, it keeps asking me to select download even after selecting it.

    What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I figured this out. I’m sure you moved on to other things, but this may help someone else.

    If you firebug this popup, you’ll see that there are two instances of the that popup for some reason.

    Quick fix:

    If you open up:
    /YOURplugindirectory/email-to-download/app/assets/js/admin/ed-admin.js

    Somewhere around line 83 you’ll see:

    var id = $(‘#etd_product’).val();

    change this to:

    var id = $(‘#TB_ajaxContent #etd_product’).val();

    save, and it should work.

    Hopefully they fix it in the next update, or else you’ll have to do this again.

    Cheers

    @baddogg99 Thank you very much!
    This solution worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keep asking me to select download even after selecting it’ is closed to new replies.