Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter curlybracket

    (@veganist)

    Oh well, there is the elegant solution :

    on line 101 of inline_upload_style.css replace
    right: 0px;
    by
    left: 0px;

    You’re good to go.

    Hi, could you give me a hint, how you managed to use inline upload in the WP backend? That’d be great! Thanks, cob-web

    Thread Starter curlybracket

    (@veganist)

    @cob-web : i wrote a plugin in which i created an options page and i called this piece of code in that page:

    <?
    if(!function_exists('inline_upload_handler')) {
       echo __('Please verify that the Inline Upload Plugin is installed.', 'myplugin');
    } else {
        $mypath = 'uploads/myfiles/;
        echo do_shortcode('[inline_upload uploadpath="'.$mypath.'"]');
    } ?>

    Do you need more details?

    cob-web

    (@cob-web)

    @curlybracket
    I will dive into plugin development at some later point.
    For now, I have found another solution.
    Thanks nevertheless,
    cob-web

    Thread Starter curlybracket

    (@veganist)

    Good 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upload not possible on very large screens’ is closed to new replies.