• joesutton

    (@joesutton)


    Member directory: For some reason a few profile cards have the cover photo over the entire card. The majority of the cover photo’s are only a fraction of the entire profile card, and this is the format I want to maintain throughout all cards.

    I have been into member directory settings and there is no specification on how I want the cover photo to appear on the card, only “enable cover photo.”

    Did a user select a certain setting upon setup to make this happen? How can I fix it from the back end?

Viewing 3 replies - 1 through 3 (of 3 total)
  • umuser19

    (@umuser19)

    Hi @joesutton

    This is a UM bug. You can add the following CSS in Appearance -> Customize -> Additional CSS

    .page-id-insert your page id here .um-member-cover-e img {
    height: 132px
    }

    I am assuming your cover images are set up the same size as mine i.e. 132px. If not just enter the height of your images.

    Thread Starter joesutton

    (@joesutton)

    I have tried the following to no success (all code entered in appearance>customize>additional css>under the last css code for changing UM button color:

    Page Id where short code for member directory lives

    .page-id-968.um-member-cover-e img {
    height: 132px
    }

    Page Name where short code lives

    .page-id-members.um-member-cover-e img {
    height: 132px
    }

    Page Id with id from UM member directory short code

    .page-id-964.um-member-cover-e img {
    height: 132px
    }

    And finally entire short code

    .page-id-ultimatemember form_id-964.um-member-cover-e img {
    height: 132px
    }

    umuser19

    (@umuser19)

    .page-id-968 .um-member-cover-e img {
    height: 132px
    }

    there’s a space between the number and .um-member, also between that and img. the omg should turn green if i remember correctly.

    the page id is the page where you can see the directory.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Profile Card Cover Photo – Member Directory settings’ is closed to new replies.