• Resolved tomf2468

    (@tomf2468)


    I need to change teachers in some classes that are part of a Membership. Easy enough to do. BUT, I can’t get the headshot/avatar in the Membership Catalog to update. For the classes I’ve changed both teacher and author info. I’ve cleared my browser cache. I still have the original teacher showing in the Membership Catalog.

    Thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tomf2468

    (@tomf2468)

    Perhaps answering my own question. Is the headshot/avatar in the catalogs intended to be the teacher or the author? I’m thinking author and I can’t find a way to change author in Memberships (it isn’t in quick edit). If this is Author, it is of very little value in this project, so I may add the code below to my child theme functions just to remove it:

    // remove from tile on course and membership catalogs
    remove_action( ‘lifterlms_after_loop_item_title’, ‘lifterlms_template_loop_author’, 10 );

    Please add a comment if anyone thinks I have misunderstood anything!

    Hi @tomf2468

    The headshot on the membership or course page itself under the instructor information section is the instructor. However, and this is a known issue our engineering team is looking to update, the headshot on the catalog is the author of the post.

    Apologies for the confusion there!

    You can absolutely use that code to remove it!

    Let us know if you have any further questions for us!

    All the best,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avatar in Membership Catalog’ is closed to new replies.