• I’m using SportsPress with the WordPress CHUCHADON theme, which should be compatible with SportsPress. I have been watching the SportsPress tutorials in creating staff and player pages, but never is a photo attached.
    When I do attach a photo and then watch how the page looks like, I see the same photo twice.
    Obvious, that’s not what I want. I only want to see the attached photo once, preferably the photo aligned to the left side of the page, not the one in the header.
    How could I get this done? I have been looking at all the options I can set or disable, but came up with nothing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brian

    (@brianmiyaji)

    Hey @pc1271!

    Ah, it looks like the theme’s page template includes a featured image at the top. We can hide this by adding the following code to SportsPress > Settings > General > Custom CSS:

    .single-sp_player .post-thumbnail,
    .single-sp_staff .post-thumbnail,
    .single-sp_team .post-thumbnail {
        display: none;
    }
    

    I’m not the author of the Chuchadon theme, but I will do my best to get in touch with him to make an adjustment for the next update. Hope this helps in the meantime!

    • This reply was modified 8 years, 6 months ago by Brian.

    Hi Brian

    Ive got the same problem.
    I would like to align left the image player and having player’s description on the right of the image’s player.

    Is it possible?

    Here the link to my player’s page :
    https://www.footbrest.fr/usc/player/g-jannez/

    regards.
    Ludovic

    Thread Starter PC1271

    (@pc1271)

    Thanks, Brian, this is looking much better.
    I’ll add the css code to a child theme and hope it will be included in a theme update.

    Hi all.

    Sorry for slow response but we have fixed this and update will be soon in wp.org and in your dashboard.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘duplicate image’ is closed to new replies.