• There is only the Upload-Button but no field for selecting the image file? How can I upload the header image for learnpress emails? I think it is another bug… ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    We have a option to upload header image for email here: https://prnt.sc/1wwspyf

    Thanks

    Thread Starter wptheek

    (@wptheek)

    Yes but pressing the Upload button I got the following Javascript error:

    Uncaught TypeError: wp.media is not a function

    After adding this code to learnpress/inc/lp-core-functions.php I got it working:

    function lp_load_media_files() {
        wp_enqueue_media();
    }
    add_action( 'admin_enqueue_scripts', 'lp_load_media_files' );

    I still think this is a bug. Please tell me if I’m wrong with the bugfix above!

    Thank you very much!

    • This reply was modified 3 years, 4 months ago by wptheek.
    • This reply was modified 3 years, 4 months ago by wptheek.
    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    I’m not sure but we can upload media normally https://prnt.sc/1x5gcfk

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t upload header image for learnpress emails’ is closed to new replies.