We would like to change the header image for each section of our course, so that all the units in a particular section have the same header image. It seems to us that this is not very straightforward. What's best way to achieve this? Many thanks!
Hi Alex,
Many thanks for your message.
Unfortunately, when I am editing a unit (back-end), there is no such option as selecting a featured image. I can select a featured image for other pages but not for the units. Is there a way of activating the featured image for the units too?
Kind regards,
Greta
Please add the given code in your wplms-customizer.php file in wplms customizer plugin :
add_action('init','add_post_featured_image_assignment1');function add_post_featured_image_assignment1(){ add_post_type_support('unit','thumbnail' );}
Hi Alex,
Many thanks for your reply. We will try and add the given code as suggested. In the meantime, we are also struggling to set the featured image for a few pages where the feature is available, e.g. http://akashainnovation.org/groups/.
The feature image has been saved (see attachment), but it won't show up on the actual page.
Could you please advise us on what steps to take?
Thank you.
Greta
Please note that groups,activity,members these are buddypress directory pages and only default header image can be set in these pages as of now in modern theme .
We are fixing this issue in the update of modern theme 1.2 .
Hi Alex,
Many thanks for your message. If they showed the default header image, I would be happy but the fact is that the header is blank and neither the default header image, nor the personalised featured image show.
We will download v.1.2 and will notify you if this issue is still unresolved.
Kind regards,
Greta
Author
Posts
Viewing 7 posts - 1 through 7 (of 7 total)
The topic ‘Personalised Header Images for Units’ is closed to new replies.