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,
But this is a default image, upload your course image and this will be replaced
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)
Previously, we used to have this setting
Wp-admin > Wplms > Course Manager > Course default avatar
But not working in v4
yes i know, thats why i ask..
Can you either add it to v4 or tell me a way i could add it myself.
Checked for hook, but didn't found any on which we can add execute custom function to overwrite this
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.
Im sorry there is no provision to change this SVG icon right now , its hardcoded in the js file .
It would be really great if you guys could look into adding more hooks, so we have some more flexibility.
Added here: https://trello.com/c/IcRIfjJa/2801-change-upload-image-create-course-svg-icon-v4
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
Topic resolved and closed.