• Resolved flatrock

    (@flatrock)


    How do I make the full profile pic smaller. If I set the featured image using a small image, say 150×50 pix, it looks fine on the Team Members page, but upon clicking to the single profile page it expands to the full page container, distorting the image. I’d love to have it set to a certain dimension if possible.

    Cool plug-in by the way!
    Pete

    https://wordpress.org/plugins/custom-team-manager/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ibnul H.

    (@ibnul)

    Hello flatrock,
    You need to do few lines of CSS to make the image size as you want.
    You can add that css on custom manager “Custom CSS” section.

    Thanks

    Thread Starter flatrock

    (@flatrock)

    Thanks Ibnul,
    I figured that was the case. Do you, or anyone else, have a snippet of CSS code to get me started? I know some CSS but am not an expert. I can certainly adjust something if I had a line or two to identify what/where the CSS is for that.
    Or, can I find a styles.css in you plug-in folder and cut & paste, then modify it?

    Thanks for any help!

    Thread Starter flatrock

    (@flatrock)

    Or, is it possible you have CSS to just hide the Featured image on the Profile page only?

    Thread Starter flatrock

    (@flatrock)

    Okay, I found a solution! Turned off the featured image on the profile page by
    editing the Theme’s “content-single.php” template and just deleted the following:

    <?php if( has_post_thumbnail() && siteorigin_setting(‘blog_featured_image’) ): ?>
    <div class=”entry-thumbnail”><?php the_post_thumbnail( is_active_sidebar(‘sidebar-1’) ? ‘post-thumbnail’ : ‘vantage-thumbnail-no-sidebar’ ) ?></div>
    <?php endif; ?>

    Worked like charm! I’ll have to go back in a add that page template to the child theme so I don’t need to keep doing that after upgrades.

    Plugin Author Ibnul H.

    (@ibnul)

    Hi,
    Good to know that you’ve fixed your issue.
    Thanks for using my plugin, hope will throw a 5 star to recommend.

    ~ Ibnul

    Thread Starter flatrock

    (@flatrock)

    5 stars it is!

    Plugin Author Ibnul H.

    (@ibnul)

    Thanks. So marking as resolved !

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘profile picture too big’ is closed to new replies.