Change upload image create course

Home Forums Legacy Support Support queries How-to & Troubleshooting Change upload image create course

Tagged: , , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #349891
    gsjaak_118
    Participant
    Hi, I would like to change the upload image when you create a course (v4). See: https://prnt.sc/1116rxh How can i do it? Kind regards,
    #349944
    Diana
    Participant
    But this is a default image, upload your course image and this will be replaced
    #350557
    gsjaak_118
    Participant
    I get that, but i want another default image that shows some information on the size and properties of what the uploaded image should look like (you could do this in v3.9)
    #350578
    Diana
    Participant
    Previously, we used to have this setting Wp-admin > Wplms > Course Manager > Course default avatar But not working in v4
    #351006
    gsjaak_118
    Participant
    yes i know, thats why i ask.. Can you either add it to v4 or tell me a way i could add it myself.
    #351057
    Diana
    Participant
    Checked for hook, but didn't found any on which we can add execute custom function to overwrite this
    #351335
    gsjaak_118
    Participant
    It would be really great if you can add some hooks to these pages so we can make some edits. I would also love to add some custom fields to the course settings page.
    #351583
    Anshuman Sahu
    Keymaster
    Im sorry there is no provision to change this SVG icon right now , its hardcoded in the js file .
    #351832
    gsjaak_118
    Participant
    It would be really great if you guys could look into adding more hooks, so we have some more flexibility.
    #351845
    Diana
    Participant
    Added here: https://trello.com/c/IcRIfjJa/2801-change-upload-image-create-course-svg-icon-v4
    #363816
    MrVibe
    Keymaster
    This can be resolved via CSS alone. Hence we are discarding the trello topic. cSS to use :
    svg.feather.feather-image {
        background: url('https://images.unsplash.com/photo-1524758631624-e2822e304c36');
        background-size:cover;
    }
    
    svg.feather.feather-image > * {
        opacity: 0;
    }
    Result : https://prnt.sc/1899wzz
    #363817
    MrVibe
    Keymaster
    Topic resolved and closed.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change upload image create course’ is closed to new replies.