Personalised Header Images for Units

Home Forums Legacy Support Support queries Styling issues Personalised Header Images for Units

Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8214
    [email protected]
    Participant
    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!
    #8465
    Anshuman Sahu
    Keymaster
    YOu can set the same featured image in the backend for the units of same section .
    #8515
    [email protected]
    Participant
    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
    #8596
    Anshuman Sahu
    Keymaster
    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' );   }
    #8949
    [email protected]
    Participant
    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
    #9121
    Anshuman Sahu
    Keymaster
    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 . 
    #9708
    [email protected]
    Participant
    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
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Personalised Header Images for Units’ is closed to new replies.