• Resolved marcfuller

    (@marcfuller)


    This is an amazing plugin! Wow! Thanks.

    Using the Refined Pro theme, but there is one problem –

    The archive template is showing the featured image in two sizes. The same image. It is a useful archive, but only with one featured image for each post.

    Might you have any thoughts as to how to correct this?

    You can see the problem here – https://cozycactus.com/accomodations/

    • This topic was modified 6 years, 9 months ago by marcfuller.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter marcfuller

    (@marcfuller)

    Note – I did a work-around by remarking out this piece of the Archive’s php template as below –

    /**

    if ( $image = genesis_get_image( ‘format=url&size=awp-feature-community’ ) ) {
    printf( ‘<div class=”awp-community-image”><div class=”community-featured-image”>%s</div>’, get_permalink(), $image, the_title_attribute( ‘echo=0’ ) );
    }

    */

    Plugin Author Jackie D’Elia

    (@jdelia)

    That will work. Did you make a copy of the archive template and add it to your child theme and then edit it? That would be recommended so it is not overwritten on a subsequent update.

    Plugin Author Jackie D’Elia

    (@jdelia)

    Just keep the same filename archive-awp-community.php and copy it to the root of your active genesis child theme. The plugin automatically checks there first before using the one located in plugin templates directory.

    Plugin Author Jackie D’Elia

    (@jdelia)

    Closed issue.

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